This error (apache.hadoop.hbase.client.RetriesExhaustedException: Failed setting up proxy interface) mainly occurs when you do not configure your hostname and IP address property in HBase configuration files. You should not use localhost as the hostname for any of the node, you must have a proper configuration with FQDN (fully qualified domain name). [Read more…]
apache.hadoop.hbase.client.RetriesExhausted Exception: Failed setting up proxy interface
April 13, 2018 By Leave a Comment
Getting Started with Apache Kafka
November 22, 2017 By Leave a Comment
Getting Started with Apache Kafka is a complete tutorial for beginners. Kafka is a fast, salable, durable messaging system and a distributed streaming platform.It is replacement of traditional message brokers like JMS because of its reliability and replication. [Read more…]