Skip to content
Snippets Groups Projects
Commit 4efec6eb authored by Tor Myklebust's avatar Tor Myklebust
Browse files

Python change for move of PythonMLLibAPI.

parent 58e2a7d6
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,6 @@ def launch_gateway():
# Import the classes used by PySpark
java_import(gateway.jvm, "org.apache.spark.api.java.*")
java_import(gateway.jvm, "org.apache.spark.api.python.*")
java_import(gateway.jvm, "org.apache.spark.mllib.api.*")
java_import(gateway.jvm, "org.apache.spark.mllib.api.python.*")
java_import(gateway.jvm, "scala.Tuple2")
return gateway
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment