Skip to content

Commit f74e3b8

Browse files
committed
Add JavaSparkJob changes
1 parent 737cc87 commit f74e3b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ See [Troubleshooting Tips](doc/troubleshooting.md) as well as [Yarn tips](doc/ya
3434
- Kill running jobs via stop context and delete job
3535
- Separate jar uploading step for faster job startup
3636
- Asynchronous and synchronous job API. Synchronous API is great for low latency jobs!
37+
- Preliminary support for Java (see `JavaSparkJob`)
3738
- Works with Standalone Spark as well as Mesos and yarn-client
3839
- Job and jar info is persisted via a pluggable DAO interface
3940
- Named RDDs to cache and retrieve RDDs by name, improving RDD sharing and reuse among jobs.

notes/0.5.3.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* HTTPS Support! (@koettert @TimMaltGermany / KNIME)
66
* Load jars automatically on startup (@lossyrob / Azavea)
77
* /data routes (The KNIME team)
8+
* `JavaSparkJob`
89
* Fix server-stop.sh so it works with spark-submit (@addisonj @RussellSpitzer @jmelching)
910
* Upgrade to spray-json 1.3.2 (@v-gerasimov)
1011
* Upgrade joda-time to 2.2 (@jwalgran)

0 commit comments

Comments
 (0)