Hey Tony,

I would recommend using ssh port forwarding instead of making your hwi
publicly available on the internet. When you connect to the master node
using ssh you should use a command like the following:

ssh -i /path/to/keyfile.pem -L 9999:localhost:9999 -l hadoop MASTER_HOSTNAME

After you have connected, add the following to your hive/conf/hive-site.xml
file:

<property>
  <name>hive.hwi.war.file</name>
  <value>lib/hive-hwi-0.8.1.war</value>
  <description>This is the WAR file with the jsp content for Hive Web
Interface</description>
</property>

Run this command to start up hwi:

hive --service hwi

And finally point your browser to:

localhost:9999

That worked for me.

Best,
Ariel






---------------------------------
Ariel Marcus, Consultant
www.openbi.com | ariel.mar...@openbi.com
150 N Michigan Avenue, Suite 2800, Chicago, IL 60601
Cell: 314-827-4356


On Fri, Jan 18, 2013 at 11:09 AM, Dean Wampler <
dean.wamp...@thinkbiganalytics.com> wrote:

> Oops, I overlooked that you have the public domain name in your message.
> Can you surf to  http://ec2-54-247-61-206.eu-west-1.compute.amazonaws.com?  
> If not, does HWI use port 80? Is whatever port it uses blocked by EC2?
>
> If it's blocked you can use ssh to tunnel the port through.
>
> dean
>
>
> On Fri, Jan 18, 2013 at 10:06 AM, Dean Wampler <
> dean.wamp...@thinkbiganalytics.com> wrote:
>
>> That's the internal hostname, not visible outside. Use the name like
>> ec2-NNN-NN-NN-NNN.compute-1.amazonaws.com. It's shown in the EMR console
>> and the elastic-mapreduce script you might have used to launch the cluster.
>>
>> If that doesn't work, verify that port 80 is not blocked by default.
>> That's certainly true for ports 9XXX used by the JobTracker, etc.
>>
>> dean
>>
>>
>> On Fri, Jan 18, 2013 at 9:54 AM, Tony Burton 
>> <tbur...@sportingindex.com>wrote:
>>
>>> Hi,
>>>
>>> I'm trying to get HWI running and accessible from an Amazon Web Services
>>> EMR instance. I've hit a blocker early on though, and the documentation is
>>> less than illuminating. Can you share any experiences you have had?
>>> Specifically, here's what I'm curious about.
>>>
>>> - Running on AWS. I've created a Hive job flow on AWS, edited
>>> hive-default.xml (in /home/hadoop/.versions/hive-0.8.1/conf) and changed
>>> the hive.hwi.war.file to lib/hive-hwi-0.8.1.war.
>>> - HWI starts up fine, but when I try to connect with
>>> http://ip-XX-AAA-BBB-CCC.eu-west-1.compute.internal:9999/hwi, I get a
>>> timeout message, in Firefox it's "The connection has timed out - The server
>>> at ec2-54-247-61-206.eu-west-1.compute.amazonaws.com is taking too long
>>> to respond".
>>>
>>> Has anyone successfully connected to HWI running on an AWS EMR instance?
>>> From the same browser I can connect to HWI on a local Ubuntu box.
>>>
>>> Thanks!
>>>
>>> Tony
>>>
>>>
>>> **********************************************************************
>>> Please consider the environment before printing this email or attachments
>>>
>>> This email and any attachments are confidential, protected by copyright
>>> and may be legally privileged.  If you are not the intended recipient, then
>>> the dissemination or copying of this email is prohibited. If you have
>>> received this in error, please notify the sender by replying by email and
>>> then delete the email completely from your system.  Neither Sporting Index
>>> nor the sender accepts responsibility for any virus, or any other defect
>>> which might affect any computer or IT system into which the email is
>>> received and/or opened.  It is the responsibility of the recipient to scan
>>> the email and no responsibility is accepted for any loss or damage arising
>>> in any way from receipt or use of this email.  Sporting Index Ltd is a
>>> company registered in England and Wales with company number 2636842, whose
>>> registered office is at Gateway House, Milverton Street, London, SE11 4AP.
>>>  Sporting Index Ltd is authorised and regulated by the UK Financial
>>> Services Authority (reg. no. 150404) and Gambling Commission (reg. no.
>>> 000-027343-R-308898-001).  Any financial promotion contained herein has
>>> been issued
>>> and approved by Sporting Index Ltd.
>>>
>>> Outbound email has been scanned for viruses and SPAM
>>>
>>
>>
>>
>> --
>> *Dean Wampler, Ph.D.*
>> thinkbiganalytics.com
>> +1-312-339-1330
>>
>>
>
>
> --
> *Dean Wampler, Ph.D.*
> thinkbiganalytics.com
> +1-312-339-1330
>
>
> ------------------------------
>
> This transmission is confidential and intended solely for the use of the
> recipient named above. It may contain confidential, proprietary, or legally
> privileged information. If you are not the intended recipient, you are
> hereby notified that any unauthorized review, use, disclosure or
> distribution is strictly prohibited. If you have received this transmission
> in error, please contact the sender by reply e-mail and delete the original
> transmission and all copies from your system.
>

-- 

------------------------------

This transmission is confidential and intended solely for the use of the 
recipient named above. It may contain confidential, proprietary, or legally 
privileged information. If you are not the intended recipient, you are 
hereby notified that any unauthorized review, use, disclosure or 
distribution is strictly prohibited. If you have received this transmission 
in error, please contact the sender by reply e-mail and delete the original 
transmission and all copies from your system.

Reply via email to