Hi I am quite new to hadoop and I am trying to import a csv table to HBase using MapReduce.
I am using Cloudera 5.9
i would like firsly to create an HBase table programmatically from a CSV table format using MapReduce(because i use a csv file composed by very large number of columns) then load the content of the CSV file to HBase table
Please can any one guide me or show me how resolve this problem