Skip to content

Instantly share code, notes, and snippets.

View seanorama's full-sized avatar

Sean Roberts seanorama

  • Cloudera (formerly Hortonworks, Rackspace)
  • London, UK
  • X @seano
View GitHub Profile
#!/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
#!/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
#!/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
{
"Blueprints": {
"blueprint_name": "hdp-etl-edw",
"stack_name": "HDP",
"stack_version": "2.5"
},
"configurations": [
{
"core-site": {
"fs.trash.interval": "4320"
{
"Blueprints" : {
"blueprint_name" : "Spark",
"stack_name" : "HDP",
"stack_version" : "2.4"
},
"configurations" : {
"core-site": {
"fs.trash.interval" : "4320"
},
{
"Blueprints" : {
"blueprint_name" : "ETL",
"stack_name" : "HDP",
"stack_version" : "2.4"
},
"configurations" : {
"core-site": {
"fs.trash.interval" : "4320"
},
{
"Blueprints" : {
"blueprint_name" : "Spark",
"stack_name" : "HDP",
"stack_version" : "2.4"
},
"configurations" : {
"core-site": {
"fs.trash.interval" : "4320"
},
{
"Blueprints" : {
"blueprint_name" : "ETL",
"stack_name" : "HDP",
"stack_version" : "2.4"
},
"configurations" : {
"core-site": {
"fs.trash.interval" : "4320"
},
{
"AWSTemplateFormatVersion": "2010-09-09",
"Conditions": {
"AmbariUseEBSBool": {
"Fn::Equals": [
{
"Ref": "AmbariUseEBS"
},
"yes"
]
@seanorama
seanorama / -
Last active September 6, 2015 15:55
--- 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>