spark-knn-graphs
spark-knn-graphs copied to clipboard
Python
Hello, How do you use it in Python ?
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...