You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2022/11/30 11:02:05 UTC

[flink-ml] branch master updated: [hotfix] Add Python quickstart link in README

This is an automated email from the ASF dual-hosted git repository.

zhangzp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e4021e  [hotfix] Add Python quickstart link in README
2e4021e is described below

commit 2e4021e1df3c5222db267f4b031315cefc531eda
Author: Dong Lin <li...@gmail.com>
AuthorDate: Wed Nov 30 19:02:00 2022 +0800

    [hotfix] Add Python quickstart link in README
    
    This closes #186.
---
 .github/workflows/python-checks.yml | 2 +-
 README.md                           | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/python-checks.yml b/.github/workflows/python-checks.yml
index 2d8f60f..6a5deda 100644
--- a/.github/workflows/python-checks.yml
+++ b/.github/workflows/python-checks.yml
@@ -39,7 +39,7 @@ jobs:
         with:
           java-version: 1.8
       - name: Build
-        run: mvn clean install -DskipTests
+        run: mvn clean install -DskipTests --no-transfer-progress
       - name: Install python
         uses: actions/setup-python@v2
         with:
diff --git a/README.md b/README.md
index b3f89a4..26f637a 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,11 @@ Flink](https://flink.apache.org/).
 
 ## <a name="start"></a>Getting Started
 
-You can follow this [quick
+You can follow the [Python quick
+start](https://nightlies.apache.org/flink/flink-ml-docs-master/docs/try-flink-ml/python/quick-start/)
+and the [Java quick
 start](https://nightlies.apache.org/flink/flink-ml-docs-master/docs/try-flink-ml/java/quick-start/)
-guideline to get hands-on experience with Flink ML.
+to get hands-on experience with Flink ML Python and Java APIs respectively.
 
 ## <a name="build"></a>Building the Project