[ 
https://issues.apache.org/jira/browse/GEODE-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443382#comment-16443382
 ] 

Karen Smoler Miller edited comment on GEODE-5108 at 4/19/18 12:25 AM:
----------------------------------------------------------------------

Examples that should change:
- async
- eviction
- expiration
- functions
- indexes
- listener
- loader
- persistence
- putall
- serialization
- transaction
- writer




was (Author: karensmolermiller):
Examples that should change:
- async
- eviction
- expiration
- functions
- indexes
-listener
- loader
- persistence
- putall
- serialization
- transaction
- writer



> Geode examples should only run gradle tasks
> -------------------------------------------
>
>                 Key: GEODE-5108
>                 URL: https://issues.apache.org/jira/browse/GEODE-5108
>             Project: Geode
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Karen Smoler Miller
>            Priority: Major
>
> Some of the Geode examples have instructions that have the user invoke gfsh 
> commands instead of gradle tasks.  This is likely to lead to frustration on 
> the part of the person running an example, as which gfsh is picked up bound 
> to be wrong, or not anywhere within the person's PATH.
> There's an easy fix for this, because gradle sets the path to the correct 
> gfsh.  Change any Geode example's instruction that says
>   $ gfsh run --file=scripts/start.gfsh
> to instead be
>   $ ../gradlew start
> And, change any Geode example's instruction that says 
>   $ gfsh run --file=scripts/stop.gfsh
> to instead be
>   $ ../gradlew stop



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to