Also, regarding names: yes, the JAR file names matter.  In Hadoop's 
bin/hadoop I see this:

for f in $HADOOP_HOME/hadoop-core-*.jar; do
  CLASSPATH=${CLASSPATH}:$f;
done

Regards,
Mike Spreitzer

Reply via email to