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 41aaa98  BIGTOP-3414. Fix the default value of GPDB configuration for 
smoke test. (#679)
41aaa98 is described below

commit 41aaa98544989f863f73b06dad89b33f9576b74d
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Sep 28 20:20:29 2020 +0900

    BIGTOP-3414. Fix the default value of GPDB configuration for smoke test. 
(#679)
---
 bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml 
b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml
index d73b929..0d6229d 100644
--- a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml
+++ b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml
@@ -207,7 +207,9 @@ flink::common::jobmanager_port: "6123"
 flink::common::ui_port: "8081"
 flink::common::storage_dirs: "%{hiera('hadoop::hadoop_storage_dirs')}"
 
-gpdb::common::nodes: ["master_node_fqdn", "segment_node_fqdn"]
+# GPDB
+# The first element is FQDN for master node and the succeeding ones are for 
segment nodes.
+gpdb::common::nodes: ["%{hiera('bigtop::hadoop_head_node')}", 
"%{hiera('bigtop::hadoop_head_node')}"]
 gpdb::common::gp_home: "/usr/lib/gpdb"
 gpdb::common::db_base_dir: "/data_gp"
 gpdb::common::master_db_port: "5432"

Reply via email to