Member since
10-31-2016
62
Posts
3
Kudos Received
0
Solutions
02-16-2017
07:46 PM
@Ned Shawa I tried to follow the example above to import a csv file named drivers. hbase(main):001:0> hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=, –Dimporttsv.columns=”HBASE_ROW_KEY,driver_id,driver_name,certified,wage_plan” drivers /home/bilal/drivers.csv
SyntaxError: (hbase):1: syntax error, unexpected ','
hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=,
^
I am getting the following SyntaxError unexpected ','. Would you be kind enough to suggest the solution? Thanking you in anticipation.
... View more