我使用以下命令启动了Hadoop,Hive Metastore和Hwi,
sh start-all.sh
bin/hive --service metastore
bin/hive –service HWI
然后我用Squirrel SQL配置了驱动程序。我在Squirrel SQL连接中尝试过的示例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。我正在遵循Apache Hive的https://cwiki.apache.org/confluence/display/Hive/HiveJDBCInterface#HiveJDBCInterface-IntegrationwithSQuirrelSQLClient参考指南