You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Raj Hadoop <ha...@yahoo.com> on 2013/05/16 23:58:00 UTC

Installed Hadoop on Linux server - not able to see web UI

Hi,
 
I have installed Hadoop on a Linux server psedo-distributed mode. The map reduce word count example also succesfully ran. But i was not able to access the UI from my local windows browser machine when i use like http://intelliserver:54310/ or http://intelliserver:54311/ 
 
 
$ cat core-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hadoop.tmp.dir</name>
<value>/software/home/hadoop/hadoop/hdfstmp</value>
<description>This is a base for other temporary directories</description>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://intelliserver:54310</value>
<description> The name of the default system </description>
</property>
</configuration>

$ cat mapred-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>mapred.job.tracker</name>
<value>intelliserver:54311</value>
<description>The host and port of the mapreduce job tracker </description>
</property>
</configuration>
 
 
The hostname of the machine is however like this
$hostname
intelliserver.dmel.com
 
 
So i have a company network which is dmel.com. I tried using both http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
Also i did the same thing for 54311. But did not find the page.
 
Please advise.
 
Thanks,
Raj

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Raj Hadoop <ha...@yahoo.com>.
Thanks. It is working on 50070 and 50030.



________________________________
From: Sandy Ryza <sa...@cloudera.com>
To: user@hadoop.apache.org; Raj Hadoop <ha...@yahoo.com> 
Sent: Thursday, May 16, 2013 6:02 PM
Subject: Re: Installed Hadoop on Linux server - not able to see web UI



Hi Raj, 

The web UIs are located on different ports than the RPC ports you specified.  If you are using MR1, the HDFS UI is typically located on port 50070, and the MapReduce UI is typically located on port 50030.

-Sandy 



On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

Hi,
>
>I have installed Hadoop on a Linux server psedo-distributed mode. The map reduce word count example also succesfully ran. But i was not able to access the UI from my local windows browser machine when i use like http://intelliserver:54310/ or http://intelliserver:54311/ 
>
>
>$ cat core-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>hadoop.tmp.dir</name>
><value>/software/home/hadoop/hadoop/hdfstmp</value>
><description>This is a base for other temporary directories</description>
></property>
><property>
><name>fs.default.name</name>
><value>hdfs://intelliserver:54310</value>
><description> The name of the default system </description>
></property>
></configuration>
>
>$ cat mapred-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>mapred.job.tracker</name>
><value>intelliserver:54311</value>
><description>The host and port of the mapreduce job tracker </description>
></property>
></configuration>
>
>
>The hostname of the machine is however like this
>$hostname
>intelliserver.dmel.com
>
>
>So i have a company network which is dmel.com. I tried using both http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
>Also i did the same thing for 54311. But did not find the page.
>
>Please advise.
>
>Thanks,
>Raj
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Raj Hadoop <ha...@yahoo.com>.
Thanks. It is working on 50070 and 50030.



________________________________
From: Sandy Ryza <sa...@cloudera.com>
To: user@hadoop.apache.org; Raj Hadoop <ha...@yahoo.com> 
Sent: Thursday, May 16, 2013 6:02 PM
Subject: Re: Installed Hadoop on Linux server - not able to see web UI



Hi Raj, 

The web UIs are located on different ports than the RPC ports you specified.  If you are using MR1, the HDFS UI is typically located on port 50070, and the MapReduce UI is typically located on port 50030.

-Sandy 



On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

Hi,
>
>I have installed Hadoop on a Linux server psedo-distributed mode. The map reduce word count example also succesfully ran. But i was not able to access the UI from my local windows browser machine when i use like http://intelliserver:54310/ or http://intelliserver:54311/ 
>
>
>$ cat core-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>hadoop.tmp.dir</name>
><value>/software/home/hadoop/hadoop/hdfstmp</value>
><description>This is a base for other temporary directories</description>
></property>
><property>
><name>fs.default.name</name>
><value>hdfs://intelliserver:54310</value>
><description> The name of the default system </description>
></property>
></configuration>
>
>$ cat mapred-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>mapred.job.tracker</name>
><value>intelliserver:54311</value>
><description>The host and port of the mapreduce job tracker </description>
></property>
></configuration>
>
>
>The hostname of the machine is however like this
>$hostname
>intelliserver.dmel.com
>
>
>So i have a company network which is dmel.com. I tried using both http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
>Also i did the same thing for 54311. But did not find the page.
>
>Please advise.
>
>Thanks,
>Raj
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Raj Hadoop <ha...@yahoo.com>.
Thanks. It is working on 50070 and 50030.



________________________________
From: Sandy Ryza <sa...@cloudera.com>
To: user@hadoop.apache.org; Raj Hadoop <ha...@yahoo.com> 
Sent: Thursday, May 16, 2013 6:02 PM
Subject: Re: Installed Hadoop on Linux server - not able to see web UI



Hi Raj, 

The web UIs are located on different ports than the RPC ports you specified.  If you are using MR1, the HDFS UI is typically located on port 50070, and the MapReduce UI is typically located on port 50030.

-Sandy 



On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

Hi,
>
>I have installed Hadoop on a Linux server psedo-distributed mode. The map reduce word count example also succesfully ran. But i was not able to access the UI from my local windows browser machine when i use like http://intelliserver:54310/ or http://intelliserver:54311/ 
>
>
>$ cat core-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>hadoop.tmp.dir</name>
><value>/software/home/hadoop/hadoop/hdfstmp</value>
><description>This is a base for other temporary directories</description>
></property>
><property>
><name>fs.default.name</name>
><value>hdfs://intelliserver:54310</value>
><description> The name of the default system </description>
></property>
></configuration>
>
>$ cat mapred-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>mapred.job.tracker</name>
><value>intelliserver:54311</value>
><description>The host and port of the mapreduce job tracker </description>
></property>
></configuration>
>
>
>The hostname of the machine is however like this
>$hostname
>intelliserver.dmel.com
>
>
>So i have a company network which is dmel.com. I tried using both http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
>Also i did the same thing for 54311. But did not find the page.
>
>Please advise.
>
>Thanks,
>Raj
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Raj Hadoop <ha...@yahoo.com>.
Thanks. It is working on 50070 and 50030.



________________________________
From: Sandy Ryza <sa...@cloudera.com>
To: user@hadoop.apache.org; Raj Hadoop <ha...@yahoo.com> 
Sent: Thursday, May 16, 2013 6:02 PM
Subject: Re: Installed Hadoop on Linux server - not able to see web UI



Hi Raj, 

The web UIs are located on different ports than the RPC ports you specified.  If you are using MR1, the HDFS UI is typically located on port 50070, and the MapReduce UI is typically located on port 50030.

-Sandy 



On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

Hi,
>
>I have installed Hadoop on a Linux server psedo-distributed mode. The map reduce word count example also succesfully ran. But i was not able to access the UI from my local windows browser machine when i use like http://intelliserver:54310/ or http://intelliserver:54311/ 
>
>
>$ cat core-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>hadoop.tmp.dir</name>
><value>/software/home/hadoop/hadoop/hdfstmp</value>
><description>This is a base for other temporary directories</description>
></property>
><property>
><name>fs.default.name</name>
><value>hdfs://intelliserver:54310</value>
><description> The name of the default system </description>
></property>
></configuration>
>
>$ cat mapred-site.xml
><?xml version="1.0"?>
><?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
><configuration>
><property>
><name>mapred.job.tracker</name>
><value>intelliserver:54311</value>
><description>The host and port of the mapreduce job tracker </description>
></property>
></configuration>
>
>
>The hostname of the machine is however like this
>$hostname
>intelliserver.dmel.com
>
>
>So i have a company network which is dmel.com. I tried using both http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
>Also i did the same thing for 54311. But did not find the page.
>
>Please advise.
>
>Thanks,
>Raj
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Sandy Ryza <sa...@cloudera.com>.
Hi Raj,

The web UIs are located on different ports than the RPC ports you
specified.  If you are using MR1, the HDFS UI is typically located on port
50070, and the MapReduce UI is typically located on port 50030.

-Sandy


On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

> Hi,
>
> I have installed Hadoop on a Linux server psedo-distributed mode. The map
> reduce word count example also succesfully ran. But i was not able to
> access the UI from my local windows browser machine when i use like
> http://intelliserver:54310/ or http://intelliserver:54311/
>
>
> $ cat core-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>hadoop.tmp.dir</name>
> <value>/software/home/hadoop/hadoop/hdfstmp</value>
> <description>This is a base for other temporary directories</description>
> </property>
> <property>
> <name>fs.default.name</name>
> <value>hdfs://intelliserver:54310</value>
> <description> The name of the default system </description>
> </property>
> </configuration>
>
> $ cat mapred-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>mapred.job.tracker</name>
> <value>intelliserver:54311</value>
> <description>The host and port of the mapreduce job tracker </description>
> </property>
> </configuration>
>
>
> The hostname of the machine is however like this
> $hostname
> intelliserver.dmel.com
>
>
> So i have a company network which is dmel.com. I tried using both
> http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
> Also i did the same thing for 54311. But did not find the page.
>
> Please advise.
>
> Thanks,
> Raj
>
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Sandy Ryza <sa...@cloudera.com>.
Hi Raj,

The web UIs are located on different ports than the RPC ports you
specified.  If you are using MR1, the HDFS UI is typically located on port
50070, and the MapReduce UI is typically located on port 50030.

-Sandy


On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

> Hi,
>
> I have installed Hadoop on a Linux server psedo-distributed mode. The map
> reduce word count example also succesfully ran. But i was not able to
> access the UI from my local windows browser machine when i use like
> http://intelliserver:54310/ or http://intelliserver:54311/
>
>
> $ cat core-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>hadoop.tmp.dir</name>
> <value>/software/home/hadoop/hadoop/hdfstmp</value>
> <description>This is a base for other temporary directories</description>
> </property>
> <property>
> <name>fs.default.name</name>
> <value>hdfs://intelliserver:54310</value>
> <description> The name of the default system </description>
> </property>
> </configuration>
>
> $ cat mapred-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>mapred.job.tracker</name>
> <value>intelliserver:54311</value>
> <description>The host and port of the mapreduce job tracker </description>
> </property>
> </configuration>
>
>
> The hostname of the machine is however like this
> $hostname
> intelliserver.dmel.com
>
>
> So i have a company network which is dmel.com. I tried using both
> http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
> Also i did the same thing for 54311. But did not find the page.
>
> Please advise.
>
> Thanks,
> Raj
>
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Sandy Ryza <sa...@cloudera.com>.
Hi Raj,

The web UIs are located on different ports than the RPC ports you
specified.  If you are using MR1, the HDFS UI is typically located on port
50070, and the MapReduce UI is typically located on port 50030.

-Sandy


On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

> Hi,
>
> I have installed Hadoop on a Linux server psedo-distributed mode. The map
> reduce word count example also succesfully ran. But i was not able to
> access the UI from my local windows browser machine when i use like
> http://intelliserver:54310/ or http://intelliserver:54311/
>
>
> $ cat core-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>hadoop.tmp.dir</name>
> <value>/software/home/hadoop/hadoop/hdfstmp</value>
> <description>This is a base for other temporary directories</description>
> </property>
> <property>
> <name>fs.default.name</name>
> <value>hdfs://intelliserver:54310</value>
> <description> The name of the default system </description>
> </property>
> </configuration>
>
> $ cat mapred-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>mapred.job.tracker</name>
> <value>intelliserver:54311</value>
> <description>The host and port of the mapreduce job tracker </description>
> </property>
> </configuration>
>
>
> The hostname of the machine is however like this
> $hostname
> intelliserver.dmel.com
>
>
> So i have a company network which is dmel.com. I tried using both
> http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
> Also i did the same thing for 54311. But did not find the page.
>
> Please advise.
>
> Thanks,
> Raj
>
>
>

Re: Installed Hadoop on Linux server - not able to see web UI

Posted by Sandy Ryza <sa...@cloudera.com>.
Hi Raj,

The web UIs are located on different ports than the RPC ports you
specified.  If you are using MR1, the HDFS UI is typically located on port
50070, and the MapReduce UI is typically located on port 50030.

-Sandy


On Thu, May 16, 2013 at 2:58 PM, Raj Hadoop <ha...@yahoo.com> wrote:

> Hi,
>
> I have installed Hadoop on a Linux server psedo-distributed mode. The map
> reduce word count example also succesfully ran. But i was not able to
> access the UI from my local windows browser machine when i use like
> http://intelliserver:54310/ or http://intelliserver:54311/
>
>
> $ cat core-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>hadoop.tmp.dir</name>
> <value>/software/home/hadoop/hadoop/hdfstmp</value>
> <description>This is a base for other temporary directories</description>
> </property>
> <property>
> <name>fs.default.name</name>
> <value>hdfs://intelliserver:54310</value>
> <description> The name of the default system </description>
> </property>
> </configuration>
>
> $ cat mapred-site.xml
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
> <property>
> <name>mapred.job.tracker</name>
> <value>intelliserver:54311</value>
> <description>The host and port of the mapreduce job tracker </description>
> </property>
> </configuration>
>
>
> The hostname of the machine is however like this
> $hostname
> intelliserver.dmel.com
>
>
> So i have a company network which is dmel.com. I tried using both
> http://intelliserver:54310/ and http://intelliserver.dmel.com:54310/
> Also i did the same thing for 54311. But did not find the page.
>
> Please advise.
>
> Thanks,
> Raj
>
>
>