You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2012/10/19 19:58:11 UTC

[jira] [Created] (HADOOP-8947) need basic merge of branch-1-win to branch-trunk-win to enable initial test pass

Chris Nauroth created HADOOP-8947:
-------------------------------------

             Summary: need basic merge of branch-1-win to branch-trunk-win to enable initial test pass
                 Key: HADOOP-8947
                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
             Project: Hadoop Common
          Issue Type: Task
          Components: fs, util
    Affects Versions: trunk-win
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth


We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8947) need basic merge of branch-1-win to branch-trunk-win to enable initial test pass

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

Ivan Mitic commented on HADOOP-8947:
------------------------------------

Thanks Chris for addressing the comment. Change looks good to me, +1
                
> need basic merge of branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8947-branch-trunk-win.patch, HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8947) need basic merge of branch-1-win to branch-trunk-win to enable initial test pass

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

Chris Nauroth updated HADOOP-8947:
----------------------------------

    Attachment: HADOOP-8947-branch-trunk-win.patch

Ivan, thank you for taking a look.  I went ahead and folded DUHelper into this patch.  (See updated file.)
                
> need basic merge of branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8947-branch-trunk-win.patch, HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HADOOP-8947) Merge FileUtil and Shell changes from branch-1-win to branch-trunk-win to enable initial test pass

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

Suresh Srinivas resolved HADOOP-8947.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: trunk-win
     Hadoop Flags: Reviewed

+1 for the patch. I committed it to branch-trunk-win. 

Thank you Raja Aluri, Davio Lao, Sumadhur Reddy Bolli, Ahmed El Baz, Kanna Karanam, Chuan Liu, Ivan Mitic, Chris Nauroth, and Bikas Saha.
                
> Merge FileUtil and Shell changes from branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>             Fix For: trunk-win
>
>         Attachments: HADOOP-8947-branch-trunk-win.patch, HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8947) need basic merge of branch-1-win to branch-trunk-win to enable initial test pass

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

Chris Nauroth updated HADOOP-8947:
----------------------------------

    Attachment: HADOOP-8947-branch-trunk-win.patch

The attached patch accomplishes the initial merge that we need to enable further testing on Windows.

This patch consolidates the work of multiple contributors on branch-1-win:  Raja Aluri, Sumadhur Reddy Bolli, Ahmed El Baz, Kanna Karanam, David Lao, Chuan Liu, Ivan Mitic, Chris Nauroth, and Bikas Saha.

                
> need basic merge of branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8947) Merge FileUtil and Shell changes from branch-1-win to branch-trunk-win to enable initial test pass

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

Suresh Srinivas updated HADOOP-8947:
------------------------------------

    Summary: Merge FileUtil and Shell changes from branch-1-win to branch-trunk-win to enable initial test pass  (was: need basic merge of branch-1-win to branch-trunk-win to enable initial test pass)
    
> Merge FileUtil and Shell changes from branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8947-branch-trunk-win.patch, HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8947) need basic merge of branch-1-win to branch-trunk-win to enable initial test pass

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

Ivan Mitic commented on HADOOP-8947:
------------------------------------

Thanks Chris for porting the changes!

I looked over the patch and tested it out. Overall, this is a great start. One minor comment, on branch-1-win, we use DUHelper class to calculate the disk usage. Should we include this part in the patch?
                
> need basic merge of branch-1-win to branch-trunk-win to enable initial test pass
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8947
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8947
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs, util
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8947-branch-trunk-win.patch
>
>
> We need a basic merge of past work contributed on branch-1-win to branch-trunk-win to enable further testing on a trunk-derived version of the codebase on Windows.  Primarily, this involves merging in the changes to FileUtil and Shell to enable calls to winutils.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira