Repository: incubator-trafodion Updated Branches: refs/heads/master b3d2eb4e1 -> e54c7328b
fix jira-1627: 'sqgen' cannot copy files to all nodes. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/1bbfc62b Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/1bbfc62b Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/1bbfc62b Branch: refs/heads/master Commit: 1bbfc62b0e7dd85210cdd331085c588d424b98aa Parents: 0ebc219 Author: Eason <[email protected]> Authored: Mon Nov 16 13:26:22 2015 +0800 Committer: Eason <[email protected]> Committed: Mon Nov 16 13:26:22 2015 +0800 ---------------------------------------------------------------------- core/sqf/sql/scripts/sqgen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/1bbfc62b/core/sqf/sql/scripts/sqgen ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/sqgen b/core/sqf/sql/scripts/sqgen index b817af0..6258fde 100755 --- a/core/sqf/sql/scripts/sqgen +++ b/core/sqf/sql/scripts/sqgen @@ -256,8 +256,8 @@ if [ -e $SQ_PDCP ]; then echo echo "Copying rest of the generated files to $PWD" - echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` sqconfig sqshell gomon.cold gomon.warm shell.env mon.env $PWD " - $PDCP -w ${ExNodeList[@]} -x `uname -n` sqconfig sqshell gomon.cold gomon.warm shell.env mon.env $PWD + echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` sqconfig sqshell gomon.cold gomon.warm $PWD " + $PDCP -w ${ExNodeList[@]} -x `uname -n` sqconfig sqshell gomon.cold gomon.warm $PWD echo "$PDCP -w ${ExNodeList[@]} -x `uname -n` $SQCONFIG_FILE sqconfig.db $PWD "
