I am new to HBase. Below is what i am trying to achieve: 1. How to convert .pdf or .png to hbase readable format? 2. How to import these files in hbase table? (store metadata in one cf and object in another cf)
Can anyone share example on this? Any other suggestions are helpful.