Re: HWI use on AWS/EMR

2013-01-21 Thread Nitin Pawar
sing the AWS Management Console? Or can it only be done > using the commandline client or by an http request? > > > > Thanks, > > > > Tony**** > > **** > > > > > > > > *From:* Ariel Marcus [mailto:ariel.mar...@openbi.com]

RE: HWI use on AWS/EMR

2013-01-21 Thread Tony Burton
ot; option enabled? If so, any idea what steps you took in creating the instance to enable it? From: Nitin Pawar [mailto:nitinpawar...@gmail.com] Sent: 21 January 2013 11:57 To: user@hive.apache.org Subject: Re: HWI use on AWS/EMR right click on the instance in your aws console and you sho

Re: HWI use on AWS/EMR

2013-01-21 Thread Nitin Pawar
** > > ** ** > > ** ** > > ** ** > > *From:* Ariel Marcus [mailto:ariel.mar...@openbi.com] > *Sent:* 18 January 2013 17:25 > > *To:* user@hive.apache.org > *Subject:* Re: HWI use on AWS/EMR > > ** ** > > Hey Tony, > > ** ** > > Nitin's a

RE: HWI use on AWS/EMR

2013-01-21 Thread Tony Burton
e.org Subject: Re: HWI use on AWS/EMR Hey Tony, Nitin's approach would work for you as well. Amazon has very good documentation of their services. A quick google search should get you the right info. Best, Ariel - Ariel Marcus, Consultant www.openb

Re: HWI use on AWS/EMR

2013-01-18 Thread Ariel Marcus
y it again with a fresh EMR instance next week. > > ** ** > > Tony > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* Nitin Pawar [mailto:nitinpawar...@gmail.com] > *Sent:* 18 January 2013 17:08 > > *To:* user@hive.apache

RE: HWI use on AWS/EMR

2013-01-18 Thread Tony Burton
8 To: user@hive.apache.org Subject: Re: HWI use on AWS/EMR ok so much discussion around this but why dont you open access to port for your specific machine (home/office) and access it normally without setting up port forwarding. AWS does give you ip level access control in the security grou

Re: HWI use on AWS/EMR

2013-01-18 Thread Nitin Pawar
o hive-site.xml. >> How do I stop hive so I can restart with ‘hive –service hwi’ so that it >> picks up the new config?**** >> >> ** ** >> >> Tony >> >> ** ** >> >> ** ** >> >> ** ** >> >> ** ** >> >> ** **

Re: HWI use on AWS/EMR

2013-01-18 Thread Ariel Marcus
> ** ** > > ** ** > > ** ** > > *From:* Ariel Marcus [mailto:ariel.mar...@openbi.com] > *Sent:* 18 January 2013 16:31 > > *To:* user@hive.apache.org > *Subject:* Re: HWI use on AWS/EMR > > ** ** > > Hey Tony, > > ** ** > >

RE: HWI use on AWS/EMR

2013-01-18 Thread Tony Burton
Sent: 18 January 2013 16:31 To: user@hive.apache.org Subject: Re: HWI use on AWS/EMR Hey Tony, Port forwarding is the same as what Dean referred to as ssh tunneling. Here is a website explaining how to set up port forwarding in putty (use port ): http://www.cs.uu.nl/technical/services/ssh/pu

Re: HWI use on AWS/EMR

2013-01-18 Thread Dean Wampler
gt;> hive-default.xml. Does it make any difference which config file the >> changesare applied to (hive-default.xml vs hive-site.xml)? >> >> ** ** >> >> Tony >> >> ** ** >> >> ** ** >> >> *From:* Ariel Marcus [mailto:ariel.mar...@openbi.co

Re: HWI use on AWS/EMR

2013-01-18 Thread Ariel Marcus
xml vs hive-site.xml)? > > ** ** > > Tony > > ** ** > > ** ** > > *From:* Ariel Marcus [mailto:ariel.mar...@openbi.com] > *Sent:* 18 January 2013 16:16 > > *To:* user@hive.apache.org > *Subject:* Re: HWI use on AWS/EMR > > ** ** > > Hey Tony,*

RE: HWI use on AWS/EMR

2013-01-18 Thread Tony Burton
ry 2013 16:16 To: user@hive.apache.org Subject: Re: HWI use on AWS/EMR 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/k

RE: HWI use on AWS/EMR

2013-01-18 Thread Tony Burton
s described by Ariel in the next reply? From: Dean Wampler [mailto:dean.wamp...@thinkbiganalytics.com] Sent: 18 January 2013 16:09 To: user@hive.apache.org Subject: Re: HWI use on AWS/EMR Oops, I overlooked that you have the public domain name in your message. Can you surf to http://ec2-54-24

Re: HWI use on AWS/EMR

2013-01-18 Thread Ariel Marcus
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 :localhost: -l hadoop MASTER_HOSTNAME After you h

Re: HWI use on AWS/EMR

2013-01-18 Thread Dean Wampler
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, Ja

Re: HWI use on AWS/EMR

2013-01-18 Thread Dean Wampler
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 cert

HWI use on AWS/EMR

2013-01-18 Thread Tony Burton
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 create