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/12/14 08:45:29 UTC

[flink-table-store] branch master updated: [hotfix] Update use of Flink Cluster for OSS and S3

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 054ccecc [hotfix] Update use of Flink Cluster for OSS and S3
054ccecc is described below

commit 054cceccdcf0fc774cc2f58123a08e9c7f94f1d2
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Wed Dec 14 16:45:17 2022 +0800

    [hotfix] Update use of Flink Cluster for OSS and S3
---
 docs/content/docs/filesystems/oss.md | 3 ++-
 docs/content/docs/filesystems/s3.md  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/filesystems/oss.md b/docs/content/docs/filesystems/oss.md
index 38cb7a12..33d2819c 100644
--- a/docs/content/docs/filesystems/oss.md
+++ b/docs/content/docs/filesystems/oss.md
@@ -33,7 +33,8 @@ under the License.
 
 ## Use
 
-- On Flink side, configure `flink-conf.yaml` like
+- On Flink side, [prepare OSS jar](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/filesystems/oss/#shaded-hadoop-oss-file-system),
+  configure `flink-conf.yaml` like
     ```yaml
     fs.oss.endpoint: oss-cn-hangzhou.aliyun.cs.com
     fs.oss.accessKey: xxx
diff --git a/docs/content/docs/filesystems/s3.md b/docs/content/docs/filesystems/s3.md
index d62148cb..d0159d99 100644
--- a/docs/content/docs/filesystems/s3.md
+++ b/docs/content/docs/filesystems/s3.md
@@ -33,7 +33,8 @@ under the License.
 
 ## Use
 
-- On Flink side, configure `flink-conf.yaml` like
+- On Flink side, [prepare S3 jar](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/filesystems/s3/#hadooppresto-s3-file-systems-plugins), 
+  configure `flink-conf.yaml` like
     ```yaml
     s3.endpoint: your-endpoint-hostname
     s3.access-key: xxx