Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Where should be the HBASE_CLASSPATH found in HDP 2.4 ?

avatar
Expert Contributor

Please help me with the location of HBASE_CLASSPATH parameter.

Is it located inside hbase.env.sh or somewhere else?

Thanks in advance

1 ACCEPTED SOLUTION

avatar
Super Guru

@Raghu Ramamoorthi

I think you probably won't find this parameter unless you mentioned it in hbase-env.sh explicitly to override the default hbase class path, by default the value to this parameter is same as below command output.

bash# hbase classpath

View solution in original post

2 REPLIES 2

avatar
Super Guru

@Raghu Ramamoorthi

I think you probably won't find this parameter unless you mentioned it in hbase-env.sh explicitly to override the default hbase class path, by default the value to this parameter is same as below command output.

bash# hbase classpath

avatar
Expert Contributor

@Jitendra Yadav

Thank you for the quick help.

I am able to find the HBASE_CLASSPATH inside hbase-env.sh file