我使用以下命令启动了hadoop、hive metastore和hwi,
sh start-all.sh
bin/hive --service metastore
bin/hive –service HWI
然后我用squirrelsql配置驱动程序。我在squirrelsql连接中尝试的示例url如下
jdbc:hive://localhost:9999/default
jdbc:hive2://localhost:9999/default
jdbc:hive://localhost:10000/default
jdbc:hive2://localhost:10000/default
然后我尝试为每一个添加一个别名,但是我从9999个url中得到一个拒绝的连接,从10000个url中得到一个无效的url。我在跟踪https://cwiki.apache.org/confluence/display/hive/hivejdbcinterface#hivejdbcinterface-来自apache hive的IntegrationWithQuirrelSqlClient参考指南
暂无答案!
目前还没有任何答案,快来回答吧!