mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove a step that referenced a private config file
This commit is contained in:
parent
ab69beb72e
commit
351a7dea17
1 changed files with 9 additions and 7 deletions
|
@ -77,13 +77,15 @@ module Fog
|
||||||
'Args' => ['s3://us-east-1.elasticmapreduce/libs/hive/hive-script', '--base-path', 's3://us-east-1.elasticmapreduce/libs/hive/', '--install-hive']},
|
'Args' => ['s3://us-east-1.elasticmapreduce/libs/hive/hive-script', '--base-path', 's3://us-east-1.elasticmapreduce/libs/hive/', '--install-hive']},
|
||||||
'ActionOnFailure' => 'TERMINATE_JOB_FLOW'
|
'ActionOnFailure' => 'TERMINATE_JOB_FLOW'
|
||||||
}
|
}
|
||||||
steps << {
|
|
||||||
'Name' => 'Install Hive Site Configuration',
|
# To add a configuration step to the Hive flow, see the step below
|
||||||
'HadoopJarStep' => {
|
# steps << {
|
||||||
'Jar' => 's3://us-east-1.elasticmapreduce/libs/script-runner/script-runner.jar',
|
# 'Name' => 'Install Hive Site Configuration',
|
||||||
'Args' => ['s3://us-east-1.elasticmapreduce/libs/hive/hive-script', '--base-path', 's3://us-east-1.elasticmapreduce/libs/hive/', '--install-hive-site', '--hive-site=s3://raybeam.okl/prod/hive/hive-site.xml']},
|
# 'HadoopJarStep' => {
|
||||||
'ActionOnFailure' => 'TERMINATE_JOB_FLOW'
|
# 'Jar' => 's3://us-east-1.elasticmapreduce/libs/script-runner/script-runner.jar',
|
||||||
}
|
# 'Args' => ['s3://us-east-1.elasticmapreduce/libs/hive/hive-script', '--base-path', 's3://us-east-1.elasticmapreduce/libs/hive/', '--install-hive-site', '--hive-site=s3://my.bucket/hive/hive-site.xml']},
|
||||||
|
# 'ActionOnFailure' => 'TERMINATE_JOB_FLOW'
|
||||||
|
# }
|
||||||
options['Steps'] = steps
|
options['Steps'] = steps
|
||||||
|
|
||||||
if not options['Instances'].nil?
|
if not options['Instances'].nil?
|
||||||
|
|
Loading…
Reference in a new issue