Hi, I'm trying to import data from Hive to Neo4J, for that I'm using Impala JDBC. I'm following http://www.intelliwareness.org/2014/03/hadoop-impala-and-neo4j/ this totorial and following codes:
https://github.com/davidfauth/ImpalaNeo4J https://github.com/onefoursix/Cloudera-Impala-JDBC-Example Now, my concern is: 1. For Hive Impala is working fine and I'm getting the data. 2. When I try to insert data to Neo4J, it is not working, I've given the file path as the path of *graph.db *and I'm using *Neo4J Community 2.2.5*, It creates something inside the graph.db folder but after that Neo4J does not starts. 3. For inserting into Neo4J do I need to dump the data into some csv file or I can do it directly. Which of the following flow is correct or is there any other flow? 3.1. Hive -----> Impala JDBC -----> CSV -----> Neo4J BatchInsert -----> Neo4J DB 3.2. Hive -----> Impala JDBC -----> Neo4J BatchInsert -----> Neo4J DB 4. Can we use some other option like Cypher JDBC in Batch Insert, so that we need not to copy the folder again and again to neo4j db If possible, please provide some sample working code which can create the node/relationsip simultaneously by fetching the data from hive. -Sukaant Chaudhary <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> -- 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.
