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 "Eugene Koontz (Created) (JIRA)" <ji...@apache.org> on 2012/02/26 18:40:49 UTC

[jira] [Created] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
-------------------------------------------------------------------------------

                 Key: HADOOP-8113
                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
             Project: Hadoop Common
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 0.23.2
            Reporter: Eugene Koontz
            Priority: Trivial


Currently BUILDING.txt states: 

{quote}
  ProtocolBuffer 2.4.1+ (for MapReduce)
{quote}

But HDFS needs ProtocolBuffer too: 

{code}
hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
      11
{code}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1797 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1797/])
    HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (Revision 1294293)

     Result = ABORTED
jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294293
Files : 
* /hadoop/common/trunk/BUILDING.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Jitendra Nath Pandey updated HADOOP-8113:
-----------------------------------------

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

This didn't require any tests and the patch applied cleanly to my repository. 
I have committed this. Thanks to Eugene Koontz!
                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1041 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1041/])
    Add HADOOP-8113 to CHANGES.txt (Revision 1337415)

     Result = FAILURE
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1337415
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1004 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1004/])
    HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (Revision 1294293)

     Result = SUCCESS
jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294293
Files : 
* /hadoop/common/trunk/BUILDING.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Eugene Koontz updated HADOOP-8113:
----------------------------------

    Attachment: HADOOP-8113.patch
    
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1860 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1860/])
    HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (Revision 1294293)

     Result = SUCCESS
jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294293
Files : 
* /hadoop/common/trunk/BUILDING.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-8113:
-------------------------------------------

    Assignee: Eugene Koontz  (was: Abel Perez)
    
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2235 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2235/])
    Add HADOOP-8113 to CHANGES.txt (Revision 1337415)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1337415
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2252 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2252/])
    Add HADOOP-8113 to CHANGES.txt (Revision 1337415)

     Result = ABORTED
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1337415
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hadoop QA commented on HADOOP-8113:
-----------------------------------

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

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

    +0 tests included.  The patch appears to be a documentation patch that doesn't require tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/628//console

This message is automatically generated.
                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Eugene Koontz updated HADOOP-8113:
----------------------------------

    Status: Patch Available  (was: Open)
    
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1077 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1077/])
    Add HADOOP-8113 to CHANGES.txt (Revision 1337415)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1337415
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #969 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/969/])
    HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (Revision 1294293)

     Result = UNSTABLE
jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294293
Files : 
* /hadoop/common/trunk/BUILDING.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1786 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1786/])
    HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (Revision 1294293)

     Result = SUCCESS
jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294293
Files : 
* /hadoop/common/trunk/BUILDING.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Priority: Trivial
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-8113:
-------------------------------------------

    Fix Version/s: 2.0.0
         Assignee: Abel Perez
    
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Abel Perez
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8113) Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)

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

Hudson commented on HADOOP-8113:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2309 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2309/])
    Add HADOOP-8113 to CHANGES.txt (Revision 1337415)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1337415
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce)
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-8113
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8113
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.2
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8113.patch
>
>
> Currently BUILDING.txt states: 
> {quote}
>   ProtocolBuffer 2.4.1+ (for MapReduce)
> {quote}
> But HDFS needs ProtocolBuffer too: 
> {code}
> hadoop-common/hadoop-hdfs-project$ find . -name "*.proto" | wc -l
>       11
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira