I am trying to run a java program. The Java program is used to log the data in Hbase. While i am running the code i am facing the issue with no hadoop in the java lib path.
Following is the error
org.apache.hadoop.util.NativeCodeLoader - Failed to load native-hadoop
with error: java.lang.UnsatisfiedLinkError: no hadoop in java.library.path
It also throws the error regarding the kebrors athuentication
org.apache.hadoop.security.authentication.util.KerberosUtil.hasKerberosTicket
(Ljavax/security/auth/Subject;)Z
Is kerboros is thrown because of the absence of hadoop or anything different
How to Export the path to the java lib. I am running in cloudera.