This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c7c5da  BIGTOP-3576. Deploying Ambari to Fedora 33 fails on ppc64le. 
(#809)
2c7c5da is described below

commit 2c7c5daae569161840e739980585faac583b0894
Author: Kengo Seki <[email protected]>
AuthorDate: Fri Aug 13 16:03:30 2021 +0900

    BIGTOP-3576. Deploying Ambari to Fedora 33 fails on ppc64le. (#809)
---
 .../src/common/ambari/patch6-support-fedora-ppc.diff         | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/bigtop-packages/src/common/ambari/patch6-support-fedora-ppc.diff 
b/bigtop-packages/src/common/ambari/patch6-support-fedora-ppc.diff
new file mode 100644
index 0000000..d43b606
--- /dev/null
+++ b/bigtop-packages/src/common/ambari/patch6-support-fedora-ppc.diff
@@ -0,0 +1,12 @@
+diff --git 
a/ambari-common/src/main/python/ambari_commons/resources/os_family.json 
b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
+index 0634988657..f6b9b91c4f 100644
+--- a/ambari-common/src/main/python/ambari_commons/resources/os_family.json
++++ b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
+@@ -25,6 +25,7 @@
+         "extends" : "redhat",
+         "distro": [
+           "redhat-ppc",
++          "fedora-ppc",
+           "centos-ppc"
+         ],
+         "versions": [

Reply via email to