Tony Sun created FLINK-29426:
--------------------------------
Summary: Flink ML 2.1.0 Installation
Key: FLINK-29426
URL: https://issues.apache.org/jira/browse/FLINK-29426
Project: Flink
Issue Type: Bug
Components: Quickstarts
Affects Versions: ml-2.1.0
Environment: Java version: 11.0.16
Flink version: 1.15.2
Reporter: Tony Sun
Trying to go through Flink-ML quickstart but having an issue with building
Flink ML's source code.
Steps to reproduce:
1. sudo wget
https://dlcdn.apache.org/flink/flink-ml-2.1.0/flink-ml-2.1.0-src.tgz
2. sudo tar -xzf flink-ml-2.1.0-src.tgz
3. mvn clean package -DskipTests -Dcheckstyle.skip
{quote}Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on
project flink-ml-parent: Unable to create output stream:
/usr/src/flink-ml-2.1.0/target/checkstyle-result.xml:
/usr/src/flink-ml-2.1.0/target/checkstyle-result.xml (No such file or
directory) -> [Help 1]
{quote}
It doesn't seem like `target` is a folder in `flink-ml-2.1.0`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)