You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/01/07 13:04:00 UTC

[flink-web] branch asf-site updated (cfb62f3 -> 2aa3487)

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

gaoyunhaii pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from cfb62f3  Rebuild website
     new cb83bf3  Make minor change to "Add blog post "Apache Flink ML 2.0.0 Release Announcement"
     new 2aa3487  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _posts/2022-01-07-release-ml-2.0.0.md         | 3 +--
 content/blog/feed.xml                         | 3 +--
 content/news/2022/01/07/release-ml-2.0.0.html | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

[flink-web] 01/02: Make minor change to "Add blog post "Apache Flink ML 2.0.0 Release Announcement"

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit cb83bf313793f532731533f82c2599d6af39d518
Author: Dong Lin <li...@gmail.com>
AuthorDate: Fri Jan 7 20:44:08 2022 +0800

    Make minor change to "Add blog post "Apache Flink ML 2.0.0 Release Announcement"
    
    This closes #496.
---
 _posts/2022-01-07-release-ml-2.0.0.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_posts/2022-01-07-release-ml-2.0.0.md b/_posts/2022-01-07-release-ml-2.0.0.md
index 8146f5e..4cbea98 100644
--- a/_posts/2022-01-07-release-ml-2.0.0.md
+++ b/_posts/2022-01-07-release-ml-2.0.0.md
@@ -88,8 +88,7 @@ With
 parameters can be defined as static variables of an interface, and any
 algorithm that implements the interface could inherit these variable
 definitions without additional work. Commonly used parameter validators are
-provided as part of the infrastructure. And fields such as isOptional are
-removed from the parameter definition for simplicity.
+provided as part of the infrastructure.
 
 ### Tools for composing DAG of stages into a new stage
 

[flink-web] 02/02: Rebuild website

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 2aa3487c95dffdf32663d23a7ccdda3011eaa940
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Fri Jan 7 21:03:17 2022 +0800

    Rebuild website
---
 content/blog/feed.xml                         | 3 +--
 content/news/2022/01/07/release-ml-2.0.0.html | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index 062f655..dcff7d8 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -108,8 +108,7 @@ getting and setting parameters for algorithms.&lt;/p&gt;
 parameters can be defined as static variables of an interface, and any
 algorithm that implements the interface could inherit these variable
 definitions without additional work. Commonly used parameter validators are
-provided as part of the infrastructure. And fields such as isOptional are
-removed from the parameter definition for simplicity.&lt;/p&gt;
+provided as part of the infrastructure.&lt;/p&gt;
 
 &lt;h3 id=&quot;tools-for-composing-dag-of-stages-into-a-new-stage&quot;&gt;Tools for composing DAG of stages into a new stage&lt;/h3&gt;
 
diff --git a/content/news/2022/01/07/release-ml-2.0.0.html b/content/news/2022/01/07/release-ml-2.0.0.html
index 33e9d0e..3a08209 100644
--- a/content/news/2022/01/07/release-ml-2.0.0.html
+++ b/content/news/2022/01/07/release-ml-2.0.0.html
@@ -302,8 +302,7 @@ getting and setting parameters for algorithms.</p>
 parameters can be defined as static variables of an interface, and any
 algorithm that implements the interface could inherit these variable
 definitions without additional work. Commonly used parameter validators are
-provided as part of the infrastructure. And fields such as isOptional are
-removed from the parameter definition for simplicity.</p>
+provided as part of the infrastructure.</p>
 
 <h3 id="tools-for-composing-dag-of-stages-into-a-new-stage">Tools for composing DAG of stages into a new stage</h3>