Fixing semantic errors in docs/getting-started.md (#44)

* fixed semantics. Earlier mentioned that 'Pystachio does yet support...'. Changed now to mention 'Pystachio does not yet support...'

* fixed grammatical mistake.

* Ran gofmt on project.
This commit is contained in:
PRADYUMNA KAUSHIK 2017-12-22 08:53:05 -08:00 committed by Renan DelValle
parent c338c03355
commit ff545e8aa6
18 changed files with 17 additions and 30 deletions

View file

@ -15,7 +15,7 @@ until the end of step 4 (Start the local cluster) and skip to configuring Docker
Follow the guide at http://aurora.apache.org/documentation/latest/operations/installation/
### Configuring Scheduler to use Docker-Compose executor
In order use the docker compose executor with Aurora, we must first give the scheduler
In order to use the docker compose executor with Aurora, we must first give the scheduler
a configuration file that contains information on how to run the executor.
#### Configuration file
@ -91,7 +91,7 @@ $ sudo service aurora-scheduler restart
```
### Using a custom client
Pystachio does yet support launching tasks using custom executors. Therefore, a custom
Pystachio does not yet support launching tasks using custom executors. Therefore, a custom
client must be used in order to launch tasks using a custom executor. In this case,
we will be using [gorealis](https://github.com/paypal/gorealis) to launch a task with
the compose executor on Aurora.