You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2017/09/05 22:44:38 UTC

[geode-examples] 02/02: Improve the README.

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit fd3bcd662767272cb2ca45502effe027728fa95e
Author: Sarge <md...@pivotal.io>
AuthorDate: Fri Aug 11 14:49:55 2017 -0700

    Improve the README.
---
 putall/README.md | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/putall/README.md b/putall/README.md
index 1b67c41..941fa0b 100644
--- a/putall/README.md
+++ b/putall/README.md
@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-# Geode putAll region example
+# Geode Put Multiple Values at Once Example
 
 This is a simple example that demonstrates putting a map of values into a region, checking the size, and retrieving the values.
 
@@ -24,26 +24,18 @@ This example assumes you have installed Java and Geode.
 ## Steps
 
 1. From the `geode-examples/putall` directory, build the example and
-   run unit tests
+   run unit tests.
 
         $ ../gradlew build
 
-2. Next start the locator and two servers
+2. Next start a locator, start a server, and create a region.
 
         $ gfsh run --file=scripts/start.gfsh
 
-3. Run the example to create entries in the region
+3. Run the example to put entries into the region.
 
         $ ../gradlew run
 
-4. Kill one of the servers
-
-        $ gfsh -e "connect --locator=127.0.0.1[10334]" -e "stop server --name=server"
-
-5. Run a gfsh query, and notice that all the entries are still available due to replication
-
-        $ gfsh -e "connect --locator=127.0.0.1[10334]" -e "query --query='select e.key from /example-region.entries e'"
-
-6. Shut down the system:
+4. Shut down the system.
 
         $ gfsh run --file=scripts/stop.gfsh

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.