aboutsummaryrefslogtreecommitdiffstats
path: root/cdap3vm/config/services-setup-templates/zookeeper-start.sh
blob: 2f974f167ad863c1d88e2d3d2b619431395923ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# ZooKeeper

ACTION="start"

export ZOOCFGDIR=__ZOOKEEPER_CONF_DIR__
export ZOOCFG=zoo.cfg
source ${ZOOCFGDIR}/zookeeper-env.sh
__HDP_CURRENT_FOLDER__/zookeeper-server/bin/zkServer.sh "$ACTION"