Storing and reading images from hbase -


i want store images in hbase table.and want read image file hbase table image.is possible in hbase.
image size may not exceed 10mb.for each row there should image associated it.wondering how it.need clue hot proceed.

yes, possible store image in hbase , read images directly hbase table.
store byte[] of image in 1 column. able retrieve image. also, can use http://hbase.apache.org/book.html#_rest retrieve image. use request header: "

accept: application/octet-stream

"
@ truecar.com using hbase store millions of images. recently, presented our use case @ hadoop summit 2015. soon, share slides , more details in blogpost.

also have @ enhancement hbase jira storing images: https://issues.apache.org/jira/browse/hbase-11339

here old presentation storing image yfrom.com : http://www.slideshare.net/jacque74/hug-hbase-presentation


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -