No Image

Log4j2 and Spark 2.3.1

August 15, 2018 0

LOG4J has been very popular logging library in Java world for years. LOG4J2 is even better. In Aug 2015 Log4j development team officially announced end of life for […]

No Image

Hbase and Zookeeper Znode

August 15, 2018 0

The HBase root znode path is configurable using hbase-site.xml, and by default the location is “/hbase”. All the znodes referenced below will be prefixed using […]

No Image

Hbase Commands

August 8, 2018 0

1. Connect to HBase. $ hbase shell hbase(main):001:0> Display HBase Shell Help Text. Type help and press Enter, to display some basic usage information for […]

No Image

Install Hbase 2.x with Hadoop 3.x

August 7, 2018 0

Hbase – Pseudo Distributed mode of installation: This is a method for Hbase Installation, known as Pseudo Distributed mode of Installation. Below are the steps […]