We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da47bde commit 17537f6Copy full SHA for 17537f6
README.md
@@ -519,7 +519,7 @@ Flow diagrams are checked in in the doc/ subdirectory. .diagram files are for w
519
GET /contexts - lists all current contexts
520
POST /contexts/<name> - creates a new context
521
DELETE /contexts/<name> - stops a context and all jobs running in it
522
- PUT /contexts?reload=reboot - kills all contexts and re-loads only the contexts from config
+ PUT /contexts?reset=reboot - kills all contexts and re-loads only the contexts from config
523
524
Spark context configuration params can follow `POST /contexts/<name>` as query params. See section below for more details.
525
0 commit comments