Hi, I guess I'm stuck with a silly configuration issue in hive-0.11.0.
hduser@cloudx-843-770:~$ echo $HIVE_HOME /home/hduser/hadoop_ecosystem/apache_hive/hive-0.11.0 hduser@cloudx-843-770:~$ hduser@cloudx-843-770:~$ ls -lrt $HIVE_HOME/lib | grep hwi -rw-rw-r-- 1 hduser hduser 55087 May 11 21:35 hive-hwi-0.11.0.war -rw-rw-r-- 1 hduser hduser 23966 May 11 21:35 hive-hwi-0.11.0.jar hduser@cloudx-843-770:~$ hduser@cloudx-843-770:~$ hduser@cloudx-843-770:~$ cd $HIVE_HOME/bin hduser@cloudx-843-770:~/hadoop_ecosystem/apache_hive/hive-0.11.0/bin$ hduser@cloudx-843-770:~/hadoop_ecosystem/apache_hive/hive-0.11.0/bin$ hive --service hwi 13/07/15 17:31:04 INFO hwi.HWIServer: HWI is starting up 13/07/15 17:31:11 FATAL hwi.HWIServer: HWI WAR file not found at /home/hduser/hadoop_ecosystem/apache_hive/hive-0.11.0/home/hduser/hadoop_ecosystem/apache_hive/hive-0.11.0/lib/hive-hwi-0.11.0.war hduser@cloudx-843-770:~/hadoop_ecosystem/apache_hive/hive-0.11.0/bin$<mailto:hduser@cloudx-843-770:~/hadoop_ecosystem/apache_hive/hive-0.11.0/bin$> As seen, the war file is being searched at an incorrect path viz. HWI WAR file not found at /home/hduser/hadoop_ecosystem/apache_hive/hive-0.11.0/home/hduser/hadoop_ecosystem/apache_hive/hive-0.11.0/lib/hive-hwi-0.11.0.war (HIVE_HOME is repeated). A simple find command shows that the config. For hwi exists in multiple files which I think do NOT require any change : hduser@cloudx-843-770:~/hadoop_ecosystem/apache_hive/hive-0.11.0$ find . -type f -exec grep -l "hive.hwi.war.file" {} + ./src/conf/hive-default.xml.template ./src/hwi/build.xml ./src/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ./conf/hive-default.xml.template What can be the issue? Regards, Omkar Joshi ________________________________ The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail"
