spark-knn-graphs icon indicating copy to clipboard operation
spark-knn-graphs copied to clipboard

Python

Open christopher5106 opened this issue 9 years ago • 1 comments

Hello, How do you use it in Python ?

christopher5106 avatar Nov 20 '15 18:11 christopher5106

Hello,

There is a bug in pyspark, that make it impossible to directly use Java classes of a spark package from a Python application: https://issues.apache.org/jira/browse/SPARK-6047

The solution would be to include Python binding in the package. I plan to do that one of these days, but might require a little time...

So for now it is not possible to use the package in Python...

tdebatty avatar Nov 30 '15 15:11 tdebatty