Skip to content

Commit 52d00a1

Browse files
committed
Add comment to installer
1 parent e7e63a9 commit 52d00a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/tools/flink-local-cluster.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ if [ ! -d "$FLINK_HOME" ]; then
2929
tar xzf flink.tar.gz
3030
mv flink-$FLINK_VERSION $FLINK_HOME
3131
rm flink.tar.gz
32+
# Install python library for flink
33+
# TODO: many dependencies changed: pip install --no-cache-dir apache-flink
3234
else
3335
echo "Flink is already installed"
3436
fi
3537

38+
3639
# Run
3740
if [ $INSTALL_ONLY = 0 ] ; then
3841
# TODO: support setting ports: http://www.alternatestack.com/development/apache-flink-change-port-for-web-front-end/

0 commit comments

Comments
 (0)