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 "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2012/05/03 01:35:49 UTC

[jira] [Created] (HADOOP-8347) Hadoop Common logs misspell 'successful'

Philip Zeyliger created HADOOP-8347:
---------------------------------------

             Summary: Hadoop Common logs misspell 'successful'
                 Key: HADOOP-8347
                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
             Project: Hadoop Common
          Issue Type: Bug
          Components: security
            Reporter: Philip Zeyliger
            Assignee: Philip Zeyliger
         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch

'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hudson commented on HADOOP-8347:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1033 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1033/])
    HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (Revision 1333321)

     Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333321
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hudson commented on HADOOP-8347:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2252 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2252/])
    HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (Revision 1333321)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333321
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Aaron T. Myers updated HADOOP-8347:
-----------------------------------

     Target Version/s: 2.0.0
    Affects Version/s: 2.0.0
    
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hudson commented on HADOOP-8347:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1068 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1068/])
    HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (Revision 1333321)

     Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333321
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Philip Zeyliger commented on HADOOP-8347:
-----------------------------------------

Test failures seem trashy:

bq. >>> org.apache.hadoop.fs.viewfs.TestViewFsTrash.testTrash 

That's unrelated.

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Eli Collins updated HADOOP-8347:
--------------------------------

          Resolution: Fixed
       Fix Version/s: 2.0.0
    Target Version/s:   (was: 2.0.0)
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

Indeed.  I've committed this and merged. Thanks Phil!
                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Eli Collins commented on HADOOP-8347:
-------------------------------------

+1 thanks Phil
                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hudson commented on HADOOP-8347:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2196 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2196/])
    HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (Revision 1333321)

     Result = ABORTED
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333321
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Philip Zeyliger updated HADOOP-8347:
------------------------------------

    Attachment: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
    
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hudson commented on HADOOP-8347:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2178 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2178/])
    HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (Revision 1333321)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333321
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/security/JniBasedUnixGroupsNetgroupMapping.c

                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 2.0.0
>
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Philip Zeyliger updated HADOOP-8347:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

--
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-8347) Hadoop Common logs misspell 'successful'

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

Hadoop QA commented on HADOOP-8347:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525363/0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
  against trunk revision .

    +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 new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 javadoc.  The javadoc tool appears to have generated 2 warning messages.

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

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests in hadoop-common-project/hadoop-common:

                  org.apache.hadoop.fs.viewfs.TestViewFsTrash

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

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/924//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/924//console

This message is automatically generated.
                
> Hadoop Common logs misspell 'successful'
> ----------------------------------------
>
>                 Key: HADOOP-8347
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8347
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: 0001-HADOOP-8347.-Fixing-spelling-of-successful.patch
>
>
> 'successfull' is a misspelling of 'successful.'  Trivial patch attached.  The constants are private, and there doesn't seem to be any serialized form of these comments except in log files, so this shouldn't have compatibility issues.

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