Member since
06-07-2016
3
Posts
0
Kudos Received
0
Solutions
09-20-2016
06:00 AM
can you tell me how to connect through java api to hbase cluster ( 4 node cluster running in VM's). from windows to Distribution running in server vm/s
... View more
06-10-2016
12:00 AM
You are using a very old hbase library version jar in your code/build. Please use the same version as the cluster, and I'd also recommend using maven to fetch those dependencies.
... View more