This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 961e5eb66 BIGTOP-4069: fix the phoenix smoketest bug in openeuler
(#1244)
961e5eb66 is described below
commit 961e5eb66e14b5f8af51581b25302f5208324b48
Author: Mac Chen <[email protected]>
AuthorDate: Thu Apr 25 21:36:02 2024 +0800
BIGTOP-4069: fix the phoenix smoketest bug in openeuler (#1244)
(cherry picked from commit d6cf29155b1dbc8762bfec955aabb3277bbdc0b1)
---
bigtop-deploy/puppet/manifests/python.pp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/bigtop-deploy/puppet/manifests/python.pp
b/bigtop-deploy/puppet/manifests/python.pp
index 65c87bfc8..8ddafcff1 100644
--- a/bigtop-deploy/puppet/manifests/python.pp
+++ b/bigtop-deploy/puppet/manifests/python.pp
@@ -20,4 +20,10 @@ class python {
target => '/usr/bin/python2',
}
}
+
+ if ($operatingsystem == 'openEuler') {
+ package { 'python3-unversioned-command':
+ ensure => 'present'
+ }
+ }
}