Ohad Raviv created DATAFU-155: --------------------------------- Summary: Ease Scala-Python API expoure Key: DATAFU-155 URL: https://issues.apache.org/jira/browse/DATAFU-155 Project: DataFu Issue Type: Bug Reporter: Ohad Raviv
As one of the key features in datafu-spark is the integration between Scala and Python code, we should add a helper method to more easily expose Scala APIs in python. currently, the wrapper methods need to deal with some non-trivial conversions that py4j doesn't handle well as it is oriented to python-java conversions. so we want to extend it to cope with Scala collections, Option, etc. to save some boilerplate code in both the Scala side and Python side. -- This message was sent by Atlassian Jira (v8.3.4#803005)