HTTP ERROR 404 Problem accessing /hwi/authorize.jsp. Reason: HWI HIVE

执行hive --service hwi时,客户端没报错

浏览器打开http://host:port/hwi时,显示一个web目录,点击web目录后,就出现:

HTTP ERROR 404
Problem accessing /hwi/authorize.jsp. Reason:

/hwi/authorize.jsp

原因是hive-hwi-1.2.2.war的问题
一是看看你的包版本号对不对
二是看看你jar命令是否使用正确 参考:jar cvfM0 hive-hwi-0.13.0.war -C web/ . (在你的hwi目录下)
参考文献:
https://www.cnblogs.com/xinlingyoulan/p/6025692.html?utm_source=itdadao&utm_medium=referral
https://blog.csdn.net/tpyqwe/article/details/79661982

你可能感兴趣的:(hive)