Re: Running example application with capacity scheduler ?

2011-09-16 Thread ArunKumar
Hi all ! Problem found ! I have set the queue properties in the mapred-site.xml instead of capacity-scheduler.xml. Arun -- View this message in context: http://lucene.472066.n3.nabble.com/Running-example-application-with-capacity-scheduler-tp3335471p3341934.html Sent from the Hadoop lucene

Re: Running example application with capacity scheduler ?

2011-09-15 Thread arun k
Hi all ! Thanks Thomas ! it's working in terminal. I saw the queues in web UI of JT. when i try to run normally again (default) i get this error : i tried formatting namenode and making safemode off and restart but didn't work. hduser@arun-Presario-C500-RU914PA-ACJ:/usr/local/hadoop$ bin/hadoop

Re: Running example application with capacity scheduler ?

2011-09-15 Thread arun k
Hi all ! Harsh ! Namenode appears to be out of safe mode : In http://nn-host:50070 i see in time T1Safe mode is ON. The ratio of reported blocks 0. has not reached the threshold 0.9990. Safe mode will be turned off automatically. 7 files and directories, 1 blocks = 8 total. Heap Size is

Re: Running example application with capacity scheduler ?

2011-09-14 Thread Thomas Graves
I believe it defaults to submit a job to the default queue if you don't specify it. You don't have the default queue defined in your list of mapred.queue.names. So add -Dmapred.job.queue.name=myqueue1 (or another queue you have defined) to the wordcount command like: bin/hadoop jar