我想使用Drill来使用Hive Metastore。
但我不知道更改Configuration Drill Web UI。
Hive在Local中运行,只有一个Node使用,Not distributed
Hive路径:/usr/local/apache-hive-2.0.0-bin
钻取路径:/usr/local/hadoop/apache-drill-1.8.0
Haddop路径:/ usr / local / hadoop
配置就像这样
{
"type": "hive",
"enabled": true,
"configProps": {
"hive.metastore.uris": "",
"javax.jdo.option.ConnectionURL": "jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
"hive.metastore.warehouse.dir": "file:///usr/local/apache-hive-2.0.0-bin/metastore_db",
"fs.default.name": "file:///",
"hive.metastore.sasl.enabled": "false"
}
}
因为首先使用Hive,我不知道究竟是什么选择。
Drill,HDFS和Hive只有一个节点,并且存在于Local。
我该如何解决?什么选择是必不可少的?