Andreas,

If you can ssh into the nodes, you can always set up port-forwarding
with ssh -L to bring those ports to your local machine.

On Wed, May 28, 2008 at 1:51 PM, Andreas Kostyrka <[EMAIL PROTECTED]> wrote:
> What I wonder is what ports do I need to access?
>
> 50060 on all nodes.
> 50030 on the jobtracker.
>
> Any other ports?
>
> Andreas
>
> Am Mittwoch, den 28.05.2008, 13:37 -0700 schrieb Allen Wittenauer:
>>
>>
>> On 5/28/08 1:22 PM, "Andreas Kostyrka" <[EMAIL PROTECTED]> wrote:
>> > I just wondered what other people use to access the hadoop webservers,
>> > when running on EC2?
>>
>>     While we don't run on EC2 :), we do protect the hadoop web processes by
>> putting a proxy in front of it.  A user connects to the proxy,
>> authenticates, and then gets the output from the hadoop process.  All of the
>> redirection magic happens via a localhost connection, so no data is leaked
>> unprotected.
>>
>



-- 
Chris Anderson
http://jchris.mfdz.com

Reply via email to