Created
November 16, 2017 21:21
-
-
Save prasincs/0f057e9cd27185c2163d94c267838737 to your computer and use it in GitHub Desktop.
Quark Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[qubole-example] | |
deployment_environment: qubole | |
master: https://api.qubole.com/api/v1.2 | |
# custom remote services are prefixed with <name>- they're only looked at | |
# if the deployment_environment matches the prefix | |
# To be filled by environment variables | |
qubole-auth_token: %(QUBOLE_API_TOKEN)s | |
qubole-cluster_id: 1111 | |
# This needs to be changed at some point | |
qubole-py_files: /tmp/mist.zip | |
qubole-cluster_label: mist-us-east-1-spark | |
qubole-update_dependencies_script: s3://path/to/script/update_files.sh | |
qubole-config_path: /mist/spark-dev/config/config_staging.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment