ss77892 opened a new pull request, #4465: URL: https://github.com/apache/hbase/pull/4465
o reproduce the bug I've used hbase with hbase root dir pointing to s3 bucket and WAL dir pointing to HDFS. 2 phase bulkload was used: Phase1 (Completed successfully): hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=',' -Dimporttsv.bulk.output=output -Dimporttsv.columns=HBASE_ROW_KEY,name,department employees /tmp/test.csv Phase2 (Failed with IllegalArgumentException on the RS side): hbase org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles output employees With the provided changes Phase2 was completed successfully. @Apache-HBase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
