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 java project , in which i wrote java
main class named java_mainclass_file , where i wrote map reduce class
consisting of map method only(i dont require reduce). i passed arguments to
that main method, as arguments through Fileformat.addinput(..),
Fileformat.setoutput(..) methods. source and destn are locations inside
DFS.
when i tried to create jar of my whole java project from eclipse, i got
alert that, 'conf directory of HBase was not exported to jar', So how to
run my program through command line to insert data into hbase table..?? can
anybody help??
--
*Regards*
*
Vamshi Krishna
*