Hi JM, Thanks for your reply,It seems I really asked a stupid question :)
Jack Chan. From: Jean-Marc Spaggiari Date: 2013-10-23 12:12 To: user; cdj0579 Subject: Re: How can I insert large image or video into HBase? 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.
