I am trying to run a query to insert record(around 1.15bn rows) s from a dataFrame.
This is my logic, using this approach from an earlier issue here.
def splitDf(df: DataFrame, n:Int): Array[Dataset[Row]] = {
val weights = Array.fill(n)(1.0)
df.r...
There is so much confusion and very little help online (at least in one place). So I went ahead and wrote a post about creating a new DB in the same causal cluster.
Medium – 14 Nov 19
Creating a new Database in a Neo4j Ca...
Option nameDefaultDescriptiondbms.connector.bolt.thread_pool_min_size5The minimum number of threads that will always be up even if they are idle.dbms.connector.bolt.thread_pool_max_size400The maximum number of threads that will be created by the thr...
Huh, It was a long ride. Thanks! Finally I got it working. There is still so much development-pending for scenarios in Causal Cluster.
Wrote a blog with steps. Please verify and recommend changes that I might have missed out.
Medium ...
Thanks David.
I think only think i did wrong was using special characters in the neo4j password - which the form prompted. Avoiding special characters fixed the sign in issue. I was able to connect and insert records.
Later, i tried to create a new d...