You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notes/0.5.2.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
* Spark streaming context support !! (@zeitos)
4
4
* Change `server_start.sh` to use `spark-submit`. This should fix some edge case bugs.
5
5
* Configurable driver memory (@acidghost)
6
-
* Be able to accept environment vars in job server config files, eg `master = ${?MY_SPARK_HOST}`
6
+
* Be able to accept environment vars in job server config files, eg `master = ${?MY_SPARK_HOST}` (see the [Typesafe Config docs](https://github.com/typesafehub/config#uses-of-substitutions))
0 commit comments