I am new to Hadoop. I read that HDFS mainly deals with "write once, read anytime." I have a use case where I may have to make changes to files stored in HDFS. I am exploring if there are ways to do this.
My question is: can I upload an HDFS file to HBase, make changes and save it back to HDFS and delete the original file. Please allow me if possible.
source
share