PowerGraph
PowerGraph copied to clipboard
PowerGraph: A framework for large-scale machine learning and graph computation.
[Dependences Fixed] Some deps are broken. Updated the URLs. I believe someone else is still using the tools for tests or research, so please keep it update.
I am trying to install Powergraph on an ubuntu 18.04 system. I have tried the following so far. -Changed outdated link in CMakeLists.txt to functioning link for the apache zookeeper....
After ./configure cd /release/toolkits/graph_analytics make While making : [ 71%] Built target libevent [ 71%] Built target zookeeper [ 71%] Built target libbz2 [ 71%] Built target boost [ 71%]...
I use --graph hdfs://hostname/path/to/file to load hdfs data. But it shows the error below n in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.conf.Configuration at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native...
The program written with graphlab apis can't run in machines which have more than 64 cores. The error message is : ERROR: fiber_control.cpp(launch:226): Check failed: affinity.popcount() > 0 [0 >...
How to realize BFS algorithm on powerGraph?
Hi, I'm so sorry I'm submitting this as an issue here. I couldn't a find an issues tab on the repository "graphlab" that forks from this project. Anyhow, I think...
Which directory do we initialise the program, are there any unit tests?