You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2017/05/31 18:47:16 UTC

[15/50] [abbrv] incubator-trafodion git commit: Removed copy of 'sqconfig.db' at end of addNode_step2 script.

Removed copy of 'sqconfig.db' at end of addNode_step2 script.


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

Branch: refs/heads/master
Commit: 90759577e4e6874b46c003fab05a8472a91c17ca
Parents: a8a68a1
Author: Zalo Correa <za...@esgyn.com>
Authored: Tue Aug 23 13:53:03 2016 -0700
Committer: Zalo Correa <za...@esgyn.com>
Committed: Tue Aug 23 13:53:03 2016 -0700

----------------------------------------------------------------------
 install/installer/addNode_step2 | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/90759577/install/installer/addNode_step2
----------------------------------------------------------------------
diff --git a/install/installer/addNode_step2 b/install/installer/addNode_step2
index 40318b0..4d7a6f0 100755
--- a/install/installer/addNode_step2
+++ b/install/installer/addNode_step2
@@ -320,11 +320,9 @@ source $TRAF_CONFIG
 
 $TRAF_PDSH mkdir -p $HOME/tmpTraf
 sudo cp -r $SQ_ROOT/sql/scripts/sqconfig $HOME/tmpTraf
-sudo cp -r $SQ_ROOT/sql/scripts/sqconfig.db $HOME/tmpTraf
 sudo chown -R $(whoami).$(whoami) $HOME/tmpTraf
 $TRAF_PDCP -r $HOME/tmpTraf $HOME
 $TRAF_PDSH sudo cp -rf $HOME/tmpTraf/sqconfig $SQ_ROOT/sql/scripts 2>&1 > /dev/null
-$TRAF_PDSH sudo cp -rf $HOME/tmpTraf/sqconfig.db $SQ_ROOT/sql/scripts 2>&1 > /dev/null
 $TRAF_PDSH sudo chown -R $TRAF_USER.trafodion $SQ_ROOT/sql/scripts 2>&1 > /dev/null
 $TRAF_PDSH rm -r $HOME/tmpTraf