Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.0.0-alpha
-
None
-
None
-
None
Description
Currently hadoop-config.sh is including any tests and tests-sources jars in the default classpath, as those jars are shipped in the dist tarball next to the main jars and the script is globbing everything in that directory.
The tests and tests-sources jars aren't required to run Hadoop, but they can cause breakage when inadvertently picked up. See HDFS-3831 as an example. Ideally we should not be adding these jars to the classpath.
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-9116 test and source JARs should not be in cluster classpath
- Patch Available
- is related to
-
HADOOP-9260 Hadoop version may be not correct when starting name node or data node
- Closed
- relates to
-
HDFS-3831 Failure to renew tokens due to test-sources left in classpath
- Closed