Re: HTTP Error

2011-07-14 Thread Adarsh Sharma
files are not coming into the java classpath. Devaraj K -Original Message- From: Adarsh Sharma [mailto:adarsh.sha...@orkash.com] Sent: Thursday, July 14, 2011 6:32 PM To: common-user@hadoop.apache.org Subject: Re: HTTP Error Any update on the HTTP Error : Still the issue remains but

RE: HTTP Error

2011-07-14 Thread Devaraj K
the compiled jsp files are not coming into the java classpath. Devaraj K -Original Message- From: Adarsh Sharma [mailto:adarsh.sha...@orkash.com] Sent: Thursday, July 14, 2011 6:32 PM To: common-user@hadoop.apache.org Subject: Re: HTTP Error Any update on the HTTP Error : Still the

Re: HTTP Error

2011-07-14 Thread Adarsh Sharma
-Original Message- From: dhru...@gmail.com [mailto:dhru...@gmail.com] On Behalf Of Dhruv Kumar Sent: Thursday, July 07, 2011 10:01 AM To: common-user@hadoop.apache.org Subject: Re: HTTP Error 1) Check with jps to see if all services are functioning. 2) Have you tried appending dfshealth.jsp at the

Re: HTTP Error

2011-07-08 Thread Adarsh Sharma
corrupt replicas: 0 Missing blocks: 0 - Datanodes available: 5 (5 total, 0 dead) -Original Message- From: dhru...@gmail.com [mailto:dhru...@gmail.com] On Behalf Of Dhruv Kumar Sent: Thursday, July 07, 2011 10:01 AM To: common-user@hadoop.apache.

Re: HTTP Error

2011-07-08 Thread Joey Echeverria
> [root@ws33-shiv-lin ~]# /usr/java/jdk1.6.0_20/bin/jps 5696 DataNode > 5941 Jps > 5818 TaskTracker > > > > > Thanks > > > > jeff.schm...@shell.com wrote: >> Adarsh, >> >> You could also run from command line >> >> [root@xxx bin]# ./hadoop dfsadmin -report >>

Re: HTTP Error

2011-07-07 Thread Adarsh Sharma
Behalf Of Dhruv Kumar Sent: Thursday, July 07, 2011 10:01 AM To: common-user@hadoop.apache.org Subject: Re: HTTP Error 1) Check with jps to see if all services are functioning. 2) Have you tried appending dfshealth.jsp at the end of the URL as the 404 says? Try using this: http://localhost:5007

RE: HTTP Error

2011-07-07 Thread Jeff.Schmitz
-user@hadoop.apache.org Subject: Re: HTTP Error 1) Check with jps to see if all services are functioning. 2) Have you tried appending dfshealth.jsp at the end of the URL as the 404 says? Try using this: http://localhost:50070/dfshealth.jsp On Thu, Jul 7, 2011 at 7:13 AM, Adarsh Sharma wrote

Re: HTTP Error

2011-07-07 Thread Dhruv Kumar
1) Check with jps to see if all services are functioning. 2) Have you tried appending dfshealth.jsp at the end of the URL as the 404 says? Try using this: http://localhost:50070/dfshealth.jsp On Thu, Jul 7, 2011 at 7:13 AM, Adarsh Sharma wrote: > Dear all, > > Today I am stucked with the stra