You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/24 17:31:33 UTC

[4/5] incubator-trafodion git commit: TRAFODION-1846

TRAFODION-1846

add traf_coprocessor.properties to add node.

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

Branch: refs/heads/master
Commit: 5e8542561874de0a972e5b83bffdf9ffb3e84a2b
Parents: ca5dcc7
Author: mashengchen <ma...@gmail.com>
Authored: Tue Feb 23 16:37:20 2016 +0800
Committer: mashengchen <ma...@gmail.com>
Committed: Tue Feb 23 16:37:20 2016 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/sqgen | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5e854256/core/sqf/sql/scripts/sqgen
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/sqgen b/core/sqf/sql/scripts/sqgen
index ab2c9e2..848978b 100755
--- a/core/sqf/sql/scripts/sqgen
+++ b/core/sqf/sql/scripts/sqgen
@@ -241,6 +241,10 @@ if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then
     echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` $SQETC_DIR/ms.env   $SQETC_DIR "
     $PDCP -w ${ExNodeList[@]} -x `uname -n` $SQETC_DIR/ms.env   $SQETC_DIR
 
+    echo "Copying $SQETC_DIR/traf_coprocessor.properties to $SQETC_DIR of all the nodes"
+    echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` $SQETC_DIR/traf_coprocessor.properties   $SQETC_DIR "
+    $PDCP -w ${ExNodeList[@]} -x `uname -n` $SQETC_DIR/traf_coprocessor.properties   $SQETC_DIR
+
     echo
     echo "Copying $SQETC_DIR/seamonster.env to $SQETC_DIR of all the nodes"
     echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` $SQETC_DIR/seamonster.env   $SQETC_DIR "