From e80a60674632af501ead431298a279f726bde627 Mon Sep 17 00:00:00 2001 From: Alex Andino Date: Sat, 12 May 2018 15:57:31 -0700 Subject: [PATCH] Increase service wait timeout --- bin/grid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/grid b/bin/grid index 8c5b7dd0..fd85a676 100755 --- a/bin/grid +++ b/bin/grid @@ -39,7 +39,7 @@ DOWNLOAD_KAFKA=https://archive.apache.org/dist/kafka/0.10.1.1/kafka_2.11-0.10.1. DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.1/hadoop-2.6.1.tar.gz DOWNLOAD_ZOOKEEPER=http://archive.apache.org/dist/zookeeper/zookeeper-3.4.3/zookeeper-3.4.3.tar.gz -SERVICE_WAIT_TIMEOUT_SEC=20 +SERVICE_WAIT_TIMEOUT_SEC=40 ZOOKEEPER_PORT=2181 RESOURCEMANAGER_PORT=8032 NODEMANAGER_PORT=8042