From 39fd75bdb79ac63a05dadda0ba32792e49783031 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:10:55 +0000 Subject: Init dcae.apod.cdap Change-Id: I0d1f1ba04f8ba7a2a276e4e382eb07ae9d6a7652 Signed-off-by: lj1412 --- cdap3vm/config/cdap-config-template/cdap-site.xml | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 cdap3vm/config/cdap-config-template/cdap-site.xml (limited to 'cdap3vm/config/cdap-config-template/cdap-site.xml') diff --git a/cdap3vm/config/cdap-config-template/cdap-site.xml b/cdap3vm/config/cdap-config-template/cdap-site.xml new file mode 100644 index 0000000..c0eabda --- /dev/null +++ b/cdap3vm/config/cdap-config-template/cdap-site.xml @@ -0,0 +1,61 @@ + + + + + + + zookeeper.quorum + __HDP_ZOOKEEPER_QUORUM__/${root.namespace} + + ZooKeeper quorum string; specifies the ZooKeeper host:port; + substitute the quorum for the components shown here (FQDN1:2181,FQDN2:2181) + + + + router.server.address + __CDAP_ROUTER_HOST__ + CDAP Router address to which CDAP UI connects + + + explore.enabled + false + Enable Explore functionality + + + enable.unrecoverable.reset + true + Needed for allowing deletion of namespaces + + + app.program.jvm.opts + -XX:MaxPermSize=128M ${twill.jvm.gc.opts} -Dhdp.version=__HDP_VERSION__ -Dspark.yarn.am.extraJavaOptions=-Dhdp.version=__HDP_VERSION__ + Java options for all program containers + + + + kafka.seed.brokers + __CDAP_KAFKA_HOST__:9092 + + Comma-separated list of CDAP Kafka service brokers; for distributed CDAP, + replace with list of FQDN:port brokers + + + + + -- cgit 1.2.3-korg