Skip to content

Commit aa15b17

Browse files
committed
Add link to Typesafe config docs
1 parent cc42c9f commit aa15b17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ the REST API.
282282
DELETE /jobs/<jobId> - Kills the specified job
283283
GET /jobs/<jobId>/config - Gets the job configuration
284284

285+
For details on the Typesafe config format used for input (JSON also works), see the [Typesafe Config docs](https://github.com/typesafehub/config).
286+
285287
### Context configuration
286288

287289
A number of context-specific settings can be controlled when creating a context (POST /contexts) or running an

notes/0.5.2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Spark streaming context support !! (@zeitos)
44
* Change `server_start.sh` to use `spark-submit`. This should fix some edge case bugs.
55
* 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

Comments
 (0)