我在使用 spark sql 时尝试使用远程元存储
--> 使用火花 1.3.1
--> 将 hive-site.xml 从 hive/conf 复制到 spark/conf
--> 使用 mysql 远程元存储
--> 将 mysql jar 添加到 commute-classpath.sh 和 lib
启动 spark-sql 时:
2015-07-27 12:08:50 INFO metastore:297 - Trying to connect to metastore with URI thrift://192.168.145.45:9083
2015-07-27 12:08:50 WARN metastore:344 - Failed to connect to the MetaStore Server..
在 hive 中,我们从 hive --service metastore 开始
spark如何启动远程元存储???