aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

Fail to execute on spark #59

Open barak1413 opened 5 years ago

barak1413 commented 5 years ago

Hi,

I downloaded the whole projected and compiled the spark_node2vec project with mvn, without changing the pmo.xml file.

The build succeeded and target directory was created, but I got MethodNotFound exception when I tried to run the jar file.

Should I change the pmo.xml file to my spark and its scala version?

Thanks.

DozenCoder commented 5 years ago

It seems that there are lots of bugs in the spark project, you can fix them with other issues.

barak1413 commented 5 years ago

Actually I need it for pyspark project, so I will probably write it on python.