matthayes commented on a change in pull request #15: Add Spark functionality to DataFu, datafu-spark
URL: https://github.com/apache/datafu/pull/15#discussion_r286243214
##########
File path: datafu-spark/README.md
##########
@@ -0,0 +1,71 @@
+# datafu-spark
+
+datafu-spark contains a number of spark API's and a "Scala-Python bridge" that makes calling
Scala code from Python, and vice-versa, easier.
+
+It has been tested on Spark releases from with 2.1.0 to 2.4.0, using Scala 2.10 and 2.11.
+
+-----------
Review comment:
It's be nice if the top of the README had some short examples showing what you can do with
the library purely in scala.
Also can we show an example of calling Python code from Scala since this is mentioned as
one of its features?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|