Skip to content

Commit

Permalink
Add comment to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Jan 10, 2021
1 parent e7e63a9 commit 52d00a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/tools/flink-local-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ if [ ! -d "$FLINK_HOME" ]; then
tar xzf flink.tar.gz
mv flink-$FLINK_VERSION $FLINK_HOME
rm flink.tar.gz
# Install python library for flink
# TODO: many dependencies changed: pip install --no-cache-dir apache-flink
else
echo "Flink is already installed"
fi


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

0 comments on commit 52d00a1

Please sign in to comment.