Hi All, I want to fetch an image file from HBase using its Rest server. Right now, i get a xml where the image byte array(cell value) is Base64 encoded. I need to decode Base64 to Binary to view the image. Is there are way where we can ask rest server not to perform base64 encoding and just return the Cell value(ie: the image file)
If its not there, and we were to do it. what kind of effort it would take? Any pointers to code that i would need to modify would be appreciated. -- Thanks & Regards, Anil Gupta
