[
https://issues.apache.org/jira/browse/HBASE-10601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916188#comment-13916188
]
Ted Yu commented on HBASE-10601:
--------------------------------
I tried the following command in 0.98 :
{code}
mvn clean -Dhadoop.profile=2.0 -Dhadoop-two.version=2.3.0 package -DskipTests
{code}
I got:
{code}
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.hbase:hbase:0.98.1-SNAPSHOT
(/Users/tyu/98/pom.xml) has 2 errors
[ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for
org.apache.hbase:${compat.module}:jar with value '${compat.module}' does not
match a valid id pattern. @ line 997, column 21
[ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for
org.apache.hbase:${compat.module}:test-jar with value '${compat.module}' does
not match a valid id pattern. @ line 1002, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}
This was due to hadoop.profile=2.0 being the default profile in 0.98 (and trunk)
> Upgrade hadoop to 2.3.0 release
> -------------------------------
>
> Key: HBASE-10601
> URL: https://issues.apache.org/jira/browse/HBASE-10601
> Project: HBase
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.99.0
>
> Attachments: 0.98-hadoop-2.3.out, 10601-0.94.txt, 10601-0.98-v2.txt,
> 10601-0.98.txt, 10601-v1.txt
>
>
> Apache Hadoop 2.3.0 has been released.
> This issue is to upgrade hadoop dependency to 2.3.0
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)