[
https://issues.apache.org/jira/browse/BIGTOP-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119848#comment-14119848
]
Jean-Marc Spaggiari commented on BIGTOP-1420:
---------------------------------------------
Ok. another thing we need to updatd to be able to build with Phoenix 4.1.0:
{code}
PHOENIX_DOWNLOAD_PATH=/incubator/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
{code}
Should be:
{code}
PHOENIX_DOWNLOAD_PATH=/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
{code}
> Update Phoenix version to 4.1.0 in the BOM
> ------------------------------------------
>
> Key: BIGTOP-1420
> URL: https://issues.apache.org/jira/browse/BIGTOP-1420
> Project: Bigtop
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Jean-Marc Spaggiari
>
> When building BigTop with Phoenix 4.0, application fail to run because
> Phoenix contains an hadoop1 xml definition in the hadoop2 jar. This is fixed
> on Phoenix 4.0.1, however, BigTop doesn't compile with this version and need
> some manual intervention.
> So to have a fully running BigTop Phoenix rpm running with Hadoop 2.x.x, we
> need to update the build scripts to run with Phoenx 4.0.1 or above.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)