Test jars are added into the HDFS classpath
-------------------------------------------
Key: HDFS-2641
URL: https://issues.apache.org/jira/browse/HDFS-2641
Project: Hadoop HDFS
Issue Type: Bug
Components: data-node, name-node
Affects Versions: 0.23.0
Reporter: Ravi Teja Ch N V
{code:xml}
if [ -d "$HADOOP_HDFS_HOME/share/hadoop/hdfs/lib" ]; then
CLASSPATH=${CLASSPATH}:$HADOOP_HDFS_HOME/share/hadoop/hdfs/lib'/*'
fi
{code}
These include the test jars
hadoop-hdfs-0.24.0-SNAPSHOT-tests.jar and
hadoop-hdfs-0.24.0-SNAPSHOT-test-sources.jar
into the classpath.
This overrides the original configurations from hdfs-site.xml by the one
present in
hadoop-hdfs-0.24.0-SNAPSHOT-test-sources.jar.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira