Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread Azuryy Yu
, Avinash Kujur avin...@gmail.com wrote: hi, when i am trying to execute this command: hadoop job -history ~/1 its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where

Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread Rahul Singh
of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread Avinash Kujur
: hadoop job -history ~/1 its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread divye sheth
is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread Avinash Kujur
, when i am trying to execute this command: hadoop job -history ~/1 its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-28 Thread divye sheth
On Mar 28, 2014 10:43 AM, Avinash Kujur avin...@gmail.com wrote: hi, when i am trying to execute this command: hadoop job -history ~/1 its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME

HADOOP_MAPRED_HOME not found!

2014-03-27 Thread Avinash Kujur
hi, when i am trying to execute this command: hadoop job -history ~/1 its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-27 Thread divye sheth
its giving error like: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. HADOOP_MAPRED_HOME not found! from where can i get HADOOP_MAPRED_HOME? thanks.

Re: HADOOP_MAPRED_HOME not found!

2014-03-27 Thread Avinash Kujur
${HADOOP_PREFIX}/bin/mapred ]; then exec ${HADOOP_PREFIX}/bin/mapred ${COMMAND/mrgroups/groups} $@ else echo HADOOP_MAPRED_HOME not found! exit 1 fi ;; classpath) if $cygwin; then CLASSPATH=`cygpath -p -w $CLASSPATH` fi echo $CLASSPATH exit