[hotfix] Remove scala target and fix script errors

1. The release profile must be called apache-release to also deploy
source and javadoc jars.
2. Remove the command related to python whl package.
3. Always relies on scala 2.12.
3 files changed
tree: fe7c0e0fbbe0358cdc564982a5ebad35c67e55a0
  1. .github/
  2. flink-ml-core/
  3. flink-ml-iteration/
  4. flink-ml-lib/
  5. flink-ml-python/
  6. flink-ml-tests/
  7. flink-ml-uber/
  8. tools/
  9. .asf.yaml
  10. .gitignore
  11. CODE_OF_CONDUCT.md
  12. LICENSE
  13. NOTICE
  14. pom.xml
  15. README.md
README.md

Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of machine learning pipelines. It provides a set of standard ML APIs for MLlib developers to implement ML algorithms, as well as libraries of ML algorithms that can be used to build ML pipelines for both training and inference jobs.

Flink ML is developed under the umbrella of Apache Flink.

Building the Project

Run the mvn clean package command.

Then You will find a JAR file that contains your application, plus any libraries that you may have added as dependencies to the application: target/<artifact-id>-<version>.jar.

Contributing

You can learn more about how to contribute in the Apache Flink website. For code contributions, please read carefully the Contributing Code section for an overview of ongoing community work.

License

The code in this repository is licensed under the Apache Software License 2.