awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Fix wrong HADOOP_CLASSPATH #19

Closed yanghua closed 10 months ago

yanghua commented 10 months ago

Currently, the exported HADOOP_CLASSPATH is ${HADOOP_HOME}/share/hadoop/tools/lib/*.

It should be changed to /opt/hadoop/share/hadoop/client/*

pan3793 commented 10 months ago

let's use ${HADOOP_HOME}/share/hadoop/client/*

yanghua commented 10 months ago

let's use ${HADOOP_HOME}/share/hadoop/client/*

Yes, I know.

pan3793 commented 10 months ago

fixed via #20