Re: [Neo4j] Accessing DB data directory on Elastic MapReduce

2011-01-04 Thread Paddy
Hi Peter, I have uploaded what I have so far. Its very early stages. I have added a bit of detail in the README, there are a few steps to get it going, hopefully it works. https://github.com/paddydub/NeoHadoopTester%20https://github.com/paddydub/NeoHadoopTester I'm testing using a Hadoop job with

[Neo4j] Using Neo4J server- API and HA

2011-01-04 Thread Daniel Granatshtain
Hi, I am starting integrating neo4j, and i run in to some questions on how to use it: 1. I would like to use the sever version, but i also want it to be using Neo4J-HA. Is there such configuration to change the GraphDatabaseService instance? 2. Having the rest api is great, but i am a little

Re: [Neo4j] evaluator question

2011-01-04 Thread Mattias Persson
2011/1/3 Anders Nawroth and...@neotechnology.com Hi! When using TraversalDescription.evaluator(), are there any guarantees regarding in which order the evaluators will be executed? In the same order they were added My use case is that I have a base TraversalDescription which excludes

Re: [Neo4j] Summary of Index API changes in 1.2?

2011-01-04 Thread Tobias Ivarsson
Good suggestion, we have documentation covering both the old API: * http://wiki.neo4j.org/content/Indexing_with_IndexService * http://components.neo4j.org/neo4j-index/ and covering the new API: * http://wiki.neo4j.org/content/Index_Framework * http://components.neo4j.org/neo4j-lucene-index/ but no

Re: [Neo4j] Using Neo4J server- API and HA

2011-01-04 Thread Tobias Ivarsson
Hi Daniel, I've answered your questions inline below. On Tue, Jan 4, 2011 at 1:36 PM, Daniel Granatshtain daniel.gra...@gmail.com wrote: Hi, I am starting integrating neo4j, and i run in to some questions on how to use it: 1. I would like to use the sever version, but i also want it to

Re: [Neo4j] Neo4j 1.2 is released

2011-01-04 Thread Tobias Ivarsson
Hi Balazs, I'll be happy to explain that. All you need to do in order to enable the management component is to have the management jar (neo4j-management-{VERSION}.jar) on the classpath of your application. The service extensions system enables the Neo4j kernel to pick these things up

[Neo4j] neo4j 1.2 python

2011-01-04 Thread Rick Otten
My older 1.1 neo4j python install got wiped out, unfortunately. So I thought I'd take advantage of the opportunity to set up the latest neo4j python for 1.2. I don't recall how I did it last time, but I had to jump through a lot of hoops this time around to find a system with an svn client

Re: [Neo4j] Neo4j REST API and JAXB

2011-01-04 Thread Peter Neubauer
Cool, will rebase my fork and check it out as soon as I am not officially on parental leave anymore ;) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] evaluator question

2011-01-04 Thread Anders Nawroth
Hi! I just tried it and my exceptions thrown from an Evaluator gets propagated correctly: Strange, the test case I wrote yesterday now propagates the exceptions. Sorry about that part. I just don't like having to take care of the start position special case in each evaluator - is there any

Re: [Neo4j] [SPAM] Neo4J and i18n

2011-01-04 Thread Luanne Misquitta
That sounds good. Thanks. Luanne M. Tech Lead twitter / @luannem    linkedin / http://in.linkedin.com/in/luannemisquitta skype / luanne.misquitta blog / http://thought-bytes.blogspot.com/ Saba. Power Up Your People. -Original Message- From: user-boun...@lists.neo4j.org

Re: [Neo4j] evaluator question

2011-01-04 Thread Mattias Persson
2011/1/5 Anders Nawroth and...@neotechnology.com Hi! I just tried it and my exceptions thrown from an Evaluator gets propagated correctly: Strange, the test case I wrote yesterday now propagates the exceptions. Sorry about that part. I just don't like having to take care of the