Error: ... It is indirectly referenced from required .class files - implements

2010-12-11 Thread Maha A. Alabduljalil
Hi all, I extended my project path with the hadoop-0.20.2-core.jar file, but I can see that some of the classes I need aren't there, so for example an error I get: " The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files- i

Re: Not able to execute MaxTemperature example

2010-10-19 Thread Maha A. Alabduljalil
Hi Rohit, I really learned alot from this link: http://www.infosci.cornell.edu/hadoop/windows.html Maha Quoting Rohit Mishra : I need clarification on how to run a Hadoop program. I am getting a ClassNotFoundException error when I try to run the test example given in the book [Ch 2]. Do we

Re: another quick question

2010-10-06 Thread Maha A. Alabduljalil
.0.1 of your home machine in your client side. On Thu, Oct 7, 2010 at 4:22 AM, Maha A. Alabduljalil wrote: Sorry I'm confused. The story is:  I ssh into my school-account using my home-computer and installed hadoop in school directory. I used to open the browser of Hadoop-Quick-Start (h

Re: another quick question

2010-10-06 Thread Maha A. Alabduljalil
g Asif Jan : Hi The tmp directory is local to the machine running the hadoop system, so if your hadoop is on a remote machine, tmp directory has to be on that machine Your question is not clear to me e.g. what you want to do? asif On Oct 6, 2010, at 9:55 PM, Maha A. Alabduljalil wrote: Hi

another quick question

2010-10-06 Thread Maha A. Alabduljalil
Hi again, I guess my questions are easy.. Since I'm installing hadoop in my school machine I have to veiw namenode online via hdfs://host-name:50070 instead of the default link provided by Hadoop Quick Start. (ie.hdfs://localhost:50070). Do you think I should set my hadoop.tmp.dir to t

Re: Quick question

2010-10-06 Thread Maha A. Alabduljalil
:hadoop-host-address:50030 ur-usern...@cluster-head-node Then open localhost:50030 to see job-tracker page. cheers On Oct 6, 2010, at 9:14 PM, Maha A. Alabduljalil wrote: Hi Every one, I've started up hadoop (hdfs data and name nodes, JobTracker and TaskTrakers), using the quick

Quick question

2010-10-06 Thread Maha A. Alabduljalil
Hi Every one, I've started up hadoop (hdfs data and name nodes, JobTracker and TaskTrakers), using the quick start guidance. The web view of the filesystem and jobtracker suddenly started to give can't be found by safari. Notice I'm actually accessing hadoop via ssh to my school accoun