Skip to content

Commit

Permalink
fix pks install (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: QPod0 <QPod0@[email protected]>
  • Loading branch information
haobibo and QPod0 authored Oct 11, 2022
1 parent 91e10cd commit 47847da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docker_pyflink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN source /opt/utils/script-setup.sh \
&& ln -sf /opt/conda/bin/python3 /usr/bin/python \
&& echo "Install JDK:" \
&& setup_java_base && export JAVA_HOME="/opt/jdk" \
&& echo "Install pyflink: manually fix pyflink dependencies" \
&& echo "Install pyflink, and do some updates to packages:" \
&& pip install -U apache-flink \
&& install_pip /opt/utils/list_install_pip_pyflink.txt \
&& pip install -U --no-deps apache-flink-libraries apache-flink \
&& echo "Clean up" \
&& list_installed_packages && install__clean
19 changes: 8 additions & 11 deletions docker_pyflink/work/list_install_pip_pyflink.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
% form: https://github.com/apache/flink/blob/master/flink-python/setup.py
% from: https://github.com/apache/flink/blob/master/flink-python/setup.py
pandas
pyarrow
pytz
python-dateutil
requests
httplib2
py4j % ==0.10.9.3
apache-beam % ==2.38.0
cloudpickle % ==2.1.0
avro-python3 % >=1.8.1,!=1.9.2,<1.10.0
fastavro % >=1.1.0,<1.4.8
protobuf % <3.18
pemja % ==0.2.4
%py4j==0.10.9.3
%apache-beam==2.38.0
%cloudpickle==2.1.0
%avro-python3>=1.8.1,!=1.9.2,<1.10.0
%fastavro>=1.1.0,<1.4.8
%protobuf<3.18
%pemja==0.2.4

0 comments on commit 47847da

Please sign in to comment.