On Mon, Aug 23, 2010 at 2:53 AM, Guru Prasad <guru.pra...@ibibogroup.com> wrote:
> Hi Jeff,
> I have installed hue. I followed the instruction given on the cloudera site.
>
> [# yum install hadoop-0.20-conf-pseudo-hue hue-common]
>
> But when I am starting my hue this is what I am getting
> ----------------------------------------------------------------------------
> $ sudo /etc/init.d/hue start
> Starting hue: env: /usr/share/hue/build/env/bin/supervisor: No such file or
> directory
>                                                            [FAILED]
> ----------------------------------------------------------------------------------
> So i checked manually but in .../env/bin folder only a file named "python"
> is there.
> For more information I looked in "/var/log/hue" but this folder was empty.
>
> So please help me. Where can i get this "supervisor" file or where did i do
> any mistake in installation.
>
> Thanks & Regards
> ~guru
>
> On 08/21/2010 01:10 PM, Jeff Hammerbacher wrote:
>
> Hey Guru,
>
> If you're looking for a more fully-featured web interface for Hive, I
> recommend you check out Hue from our team at Cloudera:
> http://www.cloudera.com/blog/2010/07/whats-new-in-cdh3b2-hue/. We've got a
> nice user interface for Hive called Beeswax built into the environment.
>
> Regards,
> Jeff
>
> On Fri, Aug 20, 2010 at 3:20 AM, Guru Prasad <guru.pra...@ibibogroup.com>
> wrote:
>>
>> hi all,
>>
>> I am unable to run hive web interface. Please help me to setup the same.
>> I have the following settings.
>> --------------------------------------
>> $ hive --service hwi
>> 10/08/20 15:38:58 INFO hwi.HWIServer: HWI is starting up
>> 10/08/20 15:38:59 FATAL hwi.HWIServer: HWI WAR file not found at
>> /usr/lib/hive/lib/hive_hwi.war
>>
>> $hive --service hwi --help
>> Usage ANT_LIB=XXXX hive --service hwi
>>
>> $ locate hive_hwi
>> /usr/lib/hive/lib/hive_hwi.war
>>
>> >>hive-site.xml contains this information
>>
>> <property>
>>   <name>hive.hwi.war.file</name>
>>   <value>/lib/hive_hwi.war</value>
>>   <description>This is the WAR file with the jsp content for Hive Web
>> Interface</description>
>> </property>
>> ------------------------------
>>
>> $which ant
>> /usr/bin/ant
>>
>> But "ant lib" is empty there is no file so exporting
>> export ANT_LIB=$ANT_HOME/lib
>> wont change anything
>>
>>
>> I also look at the settings given on hive HiveWebInterface
>> http://wiki.apache.org/hadoop/Hive/HiveWebInterface
>> & http://morethanseven.net/2010/04/05/Hadoop-hive-web-interface.html
>>
>> But it did not work
>>
>> So, Please help me.
>>
>> Regards
>> ~guru
>>
>>
>>
>> This message is intended only for the use of the addressee and may contain
>> information that is privileged, confidential
>> and exempt from disclosure under applicable law. If the reader of this
>> message is not the intended recipient, or the
>> employee or agent responsible for delivering the message to the intended
>> recipient, you are hereby notified that any
>> dissemination, distribution or copying of this communication is strictly
>> prohibited. If you have received this e-mail
>> in error, please notify us immediately by return e-mail and delete this
>> e-mail and all attachments from your system.
>>
>
> This message is intended only for the use of the addressee and may contain
> information that is privileged, confidential
> and exempt from disclosure under applicable law. If the reader of this
> message is not the intended recipient, or the
> employee or agent responsible for delivering the message to the intended
> recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is strictly
> prohibited. If you have received this e-mail
> in error, please notify us immediately by return e-mail and delete this
> e-mail and all attachments from your system.
>

I guess it is a bad day for web interfaces everywhere :)
In any case you can build hive from trunk. It produces hive-0.7.0.jar
and hive-0.7.0.war. You car run those side by side with your other
hive installation, or you can copy/rename then into your current hive
installation.

I suggest running a trunk version of hive at this point anyway. If you
run any other version you are missing out on tons of cool stuff. If I
have to wait another week or two for hive 0.6.0 I am going to have to
release my own pre-0.6 hive rpm, that I will make available.

Edward

Reply via email to