[ https://issues.apache.org/jira/browse/HADOOP-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653527#action_12653527 ]
Owen O'Malley commented on HADOOP-4738: --------------------------------------- +1 > 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 > Priority: Trivial > 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.