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
#!/usr/bin/env bash | |
set -o xtrace | |
export HOME=${HOME:-/root} | |
export TERM=xterm | |
cd | |
export ambari_pass=${ambari_pass:-BadPass#1} | |
export ambari_repo=http://dev.hortonworks.com.s3.amazonaws.com/ambari/centos6/2.x/updates/2.4.0.0/ambariqe.repo |
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
#!/usr/bin/env bash | |
set -o xtrace | |
export HOME=${HOME:-/root} | |
export TERM=xterm | |
cd | |
export ambari_pass=${ambari_pass:-BadPass#1} | |
export ambari_repo=http://dev.hortonworks.com.s3.amazonaws.com/ambari/centos6/2.x/updates/2.4.0.0/ambariqe.repo |
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
#!/bin/bash | |
: ${TRACE:=1} | |
: ${DEBUG:=1} | |
: ${DEPLOYER_LOCATION:="/var/lib/cloudbreak-deployment"} | |
: ${AWS_BIN_LOCATION:="/opt/aws/bin"} | |
_trap_error () { | |
local err=$1 | |
local line=$2 |
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
{ | |
"Blueprints": { | |
"blueprint_name": "hdp-etl-edw", | |
"stack_name": "HDP", | |
"stack_version": "2.5" | |
}, | |
"configurations": [ | |
{ | |
"core-site": { | |
"fs.trash.interval": "4320" |
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
{ | |
"Blueprints" : { | |
"blueprint_name" : "Spark", | |
"stack_name" : "HDP", | |
"stack_version" : "2.4" | |
}, | |
"configurations" : { | |
"core-site": { | |
"fs.trash.interval" : "4320" | |
}, |
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
{ | |
"Blueprints" : { | |
"blueprint_name" : "ETL", | |
"stack_name" : "HDP", | |
"stack_version" : "2.4" | |
}, | |
"configurations" : { | |
"core-site": { | |
"fs.trash.interval" : "4320" | |
}, |
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
{ | |
"Blueprints" : { | |
"blueprint_name" : "Spark", | |
"stack_name" : "HDP", | |
"stack_version" : "2.4" | |
}, | |
"configurations" : { | |
"core-site": { | |
"fs.trash.interval" : "4320" | |
}, |
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
{ | |
"Blueprints" : { | |
"blueprint_name" : "ETL", | |
"stack_name" : "HDP", | |
"stack_version" : "2.4" | |
}, | |
"configurations" : { | |
"core-site": { | |
"fs.trash.interval" : "4320" | |
}, |
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
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Conditions": { | |
"AmbariUseEBSBool": { | |
"Fn::Equals": [ | |
{ | |
"Ref": "AmbariUseEBS" | |
}, | |
"yes" | |
] |
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
--- a/usr/hdp/current/oozie-server/conf/oozie-site.xml 2015-09-05 21:21:34.775762457 +0000 | |
+++ b/usr/hdp/current/oozie-server/conf/oozie-site.xml 2015-09-06 15:21:54.352873830 +0000 | |
@@ -88,4 +88,157 @@ | |
<value>org.apache.oozie.service.JMSAccessorService,org.apache.oozie.service.PartitionDependencyManagerService,org.apache.oozie.service.HCatAccessorService</value> | |
</property> | |
- </configuration> | |
\ No newline at end of file | |
+ <property> | |
+ <name>oozie.service.ELService.ext.functions.coord-job-submit-instances</name> |