We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e63a9 commit 52d00a1Copy full SHA for 52d00a1
resources/tools/flink-local-cluster.sh
@@ -29,10 +29,13 @@ if [ ! -d "$FLINK_HOME" ]; then
29
tar xzf flink.tar.gz
30
mv flink-$FLINK_VERSION $FLINK_HOME
31
rm flink.tar.gz
32
+ # Install python library for flink
33
+ # TODO: many dependencies changed: pip install --no-cache-dir apache-flink
34
else
35
echo "Flink is already installed"
36
fi
37
38
+
39
# Run
40
if [ $INSTALL_ONLY = 0 ] ; then
41
# TODO: support setting ports: http://www.alternatestack.com/development/apache-flink-change-port-for-web-front-end/
0 commit comments