Cloudtools
1.1.11
fixed Jupyter notebooks by rolling back google-cloud version
1.1.6
Fixed Jupyter issue in init_notebook.py
1.1.5
Reverted change to jar distribution mechanism
1.1.3
* Move away from Anaconda Python to default system Python in `init_notebook.py` script.
* Add `--pkgs` flag to cluster start script to allow users to specify Python packages to install on cluster start-up.
1.1
Overhaul of command-line argument parsing, increment to v1.1.
1.0
All functionality in cloudtools is accessed through the `cluster` module.
There are 5 commands within the `cluster` module:
- `cluster name start [optional-args]`
- `cluster name submit [optional-args]`
- `cluster name connect [optional-args]`
- `cluster name diagnose [optional-args]`
- `cluster name stop`
where `name` is the required, user-supplied name of the Dataproc cluster.