Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread Yayati Sule
Hi Michael, All the machines have the same values for *"ha.initial_hosts" *property Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus Consulting Services Pvt. Ltd. Unless

Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread 'Michael Hunger' via Neo4j
The three instances should all have the same ha.intial_hosts ha.initial_hosts=192.168.0.173:5001,192.168.1.90:5001,192.168.1.183:5001 assuming that those are the IPs of those machines > Am 15.05.2016 um 23:43 schrieb Yayati Sule : > > Hi Michael, > Please find attached the conf files of the sla

Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread Yayati Sule
Hi Michael, Please find attached the conf files of the slave machines(Slave1 and Slave2.txt) and Master(neo4j.conf) with this mail as per requested by you. Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-

Re: [Neo4j] Object orient programming fashion through py2neo

2016-05-15 Thread 'Nigel Small' via Neo4j
Hi Py2neo has a load of documentation at py2neo.org and there is a bit of sample code available within that. I'd suggest that you try to refine the description of what you're trying to achieve though to be more specific. Nigel On 13 May 2016 at 05:35, Ashwanth D wrote: > I am using py2neo to e

Re: [Neo4j] py2neo merge_one missing

2016-05-15 Thread 'Nigel Small' via Neo4j
Hi Phil I can only assume that you are using the docs for py2neo v2 with py2neo v3. The *merge_one* method no longer exists in v3 as you should be able to use *merge* in all cases instead. http://py2neo.org/v3/database.html#py2neo.database.Graph.merge Cheers Nige On 15 May 2016 at 17:14, Phil H

Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread 'Michael Hunger' via Neo4j
Can you share the config files for all 3 machines? > Am 13.05.2016 um 01:35 schrieb yayati.s...@innoplexus.com: > > Hi, > I am trying to setup multi Machine cluster for Neo4j 3.0.1(Milestone). I am > repeatedly getting the following error from my Log Files. > > 2016-05-13 06:26:35.251+ INFO

[Neo4j] Looking for Neo4J Tech Lead - Corp to Corp position - San Jose,CA

2016-05-15 Thread Senthil kumar
Please find job description:- *Skill Set* Neo4J Tech Lead *Work Location* San Jose *Special Instructions* NA *Job Description* Neo4J Tech Lead - we can also source from DNA but this person is expected to know Java/J2EE as well If interested , send your resume to sa...@teksoftsys

[Neo4j] Object orient programming fashion through py2neo

2016-05-15 Thread Ashwanth D
I am using py2neo to execute my cypher queries. But, now I wanted the same to be done programatically in a Object oriented fashion. Like creating nodes, creating relationships, retrieving the nodes, updating the property values, etc,. If it is possible please share a sample program to do so. --

[Neo4j] py2neo merge_one missing

2016-05-15 Thread Phil Heltewig
Hi all, I am trying to use py2neo's merge_one function, but even when I copy the code directly from the documentation, I get told that the Graph object doesn't contain an attribute merge_one. Any idea what I could be doing wrong? Simply creating Nodes and Relationships and pushing them into th

[Neo4j] When is neo4j 2.3.4 release planned to happen?

2016-05-15 Thread Roman Land
Were waiting for Neo4j 2.3.4 release to take place, pending a bug introduced in 2.3.3 (https://github.com/neo4j/neo4j/issues/6918) Any information on when to expect the release? (or where would I look for such time lines in the future) Thanks! -- You received this message because you are subsc

[Neo4j] Multi Machine Setup not working

2016-05-15 Thread yayati . sule
Hi, I am trying to setup multi Machine cluster for Neo4j 3.0.1(Milestone). I am repeatedly getting the following error from my Log Files. 2016-05-13 06:26:35.251+ INFO Attempting to join cluster of [192.168.0.231:5001, 192.168.1.90:5001, 192.168.1.183:5001] 2016-05-13 06:27:05.754+ ERRO