-
Notifications
You must be signed in to change notification settings - Fork 167
Added cloud storage services AWS and GCP #1590
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
Changes from all commits
c56b13f
43e5743
09bb4d7
0c9b763
9e3ddd4
645db59
0c5f8ce
b9658df
72bae4d
aa4982e
0b4ac59
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,12 +70,12 @@ export SPARK_WORKER_MEMORY={{ spark.worker.memory }} | |
| export SPARK_WORKER_INSTANCES={{ spark.worker.instances }} | ||
| export SPARK_EXECUTOR_MEMORY={{ spark.executor.memory }} | ||
| export SPARK_PUBLIC_DNS="{{ spark.public_dns }}" | ||
| export reports_storage_key={{sunbird_private_storage_account_name}} | ||
| export reports_storage_secret={{sunbird_private_storage_account_key}} | ||
| export azure_storage_key={{sunbird_private_storage_account_name}} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please don't change the internal variables There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| export azure_storage_secret={{sunbird_private_storage_account_key}} | ||
| export druid_storage_account_key={{sunbird_public_storage_account_name}} | ||
| export druid_storage_account_secret={{sunbird_public_storage_account_key}} | ||
| export aws_storage_key={{ s3_storage_key }} | ||
| export aws_storage_secret={{ s3_storage_secret }} | ||
| export reports_storage_key={{cloud_public_storage_accountname}} | ||
| export reports_storage_secret={{cloud_public_storage_secret}} | ||
| export azure_storage_key={{cloud_private_storage_accountname}} | ||
| export azure_storage_secret={{cloud_private_storage_secret}} | ||
| export druid_storage_account_key={{cloud_public_storage_accountname}} | ||
| export druid_storage_account_secret={{cloud_public_storage_secret}} | ||
| export aws_storage_key={{ cloud_public_storage_accountname }} | ||
| export aws_storage_secret={{ cloud_public_storage_secret }} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sunbird_druid_storage_account_nameis this an internal variable or a common variable?