我正在尝试使用HiveContext使用Spark SQL从表中获取值。
但我不确定如何配置hive Metastore详细信息并使其正常工作。
我们是否需要在SparkContext
()?
此致 香卡
答案 0 :(得分:0)
直接来自the documentation:
HiveContext sqlContext = new org.apache.spark.sql.hive.HiveContext(sc.sc);
通过将hive-site.xml文件放在conf /.
中来配置Hive