java - Mapreduce Hbase file not found exception -


i trying populate data hbase using mapreduce time , again throwing following exception :-

15/04/29 21:35:37 warn mapreduce.jobsubmitter: hadoop command-line option parsing not performed. implement tool interface , execute application toolrunner remedy this. 15/04/29 21:35:38 info mapreduce.jobsubmitter: cleaning staging area file:/home/hduser/hadoopdir/mapred/staging/hduser2144453758/.staging/job_local2144453758_0001 exception in thread "main" java.io.filenotfoundexception: file not exist: hdfs://localhost:54310/usr/lib/hbase-0.98.12-hadoop2/lib/hbase-protocol-0.98.12-hadoop2.jar 

the jar given in path , provided nodes. still keeps on giving error. appreciated.

command :-

    $ hadoop jar hbase-bulkimport.jar org.apache.hadoop.conf.configuration.driver /user/466708/workexample/ output/ nbafinal2010 

logs:-

 15/04/29 21:35:37 warn mapreduce.jobsubmitter: hadoop command-line option parsing not performed. implement tool interface , execute application toolrunner remedy this. 15/04/29 21:35:38 info mapreduce.jobsubmitter: cleaning staging area file:/home/hduser/hadoopdir/mapred/staging/hduser2144453758/.staging/job_local2144453758_0001 exception in thread "main" java.io.filenotfoundexception: file not exist: hdfs://localhost:54310/usr/lib/hbase-0.98.12-hadoop2/lib/hbase-protocol-0.98.12-hadoop2.jar 

upload hbase-protocol-0.98.12-hadoop2.jar local filesystem hdfs locations follows:

hdfs dfs -mkdir -p /usr/lib/hbase-0.98.12-hadoop2/lib hdfs dfs -put /usr/lib/hbase-0.98.12-hadoop2/lib/hbase-protocol-0.98.12-hadoop2.jar /usr/lib/hbase-0.98.12-hadoop2/lib/hbase-protocol-0.98.12-hadoop2.jar 

now, try run job.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -