aboutsummaryrefslogtreecommitdiffstats
path: root/cdap3vm/config/services-templates/cdap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cdap3vm/config/services-templates/cdap.sh')
-rw-r--r--cdap3vm/config/services-templates/cdap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/cdap3vm/config/services-templates/cdap.sh b/cdap3vm/config/services-templates/cdap.sh
index 24c79df..2a210ff 100644
--- a/cdap3vm/config/services-templates/cdap.sh
+++ b/cdap3vm/config/services-templates/cdap.sh
@@ -26,8 +26,9 @@ case "$ACTION" in
start|stop|status )
/etc/init.d/cdap-auth-server $ACTION
/etc/init.d/cdap-kafka-server $ACTION
- /etc/init.d/cdap-master $ACTION
+ # [173581] start router before master
/etc/init.d/cdap-router $ACTION
+ /etc/init.d/cdap-master $ACTION
/etc/init.d/cdap-ui $ACTION ;;
* )
echo "Usage: $0 <start|stop|status>"