You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Shashidhar Rao <ra...@gmail.com> on 2015/01/03 08:53:10 UTC

Monitoring hadoop services running on AWS from local browser

Hi ,

I have setup 4 Hadoop node cluster on AWS on centos. I access these
instances using putty through public ip but internally they have private ip
and communicate each other using these private ip.

Setup is done but , I want to monitor the services like Namenode and
jobtracker from my local browser as the instances are pure non-browser
vanilla centos instances.

Please help me how to expose the services, as I cannot access
http://ipaddress:50070 or http://ipaddress:50030

Thanks
shashi

Re: Monitoring hadoop services running on AWS from local browser

Posted by Sushil Sontakke <so...@gmail.com>.
Unsubscribe
On Jan 3, 2015 2:09 AM, "iain wright" <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Shashidhar Rao <ra...@gmail.com>.
Thanks all for your help. Due to some restrictions using Firefox I think I
have to modify iptables rules. Anyways thanks all once again.

On Sat, Jan 3, 2015 at 1:38 PM, iain wright <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Shashidhar Rao <ra...@gmail.com>.
Thanks all for your help. Due to some restrictions using Firefox I think I
have to modify iptables rules. Anyways thanks all once again.

On Sat, Jan 3, 2015 at 1:38 PM, iain wright <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Sushil Sontakke <so...@gmail.com>.
Unsubscribe
On Jan 3, 2015 2:09 AM, "iain wright" <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Shashidhar Rao <ra...@gmail.com>.
Thanks all for your help. Due to some restrictions using Firefox I think I
have to modify iptables rules. Anyways thanks all once again.

On Sat, Jan 3, 2015 at 1:38 PM, iain wright <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Sushil Sontakke <so...@gmail.com>.
Unsubscribe
On Jan 3, 2015 2:09 AM, "iain wright" <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Shashidhar Rao <ra...@gmail.com>.
Thanks all for your help. Due to some restrictions using Firefox I think I
have to modify iptables rules. Anyways thanks all once again.

On Sat, Jan 3, 2015 at 1:38 PM, iain wright <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by Sushil Sontakke <so...@gmail.com>.
Unsubscribe
On Jan 3, 2015 2:09 AM, "iain wright" <ia...@gmail.com> wrote:

> Have you already modified the ec2 security groups to allow those ports
> from your home network (or world)? iptables rules may need modifying as
> well depending on the AMI
>
> Best,
>
> --
> Iain Wright
>
> This email message is confidential, intended only for the recipient(s)
> named above and may contain information that is privileged, exempt from
> disclosure under applicable law. If you are not the intended recipient, do
> not disclose or disseminate the message to anyone except the intended
> recipient. If you have received this message in error, or are not the named
> recipient(s), please immediately notify the sender by return email, and
> delete all copies of this message.
>
> On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <
> raoshashidhar123@gmail.com> wrote:
>
>> Hi ,
>>
>> I have setup 4 Hadoop node cluster on AWS on centos. I access these
>> instances using putty through public ip but internally they have private ip
>> and communicate each other using these private ip.
>>
>> Setup is done but , I want to monitor the services like Namenode and
>> jobtracker from my local browser as the instances are pure non-browser
>> vanilla centos instances.
>>
>> Please help me how to expose the services, as I cannot access
>> http://ipaddress:50070 or http://ipaddress:50030
>>
>> Thanks
>> shashi
>>
>
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by iain wright <ia...@gmail.com>.
Have you already modified the ec2 security groups to allow those ports from
your home network (or world)? iptables rules may need modifying as well
depending on the AMI

Best,

-- 
Iain Wright

This email message is confidential, intended only for the recipient(s)
named above and may contain information that is privileged, exempt from
disclosure under applicable law. If you are not the intended recipient, do
not disclose or disseminate the message to anyone except the intended
recipient. If you have received this message in error, or are not the named
recipient(s), please immediately notify the sender by return email, and
delete all copies of this message.

On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <ra...@gmail.com>
wrote:

> Hi ,
>
> I have setup 4 Hadoop node cluster on AWS on centos. I access these
> instances using putty through public ip but internally they have private ip
> and communicate each other using these private ip.
>
> Setup is done but , I want to monitor the services like Namenode and
> jobtracker from my local browser as the instances are pure non-browser
> vanilla centos instances.
>
> Please help me how to expose the services, as I cannot access
> http://ipaddress:50070 or http://ipaddress:50030
>
> Thanks
> shashi
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by iain wright <ia...@gmail.com>.
Have you already modified the ec2 security groups to allow those ports from
your home network (or world)? iptables rules may need modifying as well
depending on the AMI

Best,

-- 
Iain Wright

This email message is confidential, intended only for the recipient(s)
named above and may contain information that is privileged, exempt from
disclosure under applicable law. If you are not the intended recipient, do
not disclose or disseminate the message to anyone except the intended
recipient. If you have received this message in error, or are not the named
recipient(s), please immediately notify the sender by return email, and
delete all copies of this message.

On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <ra...@gmail.com>
wrote:

> Hi ,
>
> I have setup 4 Hadoop node cluster on AWS on centos. I access these
> instances using putty through public ip but internally they have private ip
> and communicate each other using these private ip.
>
> Setup is done but , I want to monitor the services like Namenode and
> jobtracker from my local browser as the instances are pure non-browser
> vanilla centos instances.
>
> Please help me how to expose the services, as I cannot access
> http://ipaddress:50070 or http://ipaddress:50030
>
> Thanks
> shashi
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by iain wright <ia...@gmail.com>.
Have you already modified the ec2 security groups to allow those ports from
your home network (or world)? iptables rules may need modifying as well
depending on the AMI

Best,

-- 
Iain Wright

This email message is confidential, intended only for the recipient(s)
named above and may contain information that is privileged, exempt from
disclosure under applicable law. If you are not the intended recipient, do
not disclose or disseminate the message to anyone except the intended
recipient. If you have received this message in error, or are not the named
recipient(s), please immediately notify the sender by return email, and
delete all copies of this message.

On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <ra...@gmail.com>
wrote:

> Hi ,
>
> I have setup 4 Hadoop node cluster on AWS on centos. I access these
> instances using putty through public ip but internally they have private ip
> and communicate each other using these private ip.
>
> Setup is done but , I want to monitor the services like Namenode and
> jobtracker from my local browser as the instances are pure non-browser
> vanilla centos instances.
>
> Please help me how to expose the services, as I cannot access
> http://ipaddress:50070 or http://ipaddress:50030
>
> Thanks
> shashi
>

Re: Monitoring hadoop services running on AWS from local browser

Posted by iain wright <ia...@gmail.com>.
Have you already modified the ec2 security groups to allow those ports from
your home network (or world)? iptables rules may need modifying as well
depending on the AMI

Best,

-- 
Iain Wright

This email message is confidential, intended only for the recipient(s)
named above and may contain information that is privileged, exempt from
disclosure under applicable law. If you are not the intended recipient, do
not disclose or disseminate the message to anyone except the intended
recipient. If you have received this message in error, or are not the named
recipient(s), please immediately notify the sender by return email, and
delete all copies of this message.

On Fri, Jan 2, 2015 at 11:53 PM, Shashidhar Rao <ra...@gmail.com>
wrote:

> Hi ,
>
> I have setup 4 Hadoop node cluster on AWS on centos. I access these
> instances using putty through public ip but internally they have private ip
> and communicate each other using these private ip.
>
> Setup is done but , I want to monitor the services like Namenode and
> jobtracker from my local browser as the instances are pure non-browser
> vanilla centos instances.
>
> Please help me how to expose the services, as I cannot access
> http://ipaddress:50070 or http://ipaddress:50030
>
> Thanks
> shashi
>