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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/11/12 23:09:44 UTC

[jira] Created: (HADOOP-4645) hdfs proxy doesn't package itself right.

hdfs proxy doesn't package itself right.
----------------------------------------

                 Key: HADOOP-4645
                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Owen O'Malley
            Assignee: Kan Zhang
             Fix For: 0.20.0


Currently "ant clean package" creates a directory structure like:

ls build/hadoop-0.20-dev/contrib/hdfsproxy:

classes/
examples/
hdfsproxy-1.0/
hdfsproxy-1.0.jar
test/

and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.


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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Status: Patch Available  (was: Open)

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-1.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Commented: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Hadoop QA commented on HADOOP-4645:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12393883/4645-1.patch
  against trunk revision 713783.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3586/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3586/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3586/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3586/console

This message is automatically generated.

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-1.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Attachment: 4645-1.patch

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-1.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Status: Patch Available  (was: Open)

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-0.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Owen O'Malley updated HADOOP-4645:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Kan!

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-1.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Attachment: 4645-0.patch

patch uploaded.

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-0.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Attachment:     (was: 4645-0.patch)

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Updated: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Kan Zhang updated HADOOP-4645:
------------------------------

    Status: Open  (was: Patch Available)

> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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


[jira] Commented: (HADOOP-4645) hdfs proxy doesn't package itself right.

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

Hudson commented on HADOOP-4645:
--------------------------------

Integrated in Hadoop-trunk #661 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/661/])
    . Package HdfsProxy contrib project without the extra level
of directories. (Kan Zhang via omalley)


> hdfs proxy doesn't package itself right.
> ----------------------------------------
>
>                 Key: HADOOP-4645
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4645
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Kan Zhang
>             Fix For: 0.20.0
>
>         Attachments: 4645-1.patch
>
>
> Currently "ant clean package" creates a directory structure like:
> ls build/hadoop-0.20-dev/contrib/hdfsproxy:
> classes/
> examples/
> hdfsproxy-1.0/
> hdfsproxy-1.0.jar
> test/
> and the better structure would copy just the hdfsproxy-1.0 into the hadoop package.

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