RE: CompleteBulkLoad Error

2018-01-11 Thread ashish singhi
] Sent: Thursday, January 11, 2018 2:21 PM To: user@hbase.apache.org Subject: Re: CompleteBulkLoad Error Ankit and Ashish, thanks for reply, I saw the ImportTsv command `org.apache.hadoop.hbase.tool.LoadIncrementalHFiles` from the HBase book <http://hbase.apache.org/book.html#completebulkload&

Re: CompleteBulkLoad Error

2018-01-11 Thread Yung-An He
Ankit and Ashish, thanks for reply, I saw the ImportTsv command `org.apache.hadoop.hbase.tool.LoadIncrementalHFiles` from the HBase book on the website, and according to official documents to run the command. But the command is for HBase-2.0. P

RE: CompleteBulkLoad Error

2018-01-10 Thread ashish singhi
Hi, The path of tool you are passing is wrong, it is org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles. So the command will be, hbase org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles hdfs://hbase-master:9000/tmp/bktableoutput bktable Regards, Ashish -Original Message- Fr

Re: CompleteBulkLoad Error

2018-01-10 Thread Ankit Singhal
In HBase 1.2.6 , package of LoadIncrementalHFiles was org.apache.hadoop.hbase.mapreduce. so try, $ hbase org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles it is changed to org.apache.hadoop.hbase.tool in HBase-2.0 On Thu, Jan 11, 2018 at 12:19 PM, Yung-An He wrote: > Hi, > > I import dat