Details
Description
bin/yarn classpath does not display the complete classpath. Below is how the classpath looks like:
$HADOOP_CONF_DIR:$HADOOP_CONF_DIR::$TOOLS_JAR:$HADOOP_COMMON_HOME/*:$HADOOP_COMMON_HOME/lib/*:$HADOOP_HDFS_HOME/*:$HADOOP_HDFS_HOME/lib/*: $HADOOP_MAPRED_HOME/bin/../modules/*:$HADOOP_MAPRED_HOME/bin/../lib/*
"*" has to be substituted with the actual jars. Also, $HADOOP_CONF_DIR appears twice in the classpath
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-7779 bin/hadoop classpath CLI does not display the complete classpath
- Resolved
-
HADOOP-10903 Enhance hadoop classpath command to expand wildcards or write classpath into jar manifest.
- Closed