简体   繁体   中英

How to view hbase data stored in hbase by nutch

I am using apache nutch to store data in hbase that is using hdfs as its file system. I want to know which documents it stored in hbase etc. How to read that data from hbase eg Some pdf is stored in hbase. I want to read it. how I will do it.

Please guide me?

Web pages and documents are stored as a row. If you know your document link, you can get it on hbase shell or other tool (hive pig etc.) Nutch stores URL as reverse URL.

Eg " http://bar.foo.com:8983/to/index.html?a=b " becomes "com.foo.bar:8983:http/to/index.html?a=b".

Information about Hbase Shell http://wiki.apache.org/hadoop/Hbase/Shell

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM