Hi

I want to connect from my windows laptop to an installed HBASE

When running the code , I get the following error:

java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils
    at org.apache.hadoop.hbase.HConstants.<clinit>(HConstants.java:907)
    at
org.apache.hadoop.hbase.client.HConnectionKey.<clinit>(HConnectionKey.java:42)
    at
org.apache.hadoop.hbase.client.HConnectionManager.getConnection(HConnectionManager.java:265)
    at org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:192)


However, I added to the classpath the jar commons-lang3-3.3.2

Regards
Benjamin

Reply via email to