[S2GRAPH-226] Provide example spark jobs to explain how to utilize WAL log.
JIRA: [S2GRAPH-226] https://issues.apache.org/jira/browse/S2GRAPH-226 Pull Request: Closes #182 Author DO YUNG YOON <steams...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1294c182 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1294c182 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1294c182 Branch: refs/heads/master Commit: 1294c1822fe5293125d73019a17d11d2a0c43a34 Parents: 993fe11 Author: DO YUNG YOON <steams...@apache.org> Authored: Thu Dec 6 21:49:21 2018 +0900 Committer: DO YUNG YOON <steams...@apache.org> Committed: Thu Dec 6 21:49:21 2018 +0900 ---------------------------------------------------------------------- CHANGES | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1294c182/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index bdc3da4..56b78fe 100644 --- a/CHANGES +++ b/CHANGES @@ -105,6 +105,7 @@ Release Notes - S2Graph - Version 0.2.0 * [S2GRAPH-219] - Added query that includes all vertices and associated edges for GraphVisualize. * [S2GRAPH-222] - Support Not logical operator in WhereParser. * [S2GRAPH-223] - Support WhereParser on Vertex. + * [S2GRAPH-226] - Provide example spark jobs to explain how to utilize WAL log. ** Task * [S2GRAPH-162] - Update year in the NOTICE file.