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

Tsz Wo (Nicholas), SZE commented on HADOOP-4074:
------------------------------------------------

What should we do for the following comments found in 0.20 test-patch.sh?
{code}
  ### DISABLE RELEASE AUDIT UNTIL HADOOP-4074 IS FIXED
  ### Do not call releaseaudit when run by a developer
  ### if [[ $HUDSON == "true" ]] ; then
    ### echo "$ANT_HOME/bin/ant -Dversion="${VERSION}" -DHadoopPatchProcess= 
releaseaudit > $PATCH_DIR/trunkReleaseAuditWarnings.txt 2>&1"
    ### $ANT_HOME/bin/ant -Dversion="${VERSION}" -DHadoopPatchProcess= 
releaseaudit > $PATCH_DIR/trunkReleaseAuditWarnings.txt 2>&1
  ### fi
{code}

> releaseaudit target must be re-written so that the rat jar file isn't in the 
> classpath
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4074
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.19.0
>            Reporter: Nigel Daley
>
> The nightly build and the Hudson patch testing process copies the 
> rat-0.5.1.jar into the hadoop lib directory so that the releaseaudit target 
> works.  This puts it in the general classpath.  Since Hive was committed, 
> this jar file contains older versions of classes needed by Hive.  This rat 
> jar file should be put elsewhere or configured in another way so that it 
> doesn't need to be in the classpath. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to