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:24 UTC

[23/50] [abbrv] incubator-trafodion git commit: Rebase fix - removed dormant code

Rebase fix - removed dormant code


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

Branch: refs/heads/master
Commit: 8fcf71a30929ff99319ce46cfa30ab06ce0759c3
Parents: 6fb4a50
Author: Zalo Correa <za...@esgyn.com>
Authored: Thu Oct 27 10:11:31 2016 -0700
Committer: Zalo Correa <za...@esgyn.com>
Committed: Thu Oct 27 10:11:31 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/8fcf71a3/install/installer/addNode_step2
----------------------------------------------------------------------
diff --git a/install/installer/addNode_step2 b/install/installer/addNode_step2
index 236bb1f..26ad9f1 100755
--- a/install/installer/addNode_step2
+++ b/install/installer/addNode_step2
@@ -363,21 +363,6 @@ $TRAF_PDSH rm -r $HOME/tmpTraf
 }
 
 
-function copysqConfig {
-
-source $TRAF_CONFIG
-
-$TRAF_PDSH mkdir -p $HOME/tmpTraf
-sudo cp -r $SQ_ROOT/sql/scripts/sqconfig $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 chown -R $TRAF_USER.trafodion $SQ_ROOT/sql/scripts 2>&1 > /dev/null
-$TRAF_PDSH rm -r $HOME/tmpTraf
-
-}
-
-
 function printMessage {
 
 source $TRAF_CONFIG