You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (Created) (JIRA)" <ji...@apache.org> on 2011/10/01 01:05:46 UTC

[jira] [Created] (HBASE-4525) HBase always run with default hadoop setting.

HBase always run with default hadoop setting.
---------------------------------------------

                 Key: HBASE-4525
                 URL: https://issues.apache.org/jira/browse/HBASE-4525
             Project: HBase
          Issue Type: Bug
            Reporter: Liyin Tang


When we build the hbase, we can say which version of hadoop we want to build with.
For example:
 mvn  -DskipTests=true package
 mvn -Dhadoop.profile=22 -DskipTests=true package

However during the runtime, bin/hbase scripts will call add_maven_deps_to_classpath, which will always add the default hadoop version(0.20-append) to classpath (targets/cached_classpath.txt).



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