i tried to run the program from eclipse, but during that , i could not see
any job running on the jobtracker/tasktracker web UI pages. i observed that
on the eclipse localJobRunner is executing , so that job is not submitted
to the whole cluster, but its executing on that name node machine alone.
S
You don't need the conf dir in the jar, in fact you really don't want
it there. I don't know where that alert is coming from, would be nice
if you gave more details.
J-D
On Fri, Dec 9, 2011 at 6:45 AM, Vamshi Krishna wrote:
> Hi,
> i want to run mapreduce program to insert data to tables in hbas
Hi,
i want to run mapreduce program to insert data to tables in hbase. my
cluster has 3 machines. If i want to run that program through command
line, where can i do so..? should i do
${Hadoop_Home}/bin/hadoop jar MyJavaProg.jar java_mainclass_file source
destn
here MyJavaProg.jar is the jar of my