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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to