我在使用spark sql
时尝试使用远程Metastore- >使用spark 1.3.1
- >将hive-site.xml从hive / conf复制到spark / conf
- >使用mysql远程Metastore
- >将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开始 - 服务Metastore
火花如何开始远程分布?