spmalle...@apache.org |
[incubator-tinkerpop] Git Push Summary |
Mon, 01 Feb, 12:36 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Bump to 3.2.0-SNAPSHOT. |
Mon, 01 Feb, 13:10 |
ok...@apache.org |
incubator-tinkerpop git commit: Started working on GraphComputer.vertices() and GraphComputer.edges(). Have it working (untested) for SparkGraphComputer. The same pattern will flow over to GiraphGraphComputer. There are some issues regarding semantics in |
Mon, 01 Feb, 16:29 |
ok...@apache.org |
incubator-tinkerpop git commit: GraphComputerTest now verifies that graph filters work -- GraphComputer.vertices() and GraphComputer.edges(). SparkGraphComputer implements graph filters correctly. TinkerGraph and Giraph throw UnsupportOperationException |
Mon, 01 Feb, 19:38 |
ok...@apache.org |
incubator-tinkerpop git commit: Created a CommonFileInputFormat abstract class that both GryoInputFormat and ScriptInputFormat now extend. It handles all vertex/edge filter construction and has helper methods for filtering the StarVertex prior to being f |
Mon, 01 Feb, 21:45 |
ok...@apache.org |
incubator-tinkerpop git commit: tweaks to filtered boolean check. |
Mon, 01 Feb, 21:59 |
ok...@apache.org |
incubator-tinkerpop git commit: GiraphGraphComputer now has support for vertexFilters and edgeFilters. Consolidated a bunch of code to make it easy for future InputFormats to be GraphFilterAware. Will most likely make a filterMap so variables are bundled |
Mon, 01 Feb, 23:46 |
ok...@apache.org |
incubator-tinkerpop git commit: created a GraphFilter container object that makes storing and applying filters easy. Very clean model. GraphFilter will next contain stuff like inferences on the filters so easy push-down predicates are available to the gr |
Tue, 02 Feb, 00:44 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. |
Tue, 02 Feb, 12:32 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. |
Tue, 02 Feb, 12:40 |
ok...@apache.org |
incubator-tinkerpop git commit: GraphFilter is now a really cool class. It is part of gremlin-core/computer and provides access to GraphComputer vertices() and edges() load filters. It also provides direct support for filtering StarVertex vertices (as mo |
Tue, 02 Feb, 15:55 |
ok...@apache.org |
incubator-tinkerpop git commit: TinkerGraph now supports GraphComputer GraphFilter. Sort of an elegant solution that makes use of tagging elements that are legal or not. As of right now, the full test suite passes (integration too). GraphFilter works -- |
Tue, 02 Feb, 19:18 |
ok...@apache.org |
incubator-tinkerpop git commit: added a MapReduce test. We now verify that GraphFilter works for both VertexProgram+MapReduce and MapReduce only. TinkerGraph and Spark integration tests pass. |
Tue, 02 Feb, 19:44 |
ok...@apache.org |
incubator-tinkerpop git commit: added nice GraphFilter.legalVertex() and GraphFilter.legalEdges() methods so that the provider doesn't have to be smart about how to apply the underlying filter traversal. |
Tue, 02 Feb, 19:53 |
ok...@apache.org |
incubator-tinkerpop git commit: Added a state-based test case to GraphFilter. About to run this thing on the Blade cluster against Friendster to see how well we do now. |
Tue, 02 Feb, 20:24 |
ok...@apache.org |
incubator-tinkerpop git commit: Forgot to add vertices() and edges() to the ComputerTraversalEngine.Builder. I can't wait for this model to go away in favor of a fluent TraversalSource. |
Tue, 02 Feb, 20:35 |
ok...@apache.org |
incubator-tinkerpop git commit: found a bug in TraversalUtil.isLocalStarGraph(). Added TraversalUtil.isLocalVertex() (for only checking properties -- no edge access). Added JavaDoc to new GraphComputer methods. Added verfication that the provided travers |
Tue, 02 Feb, 21:24 |
ok...@apache.org |
incubator-tinkerpop git commit: Added standard GraphComputer.Exceptions for GraphFilter and verfiy Exceptions are thrown correctly in GraphComputerTest. Tweaks to JavaDoc. |
Tue, 02 Feb, 21:49 |
ok...@apache.org |
incubator-tinkerpop git commit: Created specialized serializers for common classes in Spark to avoid the overhead of JavaSerialization. |
Wed, 03 Feb, 18:03 |
ok...@apache.org |
incubator-tinkerpop git commit: forgot a Serialization that popped up when taking things to the cluster. |
Wed, 03 Feb, 18:09 |
ok...@apache.org |
incubator-tinkerpop git commit: Learned about ExternalizableSerializer which makes registration of Kryo serializers alot more simple. Ran this code on the cluster -- what took 25 minutes now takes 6.8 minutes. |
Wed, 03 Feb, 19:49 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Better handled commit and serialization errors in Gremlin Server. |
Wed, 03 Feb, 20:32 |
ok...@apache.org |
incubator-tinkerpop git commit: minor nothings. |
Wed, 03 Feb, 20:48 |
ok...@apache.org |
incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. |
Wed, 03 Feb, 21:00 |
ok...@apache.org |
[1/4] incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[2/4] incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[3/4] incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[4/4] incubator-tinkerpop git commit: Merge branch 'tp31' |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[1/5] incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[2/5] incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[3/5] incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[4/5] incubator-tinkerpop git commit: Merge branch 'tp31' |
Wed, 03 Feb, 21:28 |
ok...@apache.org |
[5/5] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 |
Wed, 03 Feb, 21:29 |
ok...@apache.org |
incubator-tinkerpop git commit: GraphFilter is now embedded at the StarGraph dersialization level. Thus, if an edge isn't needed, its not even manifested as an object. This is in a TEST branch to determine performance gains (if any) on the Blade cluster. |
Wed, 03 Feb, 23:30 |
ok...@apache.org |
incubator-tinkerpop git commit: on the TEST branch for the clusters -- NullPointerException fix and GraphFilter optimization. |
Wed, 03 Feb, 23:37 |
ok...@apache.org |
svn commit: r1728487 - /incubator/tinkerpop/site/index.html |
Thu, 04 Feb, 14:25 |
ok...@apache.org |
incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. |
Thu, 04 Feb, 14:33 |
ok...@apache.org |
[1/2] incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. |
Thu, 04 Feb, 14:33 |
ok...@apache.org |
[2/2] incubator-tinkerpop git commit: Merge branch 'tp31' |
Thu, 04 Feb, 14:33 |
ok...@apache.org |
[1/3] incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. |
Thu, 04 Feb, 14:36 |
ok...@apache.org |
[2/3] incubator-tinkerpop git commit: Merge branch 'tp31' |
Thu, 04 Feb, 14:36 |
ok...@apache.org |
[3/3] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 |
Thu, 04 Feb, 14:36 |
ok...@apache.org |
svn commit: r1728491 - /incubator/tinkerpop/site/index.html |
Thu, 04 Feb, 14:58 |
ok...@apache.org |
incubator-tinkerpop git commit: Moved GraphFilterTest to gremlin-groovy/ so I can use reflection and not have to make internal variables protected for testing purposes. Optional<Vertex> GraphReader.readVertex(InputStream, GraphFilter) now exists at the in |
Thu, 04 Feb, 17:42 |
ok...@apache.org |
[incubator-tinkerpop] Git Push Summary |
Thu, 04 Feb, 17:42 |
ok...@apache.org |
incubator-tinkerpop git commit: was using null to represent a filtered vertex. went with Optional throughout so the API is consistent. |
Thu, 04 Feb, 19:59 |
ok...@apache.org |
incubator-tinkerpop git commit: method rename. pointless twiddling. |
Thu, 04 Feb, 20:23 |
ok...@apache.org |
incubator-tinkerpop git commit: ensure that the context is closed after the test suite has completed. |
Thu, 04 Feb, 20:51 |
ok...@apache.org |
incubator-tinkerpop git commit: OMG, the most insane bug for the last two hours. Painfull...... |
Thu, 04 Feb, 22:51 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Provide more robust SimpleClient implementations. |
Thu, 04 Feb, 23:39 |
ok...@apache.org |
incubator-tinkerpop git commit: Created a GraphFilterInputFormat which, if the user provided INPUT_FORMAT is not GraphFilterAware, it will filter the vertex before sending it up the I/O stack. Thus, GraphSONInputFormat, which is currently NOT GraphFilter |
Fri, 05 Feb, 07:09 |
ok...@apache.org |
incubator-tinkerpop git commit: Added JavaDoc to GraphFilter and GraphFilterInputFormat. More JavaDoc to GraphFilter along the way... |
Fri, 05 Feb, 08:35 |
ok...@apache.org |
incubator-tinkerpop git commit: StarGraph is no longer special to GraphFilter. All the filtering methods for StarGraph that were weirdly in GraphFilter are now just in StarGraph -- i.e. StarGraph.applyGraphFilter(GraphFilter). We may want to create an in |
Fri, 05 Feb, 16:50 |
ok...@apache.org |
incubator-tinkerpop git commit: dah. groovy reflection-based test cases. lame. |
Fri, 05 Feb, 17:53 |
ok...@apache.org |
incubator-tinkerpop git commit: Made significant memory improvements to TraverserExecutor. Realized some massive heaps on some jobs on Friendster using SparkGraphComputer and tracked it down to how I'm dealing with traversers in TraverserVertexProgram. I |
Fri, 05 Feb, 21:56 |
ok...@apache.org |
incubator-tinkerpop git commit: Figured out a neat trick. IteratorUtils.noRemove(Iterator) so if a providers Messenger doesn't support Iterator.remove(), they can simply wrap the iterator they provide in Iterator.noRemove(). Chillin'. |
Fri, 05 Feb, 22:30 |
spmalle...@apache.org |
[1/2] incubator-tinkerpop git commit: Update docs in preparation for release of 3.1.1-incubating. |
Sat, 06 Feb, 12:00 |
spmalle...@apache.org |
[2/2] incubator-tinkerpop git commit: TinkerPop 3.1.1-incubating release |
Sat, 06 Feb, 12:00 |
spmalle...@apache.org |
incubator-tinkerpop git commit: JIRA tickets were not ordered properly. |
Sat, 06 Feb, 12:03 |
spmalle...@apache.org |
svn commit: r1728842 - in /incubator/tinkerpop/site: docs/3.1.1-incubating/ docs/3.1.1-incubating/dev/ docs/3.1.1-incubating/dev/developer/ docs/3.1.1-incubating/images/ docs/3.1.1-incubating/images/icons/ docs/3.1.1-incubating/reference/ docs/3.1.1-in... |
Sat, 06 Feb, 14:37 |
ok...@apache.org |
[01/30] incubator-tinkerpop git commit: Started working on GraphComputer.vertices() and GraphComputer.edges(). Have it working (untested) for SparkGraphComputer. The same pattern will flow over to GiraphGraphComputer. There are some issues regarding sema |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[02/30] incubator-tinkerpop git commit: GraphComputerTest now verifies that graph filters work -- GraphComputer.vertices() and GraphComputer.edges(). SparkGraphComputer implements graph filters correctly. TinkerGraph and Giraph throw UnsupportOperationEx |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[03/30] incubator-tinkerpop git commit: Created a CommonFileInputFormat abstract class that both GryoInputFormat and ScriptInputFormat now extend. It handles all vertex/edge filter construction and has helper methods for filtering the StarVertex prior to |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[04/30] incubator-tinkerpop git commit: tweaks to filtered boolean check. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[05/30] incubator-tinkerpop git commit: GiraphGraphComputer now has support for vertexFilters and edgeFilters. Consolidated a bunch of code to make it easy for future InputFormats to be GraphFilterAware. Will most likely make a filterMap so variables are |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[06/30] incubator-tinkerpop git commit: created a GraphFilter container object that makes storing and applying filters easy. Very clean model. GraphFilter will next contain stuff like inferences on the filters so easy push-down predicates are available t |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[07/30] incubator-tinkerpop git commit: GraphFilter is now a really cool class. It is part of gremlin-core/computer and provides access to GraphComputer vertices() and edges() load filters. It also provides direct support for filtering StarVertex vertice |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[08/30] incubator-tinkerpop git commit: TinkerGraph now supports GraphComputer GraphFilter. Sort of an elegant solution that makes use of tagging elements that are legal or not. As of right now, the full test suite passes (integration too). GraphFilter w |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[09/30] incubator-tinkerpop git commit: added a MapReduce test. We now verify that GraphFilter works for both VertexProgram+MapReduce and MapReduce only. TinkerGraph and Spark integration tests pass. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[10/30] incubator-tinkerpop git commit: added nice GraphFilter.legalVertex() and GraphFilter.legalEdges() methods so that the provider doesn't have to be smart about how to apply the underlying filter traversal. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[11/30] incubator-tinkerpop git commit: Added a state-based test case to GraphFilter. About to run this thing on the Blade cluster against Friendster to see how well we do now. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[12/30] incubator-tinkerpop git commit: Forgot to add vertices() and edges() to the ComputerTraversalEngine.Builder. I can't wait for this model to go away in favor of a fluent TraversalSource. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[13/30] incubator-tinkerpop git commit: found a bug in TraversalUtil.isLocalStarGraph(). Added TraversalUtil.isLocalVertex() (for only checking properties -- no edge access). Added JavaDoc to new GraphComputer methods. Added verfication that the provided |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[14/30] incubator-tinkerpop git commit: Added standard GraphComputer.Exceptions for GraphFilter and verfiy Exceptions are thrown correctly in GraphComputerTest. Tweaks to JavaDoc. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[15/30] incubator-tinkerpop git commit: Created specialized serializers for common classes in Spark to avoid the overhead of JavaSerialization. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[16/30] incubator-tinkerpop git commit: forgot a Serialization that popped up when taking things to the cluster. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[17/30] incubator-tinkerpop git commit: Learned about ExternalizableSerializer which makes registration of Kryo serializers alot more simple. Ran this code on the cluster -- what took 25 minutes now takes 6.8 minutes. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[18/30] incubator-tinkerpop git commit: minor nothings. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[19/30] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[20/30] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[21/30] incubator-tinkerpop git commit: Moved GraphFilterTest to gremlin-groovy/ so I can use reflection and not have to make internal variables protected for testing purposes. Optional<Vertex> GraphReader.readVertex(InputStream, GraphFilter) now exists a |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[22/30] incubator-tinkerpop git commit: was using null to represent a filtered vertex. went with Optional throughout so the API is consistent. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[23/30] incubator-tinkerpop git commit: method rename. pointless twiddling. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[24/30] incubator-tinkerpop git commit: ensure that the context is closed after the test suite has completed. |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[25/30] incubator-tinkerpop git commit: OMG, the most insane bug for the last two hours. Painfull...... |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[26/30] incubator-tinkerpop git commit: Created a GraphFilterInputFormat which, if the user provided INPUT_FORMAT is not GraphFilterAware, it will filter the vertex before sending it up the I/O stack. Thus, GraphSONInputFormat, which is currently NOT Gra |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[27/30] incubator-tinkerpop git commit: Added JavaDoc to GraphFilter and GraphFilterInputFormat. More JavaDoc to GraphFilter along the way... |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[28/30] incubator-tinkerpop git commit: StarGraph is no longer special to GraphFilter. All the filtering methods for StarGraph that were weirdly in GraphFilter are now just in StarGraph -- i.e. StarGraph.applyGraphFilter(GraphFilter). We may want to crea |
Sat, 06 Feb, 19:54 |
ok...@apache.org |
[29/30] incubator-tinkerpop git commit: dah. groovy reflection-based test cases. lame. |
Sat, 06 Feb, 19:55 |
ok...@apache.org |
[30/30] incubator-tinkerpop git commit: updated CHANGELOG with 3.2.0 section. We need a new logo. |
Sat, 06 Feb, 19:55 |
ok...@apache.org |
incubator-tinkerpop git commit: added the upgrade doc for 3.2.0 and added a section about GraphFilter and the two new GraphComputer methods. CTR. |
Sat, 06 Feb, 20:06 |
ok...@apache.org |
svn commit: r1728986 - /incubator/tinkerpop/site/images/egg-logo.png |
Sun, 07 Feb, 16:29 |
twil...@apache.org |
[1/4] incubator-tinkerpop git commit: Full quantum-gremlin image by Ketrina. Will announce with GraphDay slides. |
Sun, 07 Feb, 20:52 |
twil...@apache.org |
[2/4] incubator-tinkerpop git commit: Full quantum-gremlin image by Ketrina. Will announce with GraphDay slides. |
Sun, 07 Feb, 20:52 |
twil...@apache.org |
[3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1016' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop into TINKERPOP-1016 |
Sun, 07 Feb, 20:53 |
twil...@apache.org |
[4/4] incubator-tinkerpop git commit: Further refinement of benchmarking abstract classes. |
Sun, 07 Feb, 20:53 |
ok...@apache.org |
incubator-tinkerpop git commit: Greatly optimized all ReducingBarrierSteps in OLAP execution. I realized that there are actually two 'combine' stages. Given that the HALTED_TRAVERSERS are all group'd at a Vertex prior to MAP, you can COMBINE in Map. Thus |
Sun, 07 Feb, 21:19 |
spmalle...@apache.org |
svn commit: r12247 - /dev/incubator/tinkerpop/3.1.1-incubating/ |
Sun, 07 Feb, 23:43 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Fixed broken path in distribution validator. |
Sun, 07 Feb, 23:59 |
spmalle...@apache.org |
[incubator-tinkerpop] Git Push Summary |
Mon, 08 Feb, 00:11 |