Skip to content

Commit cc8493f

Browse files
authored
Merge pull request #3 from 1ambda/fix/remove-startzeppelinsh
fix: Remove start-zeppelin.sh
2 parents b64c680 + d48ecef commit cc8493f

File tree

3 files changed

+2
-73
lines changed

3 files changed

+2
-73
lines changed

docs/install/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker run --rm -it -p 7077:7077 -p 8080:8080 ${DOCKER_USERNAME}/zeppelin-releas
5151

5252
* Run zeppelin inside docker:
5353
```
54-
start-zeppelin.sh start
54+
/usr/local/zeppelin/bin/zeppelin.sh
5555
```
5656

5757
* To Run Zeppelin in daemon mode
@@ -62,7 +62,7 @@ docker run -p 7077:7077 -p 8080:8080 --privileged=true -v $PWD/logs:/logs -v $PW
6262
-e ZEPPELIN_NOTEBOOK_DIR='/notebook' \
6363
-e ZEPPELIN_LOG_DIR='/logs' \
6464
-d ${DOCKER_USERNAME}/zeppelin-release:<release-version> \
65-
bash -c "start-zeppelin.sh restart && while true; do sleep 3; done"
65+
/usr/local/zeppelin/bin/zeppelin.sh
6666
```
6767

6868

scripts/docker/zeppelin-base/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ RUN apk add --update bash curl openjdk7-jre wget ca-certificates python build-ba
3636
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.1.3/dumb-init_1.1.3_amd64
3737
RUN chmod +x /usr/local/bin/dumb-init
3838

39-
ADD start-zeppelin.sh /usr/bin/start-zeppelin.sh
40-
RUN chmod a+x /usr/bin/start-zeppelin.sh
41-
4239
# ports for zeppelin
4340
EXPOSE 8080 7077
4441

scripts/docker/zeppelin-base/start-zeppelin.sh

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)