Re: Hadoop 1.2

2014-06-18 Thread Zhijie Shen
It depends on which group of APIs your application is using. Please refer to this doc for details: http://hadoop.apache.org/docs/r2.4.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html On Thu, Jun 19, 2014 at 2:24 AM, Mohit Anchlia wrote: > Does

Hadoop 1.2

2014-06-18 Thread Mohit Anchlia
Does hadoop map reduce code compiled against 1.2 works with Yarn? org.apache.hadoop *hadoop*-core 1.2.1

Re: Problem with jobtracker hadoop 1.2

2014-04-22 Thread Shumin Guo
It seems you are using the local FS rather than HDFS. You need to make sure your hdfs cluster is up and running. On Thu, Apr 17, 2014 at 6:42 PM, Shengjun Xin wrote: > Did you start datanode service? > > > On Thu, Apr 17, 2014 at 9:23 PM, Karim Awara wrote: > >> Hi, >> >> Whenever I start the h

Re: Problem with jobtracker hadoop 1.2

2014-04-17 Thread Azuryy Yu
There is because your HDFS has no space left. please check your datanodes are all started. also please check dfs.datanode.du.reserved in hdfs-site.xml to make sure you don't reserve large capacity. On Fri, Apr 18, 2014 at 7:42 AM, Shengjun Xin wrote: > Did you start datanode service? > > > On T

Re: Problem with jobtracker hadoop 1.2

2014-04-17 Thread Shengjun Xin
Did you start datanode service? On Thu, Apr 17, 2014 at 9:23 PM, Karim Awara wrote: > Hi, > > Whenever I start the hadoop on 24 machines, the following exception > happens on the jobtracker log file on the namenode: I would appreciate > any help. Thank you. > > > > 2014-04-17 16:16:31,391 INFO

Problem with jobtracker hadoop 1.2

2014-04-17 Thread Karim Awara
Hi, Whenever I start the hadoop on 24 machines, the following exception happens on the jobtracker log file on the namenode: I would appreciate any help. Thank you. 2014-04-17 16:16:31,391 INFO org.apache.hadoop.mapred.JobTracker: Setting safe mode to false. Requested by : karim 2014-04-17 16:

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
>>>>> The host and port that the MapReduce job tracker runs >>>>>> at. If "local", then jobs are run in-process as a single map >>>>>> and reduce task. >>>>>> >>>>>> >>>>

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Shekhar Sharma
t;>>> *hdfs-site.xml and* >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> dfs.replication >>>>> 1 >>>>> Default block replication. >>>>&g

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
dfs.replication >>>> 1 >>>> Default block replication. >>>> The actual number of replications can be specified when the file is >>>> created. >>>> The default is used if replication is not specified in create time. >>>> &

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Jitendra Yadav
ariable is JAVA_HOME. All others are >>> # optional. When running a distributed configuration it is best to >>> # set JAVA_HOME in this file, so that it is correctly defined on >>> # remote nodes. >>> >>> # The java implementation to use. Required. &g

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Shekhar Sharma
gt;>>> >>>>> >>>>> >>>>> *hdfs-site.xml and* >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> dfs.replication >>>>> 1 >>&g

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
;>> >>>> dfs.replication >>>> 1 >>>> Default block replication. >>>> The actual number of replications can be specified when the file is >>>> created. >>>> The default is used if replication is not specifie

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
ave the >> tag and inside a tag you can have , and >> tags. >> >> Regards >> Bejoy KS >> >> Sent from remote device, Please excuse typos >> -- >> *From: * Ashish Umrani >> *Date: *Tue, 23 Jul 2013 09:28:00

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Mohammad Tariq
cific environment variables here. >>> >>> # The only required environment variable is JAVA_HOME. All others are >>> # optional. When running a distributed configuration it is best to >>> # set JAVA_HOME in this file, so that it is correctly defined on >>&

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Shekhar Sharma
a tag you can have , and > tags. > > Regards > Bejoy KS > > Sent from remote device, Please excuse typos > -- > *From: * Ashish Umrani > *Date: *Tue, 23 Jul 2013 09:28:00 -0700 > *To: * > *ReplyTo: * user@hadoop.apache.org > *Subject:

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
t;> # Extra Java CLASSPATH elements. Optional. >> # export HADOOP_CLASSPATH= >> >> >> All pther params in hadoop-env.sh are commented >> >> >> >> >> >> >> >> >> On Tue, Jul 23, 2013 at 8:38 AM, Jitendra Yadav < >&

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Jitendra Yadav
s. Optional. > # export HADOOP_CLASSPATH= > > > All pther params in hadoop-env.sh are commented > > > > > > > > > On Tue, Jul 23, 2013 at 8:38 AM, Jitendra Yadav < > jeetuyadav200...@gmail.com> wrote: > >> Hi, >> >> You might have mi

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Yexi Jiang
gt; All pther params in hadoop-env.sh are commented > > > > > > > > > On Tue, Jul 23, 2013 at 8:38 AM, Jitendra Yadav < > jeetuyadav200...@gmail.com> wrote: > >> Hi, >> >> You might have missed some configuration (XML tags ), Please check all &

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread bejoy . hadoop
@hadoop.apache.org Subject: Re: New hadoop 1.2 single node installation giving problems Hey thanks for response. I have changed 4 files during installation core-site.xml mapred-site.xml hdfs-site.xml and hadoop-env.sh I could not find any issues except that all params in the hadoop-env.sh are commented

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
anks > On Tue, Jul 23, 2013 at 6:25 PM, Ashish Umrani wrote: > >> Hi There, >> >> First of all, sorry if I am asking some stupid question. Myself being >> new to the Hadoop environment , am finding it a bit difficult to figure out >> why its failing >> >&

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Jitendra Yadav
ing it a bit difficult to figure out why > its failing > > I have installed hadoop 1.2, based on instructions given in the folllowing > link > > http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ > > All went well and I could do the s

Re: New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Yexi Jiang
First of all, sorry if I am asking some stupid question. Myself being new > to the Hadoop environment , am finding it a bit difficult to figure out why > its failing > > I have installed hadoop 1.2, based on instructions given in the folllowing > link > > http://www.michael-nol

New hadoop 1.2 single node installation giving problems

2013-07-23 Thread Ashish Umrani
Hi There, First of all, sorry if I am asking some stupid question. Myself being new to the Hadoop environment , am finding it a bit difficult to figure out why its failing I have installed hadoop 1.2, based on instructions given in the folllowing link http://www.michael-noll.com/tutorials

How to create UserGroupInformation from ticket cache in hadoop 1.2

2013-06-28 Thread Lin Shao
I am getting some difficulties when trying to login to secure hadoop cluster from ticket cache. In UserGroupInformation java class, there is a method called loginUserFromKeytab(), I can use this method to login with keytab files, and later do some HDFS/hcatalog api calls. But we don't know how to