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