You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2018/12/28 08:34:20 UTC

bigtop git commit: BIGTOP-3120: Annoying warning message from Ambari snippet

Repository: bigtop
Updated Branches:
  refs/heads/master f84c31c23 -> 5efd69a43


BIGTOP-3120: Annoying warning message from Ambari snippet

Signed-off-by: Evans Ye <ev...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5efd69a4
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5efd69a4
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5efd69a4

Branch: refs/heads/master
Commit: 5efd69a439618367506de2ad659706c9bc93015c
Parents: f84c31c
Author: Olaf Flebbe <of...@apache.org>
Authored: Thu Dec 27 14:36:33 2018 +0100
Committer: Evans Ye <ev...@apache.org>
Committed: Fri Dec 28 16:33:56 2018 +0800

----------------------------------------------------------------------
 bigtop-deploy/puppet/modules/ambari/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5efd69a4/bigtop-deploy/puppet/modules/ambari/manifests/init.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/ambari/manifests/init.pp b/bigtop-deploy/puppet/modules/ambari/manifests/init.pp
index 823463b..4d294df 100644
--- a/bigtop-deploy/puppet/modules/ambari/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/ambari/manifests/init.pp
@@ -35,7 +35,7 @@ class ambari {
 
     exec {
         "server setup":
-           command => "/usr/sbin/ambari-server setup -j $(readlink -f /usr/bin/java | sed 's/jre\/bin\/java//') -s",
+           command => "/usr/sbin/ambari-server setup -j $(readlink -f /usr/bin/java | sed 's@jre/bin/java@@') -s",
            require => [ Package["ambari-server"], Package["jdk"], Exec["mpack install"] ]
     }