File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ See [Troubleshooting Tips](doc/troubleshooting.md) as well as [Yarn tips](doc/ya
34
34
- Kill running jobs via stop context and delete job
35
35
- Separate jar uploading step for faster job startup
36
36
- Asynchronous and synchronous job API. Synchronous API is great for low latency jobs!
37
+ - Preliminary support for Java (see ` JavaSparkJob ` )
37
38
- Works with Standalone Spark as well as Mesos and yarn-client
38
39
- Job and jar info is persisted via a pluggable DAO interface
39
40
- Named RDDs to cache and retrieve RDDs by name, improving RDD sharing and reuse among jobs.
Original file line number Diff line number Diff line change 5
5
* HTTPS Support! (@koettert @TimMaltGermany / KNIME)
6
6
* Load jars automatically on startup (@lossyrob / Azavea)
7
7
* /data routes (The KNIME team)
8
+ * ` JavaSparkJob `
8
9
* Fix server-stop.sh so it works with spark-submit (@addisonj @RussellSpitzer @jmelching )
9
10
* Upgrade to spray-json 1.3.2 (@v-gerasimov )
10
11
* Upgrade joda-time to 2.2 (@jwalgran )
You can’t perform that action at this time.
0 commit comments