Member since
01-06-2017
11
Posts
1
Kudos Received
1
Solution
10-02-2019
08:54 AM
This is not an hbase shell command, we just need to run as a command from Unix (or Windows) shell /usr/bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=',' -Dimporttsv.columns="HBASE_ROW_KEY,value" spark-defaults hdfs:///tmp/spark-defaults.prop
... View more