guyuqi commented on PR #1056:
URL: https://github.com/apache/bigtop/pull/1056#issuecomment-1316263483
In this Ambari metrics mpack services, we need our Bigtop pre-built JARs
(phoenix-hbase-compat & phoenix-core) to fix dependencies and cyclic reference
issues:
```
Execute(format("{sudo} wget
http://10.169.206.131/yum-bigtop/centos/7/x86_64/phoenix-hbase-compat-2.4.1-5.1.2.jar
-P /usr/lib/ambari-metrics-collector"))
Execute(format("{sudo} wget
http://10.169.206.131/yum-bigtop/centos/7/x86_64/phoenix-core-5.1.2.jar -P
/usr/lib/ambari-metrics-collector"))
```
As the comments on
[BIGTOP-3872](https://issues.apache.org/jira/browse/BIGTOP-3872), we also need
to find a place (Bigtop public repo) to store these Binary-TARs as Hortonworks
did for our Bigtop + Ambari stack.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]