我正在关注这个来安装 Flink
安装那里提到的所有依赖项后。运行得非常好
git clone https://github.com/apache/flink
mvn clean install -DskipTests
mvn clean install -DskipTests -Dfast
sudo apt-get install build-essential
cd flink
python -m pip install -r flink-python/dev/dev-requirements.txt
我正在执行这个命令
cd flink-python; python setup.py sdist bdist_wheel
我收到上述命令的此错误
Failed to find the file /home/user_name/flink/flink-dist/target/flink-1.12-SNAPSHOT-bin/flink-1.12-SNAPSHOT/opt/flink-python_*.jar.
我也在mvn install
顶级模块上做过。
我在哪里可以得到这个 jar 文件?
(编辑)
我错了,我在构建 MVN 时遇到了问题
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-table-api-java: Compilation failure
这就是我的罐子没有创建的原因。