Support Questions

Find answers, ask questions, and share your expertise

hveiserver2 web ui

Explorer

when i use 'hive --service hwi' command to start hwi,there are some errors like this:

ls: cannot access /usr/hdp/2.5.0.0-1245/hive/lib/hive-hwi-*.war: No such file or directory

2017-03-23 08:52:04,732 INFO [main] hwi.HWIServer: HWI is starting up

2017-03-23 08:52:05,398 INFO [main] mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

2017-03-23 08:52:05,433 INFO [main] mortbay.log: jetty-6.1.26.hwx

2017-03-23 08:52:05,514 INFO [main] mortbay.log: NO JSP Support for /hwi, did not find org.apache.jasper.servlet.JspServlet 2017-03-23 08:52:05,751 INFO [main] mortbay.log: Started SocketConnector@0.0.0.0:9999

HDP version is 2.5,ambari version is 2.4.1

2 REPLIES 2

Super Mentor

@Ye Jun

You should use the Ambari Views instead Or launch the command line client by just typing hive. I do not think that there is web client of Hive available. You can use it through the command line and through Hue at this time.

http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-views/content/ch_using_hive_view.h...

And

http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-views/content/ch_migrating_hue_to_...

.

Cloudera Employee

@Ye Jun Hive web interface (HWI) is a legacy component, which will be removed in next releases from Apache. If you don't plan to use Ambari views, you can use the HiveServer2 Web UI as described here: https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-WebUIfo.... Hope that helps.