Put your file into HDFS and store only the name into HBase. HBase is not done do store large files.
JM 2013/10/23 Jack Chan <[email protected]> > Hi All: > > This could be a stupid question.But here it goes.... > We knew that we can use "put" to insert some small files by converting it > to bytes first. > But for a large file,I think we would better stream it first. > So,how can we insert the large file into HBase through Java code using the > stream way? > > Thanks and regards > > > > Jack Chan.
