I very much recommend to use neo4j-enterprise for this kind of setup.
Also it would make more sense to run Neo4j also on a Linux system.

You probably forgot to make Neo4j listen on the public network interface,
you can add 0.0.0.0 as listen address in your neo4j.conf



On Wed, Apr 19, 2017 at 7:30 PM, Dale Chang <dale.chan...@gmail.com> wrote:

> So here is my architecture + use-case:
> A Windows host machine runs a Hadoop cluster on Linux through Windows
> Hyper-V Manager. On the Hadoop cluster, we have Apache Nifi, an ETL tool
> written in Java. Additionally we have Neo4j CE on Windows.
>
> My problem is that I cannot push data from the Linux OS to the Windows
> host machine. As we know, Neo4j is listening on 7687 and netstat is showing
> that no process is listening on TCP while Neo4j is running. 7687 is the
> default port and I am running with all default configurations.
>
> In NiFi I create a BoltSessionPool Controller Service and connect a
> PutCypher processor to it according to this
> <https://github.com/jonathantelfer/nifi-neo4j>. However, sending cypher
> queries to import data into the address on the Windows host machine results
> in the address not being able to be found.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to