You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Roman Shaposhnik (Created) (JIRA)" <ji...@apache.org> on 2011/11/01 19:37:32 UTC

[jira] [Created] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

HBase script assumes pre-Hadoop 0.21 layout of jar files
--------------------------------------------------------

                 Key: HBASE-4719
                 URL: https://issues.apache.org/jira/browse/HBASE-4719
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.92.0
            Reporter: Roman Shaposhnik


The following in the bin/hbase:

{noformat}
HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
{noformat}

assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*


--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

stack updated HBASE-4719:
-------------------------

    Fix Version/s: 0.92.0
         Assignee: Roman Shaposhnik
    
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Roman Shaposhnik updated HBASE-4719:
------------------------------------

    Status: Patch Available  (was: Open)
    
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

stack commented on HBASE-4719:
------------------------------

Have you tried it on hbase trunk and then on an hbase with 0.21+ hadoop plugged in Roman?
                
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Roman Shaposhnik updated HBASE-4719:
------------------------------------

    Labels: bigtop  (was: )
    
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>              Labels: bigtop
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Hudson commented on HBASE-4719:
-------------------------------

Integrated in HBase-TRUNK #2405 (See [https://builds.apache.org/job/HBase-TRUNK/2405/])
    HBASE-4719 HBase script assumes pre-Hadoop 0.21 layout of jar files

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/bin/hbase

                
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

stack updated HBASE-4719:
-------------------------

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

Thanks for the patch Roman. Applied to trunk and branch 0.92.
                
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Roman Shaposhnik updated HBASE-4719:
------------------------------------

    Attachment: HBASE-4719.patch.txt
    
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Hadoop QA commented on HBASE-4719:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501987/HBASE-4719.patch.txt
  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 -165 warning messages.

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

    -1 findbugs.  The patch appears to introduce 42 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:
                       org.apache.hadoop.hbase.master.TestMasterFailover
                  org.apache.hadoop.hbase.TestGlobalMemStoreSize
                  org.apache.hadoop.hbase.master.TestDistributedLogSplitting

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/142//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/142//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/142//console

This message is automatically generated.
                
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

--
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] (HBASE-4719) HBase script assumes pre-Hadoop 0.21 layout of jar files

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

Hudson commented on HBASE-4719:
-------------------------------

Integrated in HBase-0.92 #103 (See [https://builds.apache.org/job/HBase-0.92/103/])
    HBASE-4719 HBase script assumes pre-Hadoop 0.21 layout of jar files

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/bin/hbase

                
> HBase script assumes pre-Hadoop 0.21 layout of jar files
> --------------------------------------------------------
>
>                 Key: HBASE-4719
>                 URL: https://issues.apache.org/jira/browse/HBASE-4719
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.92.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4719.patch.txt
>
>
> The following in the bin/hbase:
> {noformat}
> HADOOPCPPATH=$(append_path "${HADOOPCPPATH}" `ls ${HADOOP_HOME}/hadoop-core*.jar`)
> {noformat}
> assumes a pre-21 Hadoop layout. It'll be better to dynamically account for 
> either hadoop-core* or hadoop-common*, hadoop-hdfs*, hadoop-mapreduce*

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