Questions tagged [apache-spark-1.3]

Use for questions specific to Apache Spark 1.3 For general questions related to Apache Spark use the tag [apache-spark].

16 questions
0
votes
2 answers

How to save temptable to Hive metastore (and analyze it in Hive)?

I use Spark 1.3.1. How to store/save a DataFrame data to a Hive metastore? In Hive If I run show tables the DataFrame does not appear as a table in Hive databases. I have copied hive-site.xml to $SPARK_HOME/conf, but it didn't help (and the…
Venu A Positive
  • 2,992
  • 2
  • 28
  • 31
1
2