tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Explain how to incorporate spark to a project #146

Closed facundominguez closed 5 years ago

facundominguez commented 5 years ago

We provide building instructions for sparkle, but we leave to the user to discover how to use sparkle and spark in his project.

We could explain that the jdk needs to be on the path, how to set the CLASSPATH when building given an installation of spark, and any other environment details that matter.

facundominguez commented 5 years ago

Added some notes here. f9b927c

Anyone, feel welcome to ask for more.