Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - documentation on how to use this package on dataproc or kubernetes #211

Open
skeller88 opened this issue Dec 12, 2019 · 0 comments

Comments

@skeller88
Copy link

skeller88 commented Dec 12, 2019

For example: H2O.ai has documentation.

Here's what I have tried so far. I copied the requirements from this repo's environment.yml file. The cluster initialization step fails though.

gcloud dataproc clusters create spark-cluster \
--initialization-actions \
gs://dataproc-initialization-actions/python/conda-install.sh,gs://dataproc-initialization-actions/python/pip-install.sh \
--metadata 'CONDA_PACKAGES=six=1.11.0 h5py=2.8.0 pillow=4.1.1 nomkl cloudpickle=0.8.0 tensorflow=1.13.1 keras=2.2.4 paramiko=2.4.2 wrapt=1.10.11' \
--metadata 'PIP_PACKAGES=horovod==0.16.4'
--num-masters=1 \
--num-workers=2 \
--num-preemptible-workers=2 \
--optional-components=ANACONDA \
--properties='spark:spark.jars.packages=databricks:spark-deep-learning:1.5.0-spark2.4-s_2.11' \
--region=us-west1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant