Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-04-2020 04:05 PM
Hi all,
When executing the Degree Centrality algorithm from the neo4j-graph-algorithms,
CALL algo.degree('alias', 'co_authors', {direction:'BOTH', weightProperty: 'weight', write:true, writeProperty:'GraphProperty_weightedDegreeCentrality_coauthors'})
YIELD nodes, loadMillis, computeMillis, writeMillis;
I run into the following error:
Failed to invoke procedure `algo.degree`: Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 262144 out of bounds for length 262144
Below are some characteristics of the environment:
Graph characteristics:
Thank you in advance for any pointers on how to solve this issue.
Lavanya
03-14-2020 08:21 AM
Please update your installation to the graph data science library 1.0. All ongoing feature work and bug fixes are released in that library.
All the sessions of the conference are now available online