CarnationWang23 / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Pregel: BTreeDuplicateKeyException: Trying to insert duplicate key into leaf node #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I use pregel to run a big file, it throws BTreeDuplicateKeyException: 
Trying to insert duplicate key into leaf node. But the key from file is unique 
and I never change vertexId. Here attached the exception file. 
My branch is fullstack_genomix. After you do mvn clean package in this branch, 
you can run pregel job MergeGraphVertex using this command line: bin/pregelix 
genomix-pregelix-0.2.4-SNAPSHOT-jar-with-dependencies.jar 
edu.uci.ics.genomix.pregelix.MergeGraphVertex -inputpaths input -outputpath 
result -ip 127.0.0.1 -port 3099 -kmer-size 55. 
Please feel free to get the big file from me. My email is anbangx@gmail.com. 

Original issue reported on code.google.com by anba...@gmail.com on 14 Apr 2013 at 4:12

Attachments:

GoogleCodeExporter commented 8 years ago
It was due to the fact there are duplicate vertex in the input file.
I filed another issue for BTree bulkload enhancement: issue102.

Original comment by buyingyi@gmail.com on 16 Apr 2013 at 6:57

GoogleCodeExporter commented 8 years ago
Sorry, issue103 is to track Btree bulkload.

Original comment by buyingyi@gmail.com on 16 Apr 2013 at 6:57