You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/08/11 04:38:35 UTC

[flink-table-store] branch master updated: [FLINK-28754] Document that Java 8 is required to build table store

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d29f41a2 [FLINK-28754] Document that Java 8 is required to build table store
d29f41a2 is described below

commit d29f41a2e4cabe37083ee0faf0bbd776db7fd9d8
Author: Nicholas Jiang <pr...@163.com>
AuthorDate: Thu Aug 11 12:38:31 2022 +0800

    [FLINK-28754] Document that Java 8 is required to build table store
    
    This closes #264
---
 docs/content/docs/engines/build.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/engines/build.md b/docs/content/docs/engines/build.md
index 3625a637..8c6c1499 100644
--- a/docs/content/docs/engines/build.md
+++ b/docs/content/docs/engines/build.md
@@ -24,9 +24,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Build From Source
+# Build from Source
 
-Clone from git, enter:
+In order to build the Flink Table Store you need the source code. Either [download the source of a release]({{< downloads >}}) or [clone the git repository]({{< github_repo >}}).
+
+In addition, you need **Maven 3** and a **JDK** (Java Development Kit). Flink Table Store requires **Java 8** to build.
+
+To clone from git, enter:
 
 ```bash
 git clone {{< github_repo >}}