Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaviostutz/spark-submit-scala
Spark submit extension from bde2020/spark-submit for Scala with SBT
https://github.com/flaviostutz/spark-submit-scala
bigdata sbt scala spark spark-cluster spark-submit
Last synced: about 1 month ago
JSON representation
Spark submit extension from bde2020/spark-submit for Scala with SBT
- Host: GitHub
- URL: https://github.com/flaviostutz/spark-submit-scala
- Owner: flaviostutz
- License: mit
- Created: 2020-04-11T22:13:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T15:51:27.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T16:55:16.356Z (3 months ago)
- Topics: bigdata, sbt, scala, spark, spark-cluster, spark-submit
- Language: Scala
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spark-submit-scala
Spark submit extension from bde2020/spark-submit for Scala with SBT## Usage
* Create jar at default path '/app/app.jar' with main class 'app.Main'
* Run ```docker-compose up --build```
* For a full example, see http://github.com/flaviostutz/spark-scala-hdfs-docker-example