[jira] [Comment Edited] (HADOOP-9207) version info source checksum does not include all source files

2013-01-14 Thread Alejandro Abdelnur (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553298#comment-13553298
 ] 

Alejandro Abdelnur edited comment on HADOOP-9207 at 1/15/13 12:06 AM:
--

A possible way (a bit peculiar) of doing this would be to have the version 
plugin defined only in hadoop-common and have as fileset something like:

{code}

  
${basedir}/../..

  **/src/main/java/**/*.java
  **/src/main/proto/**/*.proto

  

{code}

And we should get rid of the YarnVersionInfo.java class and use the 
VersionInfo.java instead.

  was (Author: tucu00):
A possible way (a bit peculiar) of doing this would be to have the version 
plugin defined only in hadoop-common and have as fileset something like:

{code}
 
   ../../**/src/main/java/**/*.java
   ../../**/src/main/proto/**/*.proto
 
{code}

And we should get rid of the YarnVersionInfo.java class and use the 
VersionInfo.java instead.

  
> version info source checksum does not include all source files
> --
>
> Key: HADOOP-9207
> URL: https://issues.apache.org/jira/browse/HADOOP-9207
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.0.0
>Reporter: Chris Nauroth
>
> The build process takes an MD5 checksum of the source files in Common and 
> YARN.  The HDFS version info command prints the checksum from Common.  The 
> YARN version info command prints the checksum from YARN.  This is incomplete 
> in that the HDFS source code is never included in the checksum, and 2 
> different YARN builds with the same YARN code but different Common code would 
> have the same checksum.

--
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


[jira] [Comment Edited] (HADOOP-9207) version info source checksum does not include all source files

2013-01-14 Thread Alejandro Abdelnur (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553298#comment-13553298
 ] 

Alejandro Abdelnur edited comment on HADOOP-9207 at 1/15/13 12:05 AM:
--

A possible way (a bit peculiar) of doing this would be to have the version 
plugin defined only in hadoop-common and have as fileset something like:

{code}
 
   ../../**/src/main/java/**/*.java
   ../../**/src/main/proto/**/*.proto
 
{code}

And we should get rid of the YarnVersionInfo.java class and use the 
VersionInfo.java instead.


  was (Author: tucu00):
A possible way (a bit peculiar) of doing this would be to have the version 
plugin defined only in hadoop-common and have as fileset something like:

{code}
 
   ../../**/src/main/java/**/*.java
   ../../**/src/main/proto/**/*.proto
 
{code}

And we should get rid of the YarnVersionInfo.java class and use the 
VersionInfo.java instead.

  
> version info source checksum does not include all source files
> --
>
> Key: HADOOP-9207
> URL: https://issues.apache.org/jira/browse/HADOOP-9207
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.0.0
>Reporter: Chris Nauroth
>
> The build process takes an MD5 checksum of the source files in Common and 
> YARN.  The HDFS version info command prints the checksum from Common.  The 
> YARN version info command prints the checksum from YARN.  This is incomplete 
> in that the HDFS source code is never included in the checksum, and 2 
> different YARN builds with the same YARN code but different Common code would 
> have the same checksum.

--
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