Top "Spark-hive" questions

Used when using spark-hive module or HiveContext

How to set hive.metastore.warehouse.dir in HiveContext?

I'm trying to write a unit test case that relies on DataFrame.saveAsTable() (since it is backed by a file …

apache-spark apache-spark-sql spark-hive
Select all except particular column in spark sql

I want to select all columns in a table except StudentAddress and hence I wrote following query: select `(StudentAddress)?+.+` from …

apache-spark-sql hiveql pyspark-sql spark-hive
Missing hive-site when using spark-submit YARN cluster mode

Using HDP 2.5.3 and I've been trying to debug some YARN container classpath issues. Since HDP includes both Spark 1.6 and 2.0.0, there …

apache-spark hive hortonworks-data-platform spark-hive