[
https://issues.apache.org/jira/browse/GEODE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332255#comment-15332255
]
ASF GitHub Bot commented on GEODE-1530:
---------------------------------------
GitHub user karensmolermiller opened a pull request:
https://github.com/apache/incubator-geode/pull/158
GEODE-1530: geode-examples setEnv.sh script needs to export path
Without an export of the path, using the GEODE_HOME env variable,
the scripts/startAll.sh script will pick up the first gfsh in the
path that it finds.
Also updated the scripts/stopAll.sh script to run the setEnv.sh
script, so that stopAll.sh uses the correct gfsh.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karensmolermiller/incubator-geode
feature/GEODE-1530
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #158
----
commit 1983f9d6969e6e2e051cbda69d908b871812bbab
Author: Karen Miller <[email protected]>
Date: 2016-06-15T18:07:03Z
GEODE-1530: geode-examples setEnv.sh script needs to export path
Without an export of the path, using the GEODE_HOME env variable,
the scripts/startAll.sh script will pick up the first gfsh in the
path that it finds.
Also updated the scripts/stopAll.sh script to run the setEnv.sh
script, so that stopAll.sh uses the correct gfsh.
----
> geode-examples setEnv.sh script needs to export path
> ----------------------------------------------------
>
> Key: GEODE-1530
> URL: https://issues.apache.org/jira/browse/GEODE-1530
> Project: Geode
> Issue Type: Bug
> Reporter: Karen Smoler Miller
> Assignee: Karen Smoler Miller
> Labels: bug-hunt
>
> Work currently on the feature/GEODE-33 branch.
> In the replicated example, the {{scripts/setEnv.sh}} script should to prepend
> the {{GEODE_HOME}} environment variable it finds to the PATH, so that the
> {{startAll.sh}} uses that path.
> Append this line to the {{scripts/setEnv.sh}} script:
> {{export PATH=$GEODE_HOME/bin:$PATH}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)