简体   繁体   中英

How to retrieve and update HBase Tables from Spark in Scala

It seems no proper resources or documentation or books available to access HBase tables as we have for HIve , I'm creating Hbase configuration and sacnning and trying to Put but missing some links how to do that (just copying and pasting from forums and github but unable to understand) , can any one post an end-to-end code to retrieve and update Hbase table in detail??

Or any Hbase books/blogs recommended to access from spark

You can refer to the following question :

How to read from hbase using Spark

Also for writing up the data you can use the following library :

Spark HBase connector

It have a good documentation on Reading and writing up the data to Hbase and also if you're good in the SQL part it supports almost of the operations in SQL too.

Please comment below if you need to understand anything more in it.

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