Skip to content

Commit

Permalink
corrected typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjrider committed Dec 6, 2018
1 parent fe0b8aa commit 9b06b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* `start-jupyter.sh`: starts a JupyterLab environment for interacting with, and running, notebooks
* `stop-jupyter.sh`: identifies all process IDs associated with Jupyter and kills them
* `dask-cluster.py`: launches a configured Dask cluster (a set of nodes) for use within a notebook
* `dask-setup.sh`: a low-level script for constructing a set of Dask workers on a single node ... **do not use this script directly**
* `dask-setup.sh`: a low-level script for constructing a set of Dask workers on a single node

## start-jupyter

Expand Down Expand Up @@ -71,7 +71,7 @@ DEBUG

## dask-setup

`dask-setup.sh` expect several inputs, and order matters:
`dask-setup.sh` expects several inputs, and order matters:

* `ENVNAME`: name of the virtual environment where `cudf` is installed
* `NWORKERS`: number of workers to create
Expand All @@ -82,7 +82,7 @@ DEBUG
* `{WORKER/MASTER}`: the node's title
* `DEBUG`: log-level (optional, case-sensitive)

The script is called like follows:
The script is called as follows:

```bash
notebooks$ bash utils/dask-setup.sh 8 8786 8787 8790 12.34.567.890 MASTER DEBUG
Expand Down

0 comments on commit 9b06b31

Please sign in to comment.