Re: Problem in viewing WEB UI

2009-06-22 Thread Pankil Doshi
* > Regards, > Ashish Pareek > > > On Wed, Jun 17, 2009 at 10:06 AM, Sugandha Neaolekar < > sugandha@gmail.com> wrote: > > > Well, You just have to specify the address in the URL address bar as:: > > http://hadoopmaster:50070 U'll be able to see the web

Problem in viewing WEB UI

2009-06-16 Thread ashish pareek
this? * Regards, Ashish Pareek On Wed, Jun 17, 2009 at 10:06 AM, Sugandha Neaolekar < sugandha@gmail.com> wrote: > Well, You just have to specify the address in the URL address bar as:: > http://hadoopmaster:50070 U'll be able to see the web UI..! > > > On Tue, Jun 16,

Re: Web ui

2009-04-08 Thread Rasit OZDAS
@Nick, I'm using ajax very often and previously done projects with ZK and JQuery, I can easily say that GWT was the easiest of them. Javascript is only needed where core features aren't enough. I can easily assume that we won't need any inline javascript. @Philip, Thanks for the point. That is a b

Re: Web ui

2009-04-07 Thread Philip Zeyliger
On Tue, Apr 7, 2009 at 5:11 AM, Rasit OZDAS wrote: > Hi, > > I started to write my own web ui with GWT. With GWT I can manage > everything within one page, I can set refreshing durations for > each part of the page. And also a better look and feel with the help > of GWT stylin

Re: Web ui

2009-04-07 Thread Nick Cen
the client site pickup whatever it want. 2009/4/7 Rasit OZDAS > Hi, > > I started to write my own web ui with GWT. With GWT I can manage > everything within one page, I can set refreshing durations for > each part of the page. And also a better look and feel with the help &

Web ui

2009-04-07 Thread Rasit OZDAS
Hi, I started to write my own web ui with GWT. With GWT I can manage everything within one page, I can set refreshing durations for each part of the page. And also a better look and feel with the help of GWT styling. But I can't get references of NameNode and JobTracker instances. I foun

Re: How to write custom web-ui

2009-03-20 Thread Rasit OZDAS
Thanks, Stefan. That's a good starting point. Is there any way to get JobTracker instance? I also need to pass it in, in my code. Do I have to initialize JobTracker myself? 2009/3/19 Stefan Podkowinski > This is done in the JobTracker class during the bootstrap process of > the jetty servlet en

Re: How to write custom web-ui

2009-03-19 Thread Stefan Podkowinski
This is done in the JobTracker class during the bootstrap process of the jetty servlet engine. Searching for 'setAttribute("job.tracker"' should find the exact position. On Wed, Mar 18, 2009 at 3:43 PM, Rasit OZDAS wrote: > Hi, > > Web ui of hadoop isn't suffi

How to write custom web-ui

2009-03-18 Thread Rasit OZDAS
Hi, Web ui of hadoop isn't sufficient enough for our project, so I should change it a little bit. But pages generally start with application.getProperty('job.tracker'); to get JobTracker instance, or similarly for NameNode instance. I couldn't find anything in the code,

Re: Hostnames on MapReduce Web UI

2009-02-15 Thread S D
Thanks, this did it. I changed my /etc/hosts file on each node from 127.0.0.1 localhost localhost.localdomain 127.0.0.1 to just switch the order with 127.0.0.1 127.0.0.1 localhost localhost.localdomain This did the trick! I vaguely recall from somewhere that I

Re: Hostnames on MapReduce Web UI

2009-02-15 Thread Nick Cen
Try comment out te localhost definition in your /etc/hosts file. 2009/2/14 S D > I'm reviewing the task trackers on the web interface ( > http://jobtracker-hostname:50030/) for my cluster of 3 machines. The names > of the task trackers do not list real domain names; e.g., one of the task > track

Hostnames on MapReduce Web UI

2009-02-13 Thread S D
I'm reviewing the task trackers on the web interface ( http://jobtracker-hostname:50030/) for my cluster of 3 machines. The names of the task trackers do not list real domain names; e.g., one of the task trackers is listed as: tracker_localhost:localhost/127.0.0.1:48167 I believe that the network

Fwd: Hive Web-UI

2008-10-10 Thread Jeff Hammerbacher
Jeff -- Forwarded message -- From: Edward Capriolo <[EMAIL PROTECTED]> Date: Fri, Oct 10, 2008 at 10:13 AM Subject: Hive Web-UI To: core-user@hadoop.apache.org I was checking out this slide show. http://www.slideshare.net/jhammerb/2008-ur-tech-talk-zshao-presentation/ in th

Hive Web-UI

2008-10-10 Thread Edward Capriolo
I was checking out this slide show. http://www.slideshare.net/jhammerb/2008-ur-tech-talk-zshao-presentation/ in the diagram a Web-UI exists. This was the first I have heard of this. Is this part of or planned to be a part of contrib/hive? I think a web interface for showing table schema and

Re: which param in the hadoop-default.xml desides the port of Web UI?

2008-07-30 Thread Xuebing Yan
wrote: > Dear All, > I use hadoop-0.17.0.I want to observe the progress of the Job through Web > ui .but I cann`t find the right param in the hadoop-default.xml to deside the > port and address. > I know the Hadoop-0.15.3 is dfs.info.port is the base port number for the >

which param in the hadoop-default.xml desides the port of Web UI?

2008-07-30 Thread wangxiaowei
Dear All, I use hadoop-0.17.0.I want to observe the progress of the Job through Web ui .but I cann`t find the right param in the hadoop-default.xml to deside the port and address. I know the Hadoop-0.15.3 is dfs.info.port is the base port number for the dfs namenode web ui.What about hadoop