You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Alternate way without having to specify a version on hadoop-core:
export CLASSPATH=$(for i in $HADOOP_HOME/hadoop-core*.jar ; do echo -n $i: ; done):$(for i in $HADOOP_HOME/lib/commons-logging*.jar ; do echo -n $i: ; done)