We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969f3ad commit cc317b6Copy full SHA for cc317b6
docker/scripts/entry.sh
@@ -1,10 +1,6 @@
1
#!/bin/bash
2
-
3
-# Activate the streamz-dev anaconda environment by default
4
-source activate streamz-dev
5
6
-# Start Zookeeper
7
-$KAFKA_HOME/bin/zookeeper-server-start.sh -daemon $KAFKA_HOME/config/zookeeper.properties
+set -euo pipefail
+source ~/.bashrc
8
9
# Configure Kafka
10
sed -i '/#listeners=PLAINTEXT:\/\/:9092/c\listeners=PLAINTEXT:\/\/localhost:9092' $KAFKA_HOME/config/server.properties
0 commit comments