Re: query

2014-02-24 Thread Richard Chen
your question was rather vaguely described. but you may check below links out: - http://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment - http://vichargrave.com/create-a-hadoop-build-and-development-environment-for-hadoop/ - http://www.michael-noll.com/tutorials/runni

Re: No job shown in Hadoop resource manager web UI when running jobs in the cluster

2014-02-23 Thread Richard Chen
found the problem was due to missing mapred-site.xml. After creating it, the problem was gone. thanks for all the answers. On Sun, Feb 23, 2014 at 9:05 AM, Richard Chen wrote: > Thanks for the reply. Due to company mail filtering issue, I decided to > use my personal mail account so

Re: No job shown in Hadoop resource manager web UI when running jobs in the cluster

2014-02-22 Thread Richard Chen
il.ToolRunner.run(ToolRunner.java:84) >> >> at org.apache.hadoop.mapred.JobClient.main(JobClient.java:1237) >> >> and on hadoop webapp like jobhistory ( I turn on the jobhistory server). >> It shows no job was running and no job finishing although I was running >

Re: No job shown in Hadoop resource manager web UI when running jobs in the cluster

2014-02-22 Thread Richard Chen
er.run(ToolRunner.java:70) >> >> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) >> >> at org.apache.hadoop.mapred.JobClient.main(JobClient.java:1237) >> >> and on hadoop webapp like jobhistory ( I turn on the jobhistory server). >> It