热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

搭建Hive的图形界面

搭建Hive的图形界面添加war包到hive的lib目录:下载添加到usrlibhivelibhive-hwi-0.9.0-cdh4.1.0.war添加配置到hive-site.xmlpropertynamehive.hwi.listen.hostnamevalue0.0.0.0valuedescriptionThisisthehostaddresstheHiveWebInterf

搭建Hive的图形界面 添加war包到hive的lib目录: 下载添加到/usr/lib/hive/lib/hive-hwi-0.9.0-cdh4.1.0.war 添加配置到hive-site.xml property namehive.hwi.listen.host/name value0.0.0.0/value descriptionThis is the host address the Hive Web Interf

搭建Hive的图形界面

添加war包到hive的lib目录:

下载添加到/usr/lib/hive/lib/hive-hwi-0.9.0-cdh4.1.0.war

添加配置到hive-site.xml

hive.hwi.listen.host

0.0.0.0

This is the host address the Hive Web Interface will listen on

hive.hwi.listen.port

9999

This is the port the Hive Web Interface will listen on

hive.hwi.war.file

/usr/lib/hive/lib/hive_hwi.war

This is the WAR file with the jsp content for Hive Web Interface

设置ANT_LIB路径

export ANT_LIB=/usr/lib/apache-ant-1.9.0/lib

(optional)cp /usr/java/jdk1.6.0_35/lib/tools.jar /usr/lib/hive/lib/

Caused by:

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/java/jdk1.6.0_35/jre"

启动hwi

hive --service hwi > hwi.log

web GUI URL: http://****:9999/hwi/


推荐阅读
author-avatar
鱼mm不会游泳456
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有