[
https://issues.apache.org/jira/browse/PHOENIX-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287892#comment-17287892
]
Viraj Jasani commented on PHOENIX-6359:
---------------------------------------
[~yanxinyi] master and 5.1 builds are failing even before this was checked-in.
HBase build with *-Dhadoop.profile=3.0* is failing.
{code:java}
13:09:20 mvn clean install -Dhadoop.profile=3.0 -DskipTests -B
13:09:21 [INFO] Scanning for projects...
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [INFO] BUILD FAILURE
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [INFO] Total time: 0.121 s
13:09:21 [INFO] Finished at: 2021-02-18T07:39:23+00:00
13:09:21 [INFO] Scanning for projects...
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [INFO] BUILD FAILURE
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [INFO] Total time: 0.152 s
13:09:21 [INFO] Finished at: 2021-02-18T07:39:20+00:00
13:09:21 [INFO] Final Memory: 19M/1447M
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [ERROR] The goal you specified requires a project to execute but
there is no POM in this directory
(/home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master@2/dev/artifacts).
Please verify you invoked Maven from the correct directory. -> [Help 1]
13:09:21 [ERROR]
13:09:21 [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
13:09:21 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:09:21 [ERROR]
13:09:21 [ERROR] For more information about the errors and possible solutions,
please read the following articles:
13:09:21 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
13:09:21 [INFO] Final Memory: 15M/724M
13:09:21 [INFO]
------------------------------------------------------------------------
13:09:21 [ERROR] The goal you specified requires a project to execute but
there is no POM in this directory
(/home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master/dev/artifacts).
Please verify you invoked Maven from the correct directory. -> [Help 1]
13:09:21 [ERROR]
13:09:21 [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
13:09:21 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:09:21 [ERROR]
13:09:21 [ERROR] For more information about the errors and possible solutions,
please read the following articles:
13:09:21 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
{code}
Not sure if mvn execution directory has changed or HBase 2.4/2.3 are not
correctly getting downloaded but pom file is missing when we execute mvn
command.
I will try to take a look at this in detail but for coming week, I will likely
get less bandwidth to spend.
FYI [~stoty]
> New module to support HBase 2.4.1+ releases
> -------------------------------------------
>
> Key: PHOENIX-6359
> URL: https://issues.apache.org/jira/browse/PHOENIX-6359
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 5.1.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.1, 5.2.0
>
>
> As we know HStore IA.Private APIs are refactored in HBASE-25249, we need to
> come up with new module to support HBase 2.4.1+ releases as of now. This
> support is not planned for 5.1.0 release though.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)