Member since
06-13-2018
2
Posts
0
Kudos Received
0
Solutions
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