You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2008/09/05 00:01:48 UTC

[jira] Created: (HADOOP-4074) releaseaudit target must be re-written so that the rat jar file isn't in the classpath

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


[jira] Commented: (HADOOP-4074) releaseaudit target must be re-written so that the rat jar file isn't in the classpath

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628688#action_12628688 ] 

Nigel Daley commented on HADOOP-4074:
-------------------------------------

If we're going to move to Ivy for dependency mgmt, then I think Ivy will solve this problem, yes?

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


[jira] Resolved: (HADOOP-4074) releaseaudit target must be re-written so that the rat jar file isn't in the classpath

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Giridharan Kesavan resolved HADOOP-4074.
----------------------------------------

    Resolution: Won't Fix

Now that findbugs dependencies are resolved by ivy and hive is no more a contrib component 

closing this as wont fix

-Giri

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


[jira] Commented: (HADOOP-4074) releaseaudit target must be re-written so that the rat jar file isn't in the classpath

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628871#action_12628871 ] 

Hudson commented on HADOOP-4074:
--------------------------------

Integrated in Hadoop-trunk #595 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/595/])

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


[jira] Commented: (HADOOP-4074) releaseaudit target must be re-written so that the rat jar file isn't in the classpath

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628558#action_12628558 ] 

Tom White commented on HADOOP-4074:
-----------------------------------

How about in lib/excluded like the checkstyle jar? This directory is not on the normal classpath, and isn't in subversion. We need to exclude it from being packaged too.

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