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

        

Reply via email to