You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/09/14 07:56:33 UTC

[GitHub] [bigtop] guyuqi opened a new pull request, #1010: BIGTOP-3800: Add extra Ambari-metrics RPMs packages in Ambari build for Mpack

guyuqi opened a new pull request, #1010:
URL: https://github.com/apache/bigtop/pull/1010

   https://issues.apache.org/jira/browse/BIGTOP-3800
   
   
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   Ambari Metrics System: (AMS) collects, aggregates, and serves Hadoop and system metrics in Ambari-managed clusters.
   In Bigtop, we just offer Ambari-Server and Ambari-agent RPMs package, no Ambari Metrics RPMs there.
   Ambari Metrics, to be the sub-module of Ambari,
   we could add extra Ambari-metrics RPMs packages in Ambari build for Mpack Ambari-metrics. Ambari DO NOT support debian deployment in current version(2.7.5). We just add RPMs support in Bigtop 3.2 release.
   
   ### How was this patch tested?
   Build Ambari and run smoke tests on centos7:
   
   ```
   ./docker-hadoop.sh --create 1 \
   --image bigtop/puppet:trunk-centos-7 \
   --memory 8g \
   --repo file:///bigtop-home/output \
   --disable-gpg-check \
   --stack hdfs,yarn,mapreduce,ambari \
   --smoke-tests ambari
   ```
   
   
   ```
   Gradle Test Executor 2 finished executing tests.
   
   > Task :bigtop-tests:smoke-tests:ambari:test
   Finished generating test XML results (0.01 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ambari/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.02 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ambari/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:ambari:test (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 4.381 secs.
   
   BUILD SUCCESSFUL in 2m 15s
   
   30 actionable tasks: 7 executed, 23 up-to-date
   Stopped 1 worker daemon(s).
   + rm -rf buildSrc/build/test-results/binary
   + rm -rf /bigtop-home/.gradle
   ```
   
   
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] guyuqi commented on pull request #1010: BIGTOP-3800: Add extra Ambari-metrics RPMs packages in Ambari build for Mpack

Posted by GitBox <gi...@apache.org>.
guyuqi commented on PR #1010:
URL: https://github.com/apache/bigtop/pull/1010#issuecomment-1272912002

   Verified build on x86_64 and Arm64.
   Merged.


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] guyuqi merged pull request #1010: BIGTOP-3800: Add extra Ambari-metrics RPMs packages in Ambari build for Mpack

Posted by GitBox <gi...@apache.org>.
guyuqi merged PR #1010:
URL: https://github.com/apache/bigtop/pull/1010


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] kevinw66 commented on a diff in pull request #1010: BIGTOP-3800: Add extra Ambari-metrics RPMs packages in Ambari build for Mpack

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on code in PR #1010:
URL: https://github.com/apache/bigtop/pull/1010#discussion_r1055451877


##########
bigtop-packages/src/common/ambari/patch5-refine-AMBARI-25599-for-Hadoop-3.4.diff:
##########
@@ -58,14 +93,14 @@ index a0a11b8e6e..282041fab6 100644
 -    <grafana.tar>https://dl.grafana.com/oss/release/grafana-6.4.2.linux-amd64.tar.gz</grafana.tar>
 -    <phoenix.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.0-315/tars/phoenix/phoenix-5.0.0.3.1.4.0-315.tar.gz</phoenix.tar>
 -    <phoenix.folder>phoenix-5.0.0.3.1.4.0-315</phoenix.folder>
-+    <hbase.tar>https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz</hbase.tar>
-+    <hbase.folder>hbase-2.0.2</hbase.folder>
-+    <hadoop.tar>https://archive.apache.org/dist/hadoop/common/hadoop-3.1.1/hadoop-3.1.1.tar.gz</hadoop.tar>
-+    <hadoop.folder>hadoop-3.1.1</hadoop.folder>
-+    <grafana.folder>grafana-6.7.4</grafana.folder>
-+    <grafana.tar>https://dl.grafana.com/oss/release/grafana-6.7.4.linux-amd64.tar.gz</grafana.tar>
-+    <phoenix.tar>https://archive.apache.org/dist/phoenix/apache-phoenix-5.0.0-HBase-2.0/bin/apache-phoenix-5.0.0-HBase-2.0-bin.tar.gz</phoenix.tar>
-+    <phoenix.folder>apache-phoenix-5.0.0-HBase-2.0-bin</phoenix.folder>
++    <hbase.tar>https://archive.apache.org/dist/hbase/2.4.13/hbase-2.4.13-bin.tar.gz</hbase.tar>
++    <hbase.folder>hbase-2.4.13</hbase.folder>
++    <hadoop.tar>https://archive.apache.org/dist/hadoop/common/hadoop-3.3.4/hadoop-3.3.4.tar.gz</hadoop.tar>
++    <hadoop.folder>hadoop-3.3.4</hadoop.folder>
++    <grafana.folder>grafana-9.1.2</grafana.folder>
++    <grafana.tar>https://dl.grafana.com/enterprise/release/grafana-enterprise-9.1.2.linux-amd64.tar.gz</grafana.tar>

Review Comment:
   Can we use Grafana enterprise here?



-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org