blob: db1a5926a317d47b72c32f1f5cbf4a1acd161144 [file] [log] [blame]
{
"name": "llap0",
"version": "1.0.0",
"queue": "llap",
"configuration": {
"properties": {
"yarn.service.rolling-log.include-pattern": ".*\\.done",
"yarn.service.container-health-threshold.percent": "80",
"yarn.service.container-health-threshold.window-secs": "300",
"yarn.service.container-health-threshold.init-delay-secs": "400"
}
},
"components": [
{
"name": "llap",
"number_of_containers": 1,
"launch_command": "$LLAP_DAEMON_BIN_HOME/llapDaemon.sh start &> $LLAP_DAEMON_TMP_DIR/shell.out",
"artifact": {
"id": ".yarn/package/LLAP/llap-25Jan2018.tar.gz",
"type": "TARBALL"
},
"resource": {
"cpus": 1,
"memory": "10240"
},
"placement_policy": {
"constraints": [
{
"type": "ANTI_AFFINITY",
"scope": "NODE",
"target_tags": [
"llap"
]
}
]
},
"configuration": {
"env": {
"JAVA_HOME": "/base/tools/jdk1.8.0_112",
"LLAP_DAEMON_HOME": "$PWD/lib/",
"LLAP_DAEMON_TMP_DIR": "$PWD/tmp/",
"LLAP_DAEMON_BIN_HOME": "$PWD/lib/bin/",
"LLAP_DAEMON_CONF_DIR": "$PWD/lib/conf/",
"LLAP_DAEMON_LOG_DIR": "<LOG_DIR>",
"LLAP_DAEMON_LOGGER": "query-routing",
"LLAP_DAEMON_LOG_LEVEL": "INFO",
"LLAP_DAEMON_HEAPSIZE": "7372",
"LLAP_DAEMON_PID_DIR": "$PWD/lib/app/run/",
"LLAP_DAEMON_LD_PATH": "/usr/hadoop/lib/native",
"LLAP_DAEMON_OPTS": " -Dhttp.maxConnections=4 -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:TLABSize=8m -XX:+ResizeTLAB -XX:+UseNUMA -XX:+AggressiveOpts -XX:InitiatingHeapOccupancyPercent=70 -XX:+UnlockExperimentalVMOptions -XX:G1MaxNewSizePercent=40 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=200 -XX:MetaspaceSize=1024m",
"APP_ROOT": "<WORK_DIR>/app/install/",
"APP_TMP_DIR": "<WORK_DIR>/tmp/"
}
}
}
],
"kerberos_principal" : {
"principal_name" : "",
"keytab" : ""
},
"quicklinks": {
"LLAP Daemon JMX Endpoint": "http://llap-0.${SERVICE_NAME}.${USER}.${DOMAIN}:15002/jmx"
}
}