Friday, November 24, 2017

learning HBase - init

Started learning HBase today, following The Definitive Guide. This series logs my progress.

Would be great if it helps people with limited background to navigate through all the obstacles and enjoy HBase.

Day 0
  • Install/Set up git:
    • folk https://github.com/larsgeorge/hbase-book
    • ref-1 Getting-Started-First-Time-Git-Setup link
  • Install Maven:
    • sudo apt-get install maven
    • ref-1 maven-in-five-minutes link

Day 1
  • hbase site e-book (ref. link)
  • webUI port changed from 60010 to 16010 !

No comments:

Post a Comment