Re: Exposing hadoop web interface

2013-06-03 Thread Shahab Yunus
Are you able to access the main JobTrackerUI Page? http://foobar:50030/jobtracker.jsp If not then it can be a firewall/proxy issue (or correct usage of the foobar domain, maybe you need to to use IP or fqdn.) I am assuming that your jobs are completing successfully behind the scenes. Regards, Sh

Exposing hadoop web interface

2013-06-03 Thread jamal sasha
Hi, I have deployed hadoop into a small cluster.. Now the issue is while on job launch it does says Tracking URL: http://foobar:50030/jobdetails.jsp?jobid=job_201305241622_0047 but I cannot look at this url and look at the job status (maybe its the firewall?? proxy?? ) I can only look at my l

Re: Hadoop Web Interface Security

2012-11-21 Thread Visioner Sadak
thanks harsh any hints on how to give user.name in configuration files for simple authentication,is that given as a property On Wed, Nov 21, 2012 at 5:52 PM, Harsh J wrote: > Yes, see > http://hadoop.apache.org/docs/current/hadoop-auth/Configuration.html > and also see http://hadoop.apache.org/d

Re: Hadoop Web Interface Security

2012-11-21 Thread Harsh J
Yes, see http://hadoop.apache.org/docs/current/hadoop-auth/Configuration.html and also see http://hadoop.apache.org/docs/stable/HttpAuthentication.html On Wed, Nov 21, 2012 at 3:34 PM, Visioner Sadak wrote: > Hi as we knw that by using hadoop's web UI at http://namenode-ip/50070 > anyone can a

Re: Hadoop web interface

2012-11-06 Thread Bharati
Thanks, Will take a look. Bharati Sent from my iPhone On Nov 6, 2012, at 6:15 PM, Bing Jiang wrote: > if you want to look up the source code of webapps, please refer to > HADOOP_HOME/src/webapps. > > 2012/11/7 Bharati >> Hi, >> I am very new to Hadoop. I have run tutorials for map and redu

Re: Hadoop web interface

2012-11-06 Thread Bing Jiang
if you want to look up the source code of webapps, please refer to HADOOP_HOME/src/webapps. 2012/11/7 Bharati > Hi, > I am very new to Hadoop. I have run tutorials for map and reduce. > I would like more information on hadoop's web interface and details > > Thanks, > Bharati > > Fortigate Filter

Hadoop web interface

2012-11-06 Thread Bharati
Hi, I am very new to Hadoop. I have run tutorials for map and reduce. I would like more information on hadoop's web interface and details Thanks, Bharati Fortigate Filtered

Hadoop web interface authentication

2012-08-09 Thread Artem Ervits
Hello all, I added the following setting hadoop.http.authentication.simple.anonymous.allowed. Now when I try to login to Web UI, I get 401 error unless I specify user.name=username. This is exactly what I want but I noticed that I can pass any user name and it will work as long as it is not n

Hadoop web interface authentication

2012-08-09 Thread Artem Ervits
Hello all, I added the following setting hadoop.http.authentication.simple.anonymous.allowed. Now when I try to login to Web UI, I get 401 error unless I specify user.name=username. This is exactly what I want but I noticed that I can pass any user name and it will work as long as it is not n