|
|
+
Dibyendu Karmakar 2012-12-04, 10:55
+
Dibyendu Karmakar 2012-12-04, 11:01
+
Mohammad Tariq 2012-12-04, 11:29
+
Nitin Pawar 2012-12-04, 12:49
+
Robert Molina 2012-12-04, 20:58
+
Dibyendu Karmakar 2012-12-05, 07:32
+
Robert Molina 2012-12-05, 22:50
-
Re: Task Tracker Not Starting in Hadoop-1.0.3 Help PleaseDibyendu Karmakar 2012-12-06, 02:32
@ Robert,
I was trying the same in 172.16.4.14 and it was not running as well. Tasktracker is not running at all. I am using hadoop-1.0.3 But yesterday, I tried the old hadoop-0.22.0 and every daemon, including tasktracker is running quite beautifully.... Actually, I am trying to understand the code for hadoop... so the purpose is to run the WordCount program given in MapReduce Example... But I cann't complie this program in hadoop-0.22.0 because hadoop-core-version.jar is not there in hadoop-0.22.0 whereas it is in hadoop-1.0.3 and compilation is successful... THANKS FOR YOUR CONSTANT REPLY.. DON'T KNOW WHAT I'LL DO IN MY PROJECT ON HADOOP. THANKS AGAIN... On 12/6/12, Robert Molina <[EMAIL PROTECTED]> wrote: > Hi Dibyendu, > Looking back at your logs, you are trying to start TT on the 120 box where > your the master processes along with datanode is running. I was wondering > if you tried to launch TT on the 172.16.4.14 as well and get the same > behavior. > > Regards, > Robert > > On Tue, Dec 4, 2012 at 11:32 PM, Dibyendu Karmakar > <[EMAIL PROTECTED]>wrote: > >> @ Nitin Power, I don't how to put Task Tracker in debug mode. >> >> JDK VERSION - using "java -version" command >> ------------------------------------------------ >> java version "1.6.0" >> Java(TM) SE Runtime Environment (build 1.6.0-b105) >> Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) >> >> @ Robert Molina, >> doing "ls >> /home/usr/student/pg/yr11/dibyendu_karmakar/hadoop-1.0.3/temp/mapred/local" >> gives a directory named "taskTracker" >> But this directory is empty --- no file found after doing "ls" on this >> directory >> >> AND ALSO MY < hadoop.tmp.dir > IS >> /home/usr/student/pg/yr11/dibyendu_karmakar/hadoop-1.0.3/temp >> >> >> @ Mohammad Tariq, >> >> THE JOB TRACKER LOG FILE IS AS FOLLOWS ---- NO ERROR ALSO >> >> 2012-12-04 15:33:20,305 INFO org.apache.hadoop.mapred.JobTracker: >> STARTUP_MSG: >> /************************************************************ >> STARTUP_MSG: Starting JobTracker >> STARTUP_MSG: host = radix.itd.jusl.ac.in/172.16.4.120 >> STARTUP_MSG: args = [] >> STARTUP_MSG: version = 1.0.3 >> STARTUP_MSG: build >> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r >> 1335192; compiled by 'hortonfo' on Tue May 8 20:31:25 UTC 2012 >> ************************************************************/ >> 2012-12-04 15:33:20,768 INFO >> org.apache.hadoop.metrics2.impl.MetricsConfig: loaded properties from >> hadoop-metrics2.properties >> 2012-12-04 15:33:20,780 INFO >> org.apache.hadoop.metrics2.impl.MetricsSourceAdapter: MBean for source >> MetricsSystem,sub=Stats registered. >> 2012-12-04 15:33:20,880 INFO >> org.apache.hadoop.metrics2.impl.MetricsSystemImpl: Scheduled snapshot >> period at 10 second(s). >> 2012-12-04 15:33:20,880 INFO >> org.apache.hadoop.metrics2.impl.MetricsSystemImpl: JobTracker metrics >> system started >> 2012-12-04 15:33:21,277 INFO >> org.apache.hadoop.metrics2.impl.MetricsSourceAdapter: MBean for source >> QueueMetrics,q=default registered. >> 2012-12-04 15:33:22,527 INFO >> org.apache.hadoop.metrics2.impl.MetricsSourceAdapter: MBean for source >> ugi registered. >> 2012-12-04 15:33:22,528 INFO >> >> org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager: >> Updating the current master key for generating delegation tokens >> 2012-12-04 15:33:22,530 INFO org.apache.hadoop.mapred.JobTracker: >> Scheduler configured with (memSizeForMapSlotOnJT, >> memSizeForReduceSlotOnJT, limitMaxMemForMapTasks, >> limitMaxMemForReduceTasks) (-1, -1, -1, -1) >> 2012-12-04 15:33:22,531 INFO org.apache.hadoop.util.HostsFileReader: >> Refreshing hosts (include/exclude) list >> 2012-12-04 15:33:22,537 INFO >> >> org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager: >> Starting expired delegation token remover thread, >> tokenRemoverScanInterval=60 min(s) >> 2012-12-04 15:33:22,537 INFO >> >> org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager: Dibyendu Karmakar, < [EMAIL PROTECTED] > |