I have image files in HDFS and I need them to load to HBase. Can I use SPARK to get this done instead of MapReduce? If so how, please suggest. Am new to hadoop eco system.
I have created a Hbase table with MOB type with a threshold of 10MB size. Am stuck here on how to load the data using shell command line. After some research there were couple of recommendations to use MapReduce but were not informative.