- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Scripting & Automation in HBase
- Labels:
-
Apache HBase
Created 02-16-2023 11:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I'm new to HBase. I have learnt it by some books and Udemy courses. Can someone help me to understand, how to automate it?
For example, if one wants to create tables or wanted to perform some administrative tasks, has to create script and run it periodically. in this case, we can wrte script and schedule it in scheduling tool.
Which scripting is being used here? Shell Script or HBase has internal scripting mechanism?
Any books, tutorial suggestion are welcome.
Created 02-27-2023 10:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @AmitBIDWH
Thanks for using Cloudera Community. HBase offers Tools for Use-Cases as Bulk-Loading, Exporting, Importing, CopyTable etc. Additionally, few Task as Compactions are managed implicitly by Customer. We would suggest reviewing [1] for any HBase concerns.
To your Q concerning Create > Admin > Load, BulkLoad [2] is one of the Best Tool for Large-Scale Loading. Additionally, Your Team may use HBase Shell or REST APIs [3] for further activities.
Kindly review & let us know if you have any concerns.
Regards, Smarak
[1] https://hbase.apache.org/book.html
[2] https://hbase.apache.org/book.html#arch.bulk.load
[3] https://hbase.apache.org/book.html#_rest
Created 02-27-2023 10:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @AmitBIDWH
Thanks for using Cloudera Community. HBase offers Tools for Use-Cases as Bulk-Loading, Exporting, Importing, CopyTable etc. Additionally, few Task as Compactions are managed implicitly by Customer. We would suggest reviewing [1] for any HBase concerns.
To your Q concerning Create > Admin > Load, BulkLoad [2] is one of the Best Tool for Large-Scale Loading. Additionally, Your Team may use HBase Shell or REST APIs [3] for further activities.
Kindly review & let us know if you have any concerns.
Regards, Smarak
[1] https://hbase.apache.org/book.html
[2] https://hbase.apache.org/book.html#arch.bulk.load
[3] https://hbase.apache.org/book.html#_rest
Created 03-03-2023 08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @AmitBIDWH
We hope your Team's queries have been addressed by us. As such, We shall mark the Post as Solved now. If you have any further ask, Feel free to Update the Case likewise.
Regards, Smarak
