mikelieberman / blueprints-accumulo-graph

Implementation of the Tinkerpop Blueprints API backed by Accumulo
Other
10 stars 2 forks source link

Compilation issues. #1

Open mstoszko opened 10 years ago

mstoszko commented 10 years ago

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project blueprints-accumulo-graph: Compilation failure: Compilation failure: [ERROR] /Users/dev/Software/Blueprints/blueprints-accumulo-graph/src/main/java/accumulograph/AccumuloKeyIndex.java:[86,68] inconvertible types [ERROR] required: java.lang.Iterable [ERROR] found: java.lang.Iterable [ERROR] /Users/dev/Software/Blueprints/blueprints-accumulo-graph/src/main/java/accumulograph/AccumuloKeyIndex.java:[91,65] inconvertible types [ERROR] required: java.lang.Iterable [ERROR] found: java.lang.Iterable

AccumuloVertex implements tinkerpop.Vertex and extends AccumuloEelement. I do not think that cast from Iterable to Iterable is legal. Thx, Maciek

mikelieberman commented 10 years ago

Thanks for pointing this out. The syntax error didn't show up in Eclipse but did from the command line. Should be fixed now.

mohitkaushik-uk commented 10 years ago

I am new to accumulo and researching on storing graphs in accumulo. Could you please tell me how to use this blueprints-accumulo package. And how to store and query in graphs.

mikelieberman commented 10 years ago

Hello, please read the documentation and/or look at the Blueprints site to understand the APIs. Best, Mike

https://github.com/tinkerpop/blueprints

On Fri, Feb 21, 2014 at 5:53 AM, mohitkaushik-uk notifications@github.comwrote:

I am new to accumulo and researching on storing graphs in accumulo. Could you please tell me how to use this blueprints-accumulo package. And how to store and query in graphs.

Reply to this email directly or view it on GitHubhttps://github.com/mikelieberman/blueprints-accumulo-graph/issues/1#issuecomment-35720264 .