2014-07-05 13:13 GMT+02:00 Joel Nothman <[email protected]>: > Jython is definitely not an option. I have found Py4J relatively usable when > needing to call Java from Python; I gather it can do the opposite too. > There's still some network overhead and memory copying.
Py4J is used internally by PySpark to spawn Python workers by Scala / JVM nodes in a Spark cluster: https://cwiki.apache.org/confluence/display/SPARK/PySpark+Internals There is also Jepp: http://jepp.sourceforge.net/usage.html Discovered in the comments or this SO question: http://stackoverflow.com/a/12743013/163740 -- Olivier ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
