POST /api/v1/clusters/hdp/requests
{
"RequestInfo": {
"context": "Rebalance HDFS",
"command": "REBALANCEHDFS",
"namenode": "{\"threshold\":\"10\"}"
},
"Requests/resource_filters": [POST /api/v1/clusters/hdp/requests
{
"RequestInfo": {
"context": "Rebalance HDFS",
"command": "REBALANCEHDFS",
"namenode": "{\"threshold\":\"10\"}"
},
"Requests/resource_filters": [| --- 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> |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Conditions": { | |
| "AmbariUseEBSBool": { | |
| "Fn::Equals": [ | |
| { | |
| "Ref": "AmbariUseEBS" | |
| }, | |
| "yes" | |
| ] |
| { | |
| "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" | |
| }, |
| { | |
| "Blueprints" : { | |
| "blueprint_name" : "Spark", | |
| "stack_name" : "HDP", | |
| "stack_version" : "2.4" | |
| }, | |
| "configurations" : { | |
| "core-site": { | |
| "fs.trash.interval" : "4320" | |
| }, |
| { | |
| "Blueprints": { | |
| "blueprint_name": "hdp-etl-edw", | |
| "stack_name": "HDP", | |
| "stack_version": "2.5" | |
| }, | |
| "configurations": [ | |
| { | |
| "core-site": { | |
| "fs.trash.interval": "4320" |
| #!/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 |
| #!/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 |