Hadoop Job Tracker User Interface not accessible

2014-06-02 Thread Ashish Dobhal
Hey, Could anyone please help me I am not able to access by Job Tracker interface on the defined port. http://localhost:50030 Please help. Thank you

OIV Tool

2014-07-08 Thread Ashish Dobhal
Hey everyone, Could anyone tell me which versions of hadoop is the OIV tool compatible with.

Re: OIV Tool

2014-07-08 Thread Ashish Dobhal
ly, I use it with Hadoop 2.2.0. > > > 2014-07-08 21:06 GMT+02:00 Ashish Dobhal : > > Hey everyone, >> Could anyone tell me which versions of hadoop is the OIV tool compatible >> with. >> > >

OIV Compatiblity

2014-07-14 Thread Ashish Dobhal
Hey everyone ; Could anyone tell me how to use the OIV tool in hadoop 1.0 as there is no hdfs.sh file there. Thanks.

Re: OIV Compatiblity

2014-07-14 Thread Ashish Dobhal
Harsh thanks On Mon, Jul 14, 2014 at 11:39 PM, Harsh J wrote: > The OIV for 1.x series is available in release 1.2.0 and higher. You > can use it from the 'hadoop oiv' command. > > It is not available in 1.0.x. > > On Mon, Jul 14, 2014 at 9:49 PM, Ashish Dobha

Re: OIV Compatiblity

2014-07-14 Thread Ashish Dobhal
Could I download the fsimage of a hadoop 1.0 using wget and then interpret it in offline mode using the tool in the hadoop 1.2 or higher distributions.I guess the structure of fsimage would be same for both the distributions. On Mon, Jul 14, 2014 at 11:53 PM, Ashish Dobhal wrote: > Ha

Re: OIV Compatiblity

2014-07-14 Thread Ashish Dobhal
Mon, Jul 14, 2014 at 11:56 PM, Ashish Dobhal > wrote: > > Could I download the fsimage of a hadoop 1.0 using wget and then > interpret > > it in offline mode using the tool in the hadoop 1.2 or higher > > distributions.I guess the structure of fsimage would be same for both

OIV TOOL ERROR

2014-07-15 Thread Ashish Dobhal
Hey everyone i got the following error with the oiv tool. Please help ERROR hdfs oiv -i /home/hduser/fsimage1234 -o /home/hduser/interpret.txt Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException at java.lang.Class

Re: OIV TOOL ERROR

2014-07-15 Thread Ashish Dobhal
16, 2014 at 2:28 AM, Anandha L Ranganathan < analog.s...@gmail.com> wrote: > which version of hadoop are you using ? > > If it is 2.4.x and above use hdfs -oiv > otherwise use hadoop -oiv. > > > On Tue, Jul 15, 2014 at 12:51 PM, Ashish Dobhal > wrote: > >&g

MR JOB

2014-07-18 Thread Ashish Dobhal
Does the normal operations of hadoop such as uploading and downloading a file into the HDFS run as a MR job. If so why cant I see the job being run on my task tracker and job tracker. Thank you.

Re: MR JOB

2014-07-18 Thread Ashish Dobhal
ations against HDFS and do not use the MapReduce. > > > On Fri, Jul 18, 2014 at 10:49 AM, Ashish Dobhal > wrote: > >> Does the normal operations of hadoop such as uploading and downloading a >> file into the HDFS run as a MR job. >> If so why cant I see the job being

Re: MR JOB

2014-07-18 Thread Ashish Dobhal
Thanks. On Fri, Jul 18, 2014 at 10:41 PM, Rich Haase wrote: > HDFS handles the splitting of files into multiple blocks. It's a file > system operation that is transparent to the user. > > > On Fri, Jul 18, 2014 at 11:07 AM, Ashish Dobhal > wrote: > >> Rich