概述
下载:apache-hive-1.2.1-src.tar
apache-hive-1.2.1-src.tar
解压,cd apache-hive-1.2.1-src/hwi
命令:jar cfM hive-hwi-1.2.0.war -C web .
复制:hive-1.2.1/lib
hive-1.2.1/conf/hive-site.xml添加:
<property>
<name>hive.hwi.listen.host</name>
<value>0.0.0.0</value>
<description>This is the host address the Hive Web Interface will listen on</description>
</property>
<property>
<name>hive.hwi.listen.port</name>
<value>9999</value>
<description>This is the host port the Hive Web Interface will listen on</description>
</property>
<property>
<name>hive.hwi.war.file</name>
<value>lib/hive-hwi-1.2.1.war</value>
<description>This is the WAR file with the jsp content for Hive Web Interface</description>
</property>
开启服务:hive –service hwi 2> /tmp/hwi2.log &
错误:
ERROR compiler.Compiler: Javac exception
Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/local/java/jre"
原因:jetty编译jsp类时,ant没有识别到正确的jdk路径。
解决:
ln -s $JAVA_HOME/lib/tools.jar $HIVE_HOME/lib/
访问:http://master:9999/hwi/
最后
以上就是淡定指甲油为你收集整理的搭建hive1.2.1图形界面的全部内容,希望文章能够帮你解决搭建hive1.2.1图形界面所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复