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

[44/50] [abbrv] incubator-trafodion git commit: Fix to default bashrc file to setup node membership of MY_NODES env var.

Fix to default bashrc file to setup node membership of MY_NODES env var.


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

Branch: refs/heads/master
Commit: c8f07c1f7e4dcf8ed4cdb8e9322ac0006798d1b0
Parents: 69a4b7e
Author: Zalo Correa <za...@esgyn.com>
Authored: Wed May 3 12:15:51 2017 -0700
Committer: Zalo Correa <za...@esgyn.com>
Committed: Wed May 3 12:15:51 2017 -0700

----------------------------------------------------------------------
 install/installer/bashrc_default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c8f07c1f/install/installer/bashrc_default
----------------------------------------------------------------------
diff --git a/install/installer/bashrc_default b/install/installer/bashrc_default
index bbac162..8e345fd 100755
--- a/install/installer/bashrc_default
+++ b/install/installer/bashrc_default
@@ -68,7 +68,7 @@ if [ -f $TRAF_HOME/sqenv.sh ]; then
         source ./sqenv.sh
         popd >/dev/null
         export MANPATH=$MANPATH:$MPI_ROOT/share/man
-        #setup_my_nodes
+        setup_my_nodes
 fi 
 
 #-------------------------------------------