[
https://issues.apache.org/jira/browse/HADOOP-9260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Chen updated HADOOP-9260:
-------------------------------
Description:
1. Check out the trunk from
http://svn.apache.org/repos/asf/hadoop/common/trunk/
2. Compile package
m2 package -Pdist -Psrc -Pnative -Dtar -DskipTests
3. Hadoop version of compiled dist shows the following:
Hadoop ${pom.version}
Subversion ${version-info.scm.uri} -r ${version-info.scm.commit}
Compiled by ${user.name} on ${version-info.build.time}
>From source with checksum ${version-info.source.md5}
And in a real cluster, the log in name node shows:
2013-01-29 15:23:42,738 INFO org.apache.hadoop.hdfs.server.namenode.NameNode:
STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting NameNode
STARTUP_MSG: host = bdpe01.sh.intel.com/10.239.47.101
STARTUP_MSG: args = []
STARTUP_MSG: version = ${pom.version}
STARTUP_MSG: classpath = ...
STARTUP_MSG: build = ${version-info.scm.uri} -r ${version-info.scm.commit};
compiled by '${user.name}' on ${version-info.build.time}
STARTUP_MSG: java = 1.6.0_33
While some data nodes with the same binary shows the correct version
information.
was:
1. Check out the trunk from
http://svn.apache.org/repos/asf/hadoop/common/trunk/
2. Compile package
m2 package -Pdist -Psrc -Pnative -Dtar -DskipTests
3. Hadoop version of compiled dist shows the following:
Hadoop 3.0.0-SNAPSHOT
Subversion ${version-info.scm.uri} -r ${version-info.scm.commit}
Compiled by haifeng on ${version-info.build.time}
>From source with checksum ${version-info.source.md5}
While using the same workflow, trunk revision 1429810 didn't have the problem.
> Hadoop version commands show incorrect information on trunk
> -----------------------------------------------------------
>
> Key: HADOOP-9260
> URL: https://issues.apache.org/jira/browse/HADOOP-9260
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: trunk-win
> Reporter: Jerry Chen
> Priority: Critical
>
> 1. Check out the trunk from
> http://svn.apache.org/repos/asf/hadoop/common/trunk/
> 2. Compile package
> m2 package -Pdist -Psrc -Pnative -Dtar -DskipTests
> 3. Hadoop version of compiled dist shows the following:
> Hadoop ${pom.version}
> Subversion ${version-info.scm.uri} -r ${version-info.scm.commit}
> Compiled by ${user.name} on ${version-info.build.time}
> From source with checksum ${version-info.source.md5}
> And in a real cluster, the log in name node shows:
> 2013-01-29 15:23:42,738 INFO org.apache.hadoop.hdfs.server.namenode.NameNode:
> STARTUP_MSG:
> /************************************************************
> STARTUP_MSG: Starting NameNode
> STARTUP_MSG: host = bdpe01.sh.intel.com/10.239.47.101
> STARTUP_MSG: args = []
> STARTUP_MSG: version = ${pom.version}
> STARTUP_MSG: classpath = ...
> STARTUP_MSG: build = ${version-info.scm.uri} -r ${version-info.scm.commit};
> compiled by '${user.name}' on ${version-info.build.time}
> STARTUP_MSG: java = 1.6.0_33
> While some data nodes with the same binary shows the correct version
> information.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira