Member since
04-30-2016
4
Posts
0
Kudos Received
0
Solutions
12-14-2017
07:11 AM
I believe this could be because of deprecated APIs if the cluster is upgraded. It is recommended that org.apache.hadoop.hbase.client.Connection should be used to connect with Hbase tables. Connection object encapsulates lower level individual connections to actual servers and a connection to zookeeper. Connections are instantiated through the org.apache.hadoop.hbase.client.ConnectionFactory class.
... View more
12-15-2016
04:43 PM
Yep, its for hive;) Give it a try as per instructions mentioned on my github page. If you face any problems shoot a mail on manojkumarvohra9@gmail.com
... View more
12-15-2016
04:07 PM
Yes, it does works. One of our clients made use of it in production.
... View more
04-30-2016
02:18 PM
I have written an implementation for a distributed sequence in here: https://github.com/manojkumarvohra/hive-hilo
... View more