Hi friends, I have a table dump in csv format, I wanted to load this data into my hbase table instead of typing it as inserts. I did a web search and also looked into the hbase documentation but couldn't find any thing.
Can someone tell me how to load a file from local disk into hbase table on hdfs? Thanks