[
https://issues.apache.org/jira/browse/HADOOP-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-4738:
----------------------------------
Fix Version/s: 0.20.0
Assignee: Chris Douglas
Status: Patch Available (was: Open)
> saveVersion.sh could write a package-info.java that cannot be compiled when
> used with git
> -----------------------------------------------------------------------------------------
>
> Key: HADOOP-4738
> URL: https://issues.apache.org/jira/browse/HADOOP-4738
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Reporter: Hemanth Yamijala
> Assignee: Chris Douglas
> Fix For: 0.20.0
>
> Attachments: 4738-0.patch
>
>
> When git is being used, the saveVersion.sh script generates a revision based
> on git log as follows:
> {{revision=`git log -1 --pretty=oneline`}}
> This revision is used to generate the HadoopVersionAnnotation in the
> package-info file. If the revision string contains quotes this will result in
> a compile time error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.