Artem Aliev created TINKERPOP-2081:
--
Summary: PersistedOutputRDD materialises rdd lazily with Spark 2.x
Key: TINKERPOP-2081
URL: https://issues.apache.org/jira/browse/TINKERPOP-2081
Project
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/789
+1
I reran my small perf test and get the same result with this new structure,
but it looks more solid and inline with other code.
---
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/781
rebased
---
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/778
rebased
---
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/780
retargeted/rebase to latest tp32
---
Github user artem-aliev commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/778#discussion_r162065650
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
---
@@ -305,6 +307,7 @@ public String
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/781
Tinkerpop 1870 master
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/artem-aliev/tinkerpop TINKERPOP-1870-master
Alternatively you can
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/780
improve performace by not handling excepptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/artem-aliev/tinkerpop TINKERPOP-1871
Artem Aliev created TINKERPOP-1871:
--
Summary: Exception handling is slow in element ReferenceElement
creation
Key: TINKERPOP-1871
URL: https://issues.apache.org/jira/browse/TINKERPOP-1871
Project
[
https://issues.apache.org/jira/browse/TINKERPOP-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Aliev updated TINKERPOP-1870:
---
Affects Version/s: 3.2.7
3.3.1
> n^2 synchronious operation
[
https://issues.apache.org/jira/browse/TINKERPOP-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326941#comment-16326941
]
Artem Aliev commented on TINKERPOP-1870:
I wrapped the block
[
https://issues.apache.org/jira/browse/TINKERPOP-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Aliev updated TINKERPOP-1870:
---
Attachment: findTraverserFixed.png
findTraverser2.png
[
https://issues.apache.org/jira/browse/TINKERPOP-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326356#comment-16326356
]
Artem Aliev commented on TINKERPOP-1870:
The fix I provided coul
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/778
TINKERPOP-1870: Extends TraverserSet to have Vertex index for remote â¦
â¦traversers
That replaces linear search in reversal traversal interator with hashtable
lookup.
You can
Artem Aliev created TINKERPOP-1870:
--
Summary: n^2 synchronious operation in OLAP
WorkerExecutor.execute() method
Key: TINKERPOP-1870
URL: https://issues.apache.org/jira/browse/TINKERPOP-1870
Project
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/734
I have fixed test failures.
TinkerPopComputer does not call ComputerPorgram.execute methods if spit
has no vertices.
For example: modern graph has 6 vertices but computer has 8
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/734
Something strange happened, during rebases. I'll fix.
---
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/734
The fix add iteration time to the appropriate step. Iteration time is a
time between workerIterationStart() and workerIterationEnd() callbacks.
So before fix the timing looks like
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/733
See #734
---
Github user artem-aliev closed the pull request at:
https://github.com/apache/tinkerpop/pull/733
---
Github user artem-aliev commented on the issue:
https://github.com/apache/tinkerpop/pull/733
that should be against tp32 branch
---
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/734
TINKERPOP-1801: fix profile() timing in OLAP by adding worker iteratiâ¦
â¦on timings to step metrics
this is a simple fix that do not change any API
You can merge this pull
[
https://issues.apache.org/jira/browse/TINKERPOP-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16208065#comment-16208065
]
Artem Aliev commented on TINKERPOP-1801:
That is simple way to fi
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/733
TINKERPOP-1801: fix profile() timing in OLAP by adding worker iteratiâ¦
â¦on timings to step metrics
this is a simple fix that do not change any API
You can merge this pull
Artem Aliev created TINKERPOP-1801:
--
Summary: OLAP profile() step return incorrect timing
Key: TINKERPOP-1801
URL: https://issues.apache.org/jira/browse/TINKERPOP-1801
Project: TinkerPop
[
https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167499#comment-16167499
]
Artem Aliev commented on TINKERPOP-1783:
The work around I propose
Artem Aliev created TINKERPOP-1783:
--
Summary: PageRank gives incorrect results for graphs with sinks
Key: TINKERPOP-1783
URL: https://issues.apache.org/jira/browse/TINKERPOP-1783
Project: TinkerPop
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/696
TINKERPOP-1754: Do not add non deserialisable exception to ScriptRecoâ¦
â¦rdReader IOExceptions
You can merge this pull request into a Git repository by running:
$ git pull https
Artem Aliev created TINKERPOP-1754:
--
Summary: Spark can not deserialise some ScriptRecordReader parse
exceptions
Key: TINKERPOP-1754
URL: https://issues.apache.org/jira/browse/TINKERPOP-1754
Project
Github user artem-aliev commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/678#discussion_r127710343
--- Diff: gremlin-groovy/pom.xml ---
@@ -93,6 +93,10 @@ limitations under the License.
${project.version}
test
[
https://issues.apache.org/jira/browse/TINKERPOP-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089697#comment-16089697
]
Artem Aliev commented on TINKERPOP-1715:
tests passed:
{code}
spark-gre
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/678
TINKERPOP-1715: update spark version to 2.2
That required:
- more spark conflicting dependency exclusion in pom.xml
- more spark and scala classes registration in tinkerPop gryo
[
https://issues.apache.org/jira/browse/TINKERPOP-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851300#comment-15851300
]
Artem Aliev commented on TINKERPOP-1271:
mvn clean ins
[
https://issues.apache.org/jira/browse/TINKERPOP-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850209#comment-15850209
]
Artem Aliev commented on TINKERPOP-1271:
"mvn install" tests
GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/555
TINKERPOP-1271: Refactor SparkContext creation and handling of sc.stop()
org.apache.tinkerpop.gremlin.spark.structure.Spark is a SparkContext
holder for SparkGraphComputer.
It
[
https://issues.apache.org/jira/browse/TINKERPOP-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837700#comment-15837700
]
Artem Aliev commented on TINKERPOP-1271:
I have filed a spark bug fo
36 matches
Mail list logo