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.
