[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-08-30 Thread karensmolermiller
Github user karensmolermiller closed the pull request at: https://github.com/apache/geode-examples/pull/8 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127074360 --- Diff: queries/scripts/new_startAll.sh --- @@ -0,0 +1,48 @@ +#!/bin/bash --- End diff -- How is this file used? --- If your

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127074639 --- Diff: queries/src/main/java/org/apache/geode/examples/queries/Example.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127073923 --- Diff: queries/src/main/java/org/apache/geode/examples/queries/EmployeeData.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to the Apache

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127073986 --- Diff: queries/src/main/java/org/apache/geode/examples/queries/EmployeeData.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to the Apache

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127073565 --- Diff: queries/src/main/java/org/apache/geode/examples/queries/Example.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/8#discussion_r127073236 --- Diff: replicated/scripts/start.gfsh --- @@ -19,7 +19,9 @@ start locator --name=locator --bind-address=127.0.0.1 start server --name=server1

[GitHub] geode-examples pull request #8: GEODE-3195 Add querying example to the geode...

2017-07-12 Thread karensmolermiller
GitHub user karensmolermiller opened a pull request: https://github.com/apache/geode-examples/pull/8 GEODE-3195 Add querying example to the geode-examples Here is a new geode-example that presents very simple queries on a single region done 2 ways: API calls and issued via gfsh.