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

jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new f1d837ab6 [MINOR] Fix Spark and Flink download link (#4790)
f1d837ab6 is described below

commit f1d837ab645051ff4657966bfc7398757c884a61
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 09:20:17 2024 -0700

    [MINOR] Fix Spark and Flink download link (#4790)
    
    ### What changes were proposed in this pull request?
    Fix Spark and Flink download link
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    document
    
    Co-authored-by: FANNG <[email protected]>
---
 docs/flink-connector/flink-connector.md |  2 +-
 docs/spark-connector/spark-connector.md | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/flink-connector/flink-connector.md 
b/docs/flink-connector/flink-connector.md
index 948e4554b..6a323776e 100644
--- a/docs/flink-connector/flink-connector.md
+++ b/docs/flink-connector/flink-connector.md
@@ -23,7 +23,7 @@ This capability allows users to perform federation queries, 
accessing data from
 
 ## How to use it
 
-1. [Build](../how-to-build.md) or 
[download](https://mvnrepository.com/artifact/org.apache.gravitino/flink-connector)
 the Gravitino flink connector jar, and place it to the classpath of Flink.
+1. [Build](../how-to-build.md) or 
[download](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-flink-connector)
 the Gravitino flink connector jar, and place it to the classpath of Flink.
 2. Configure the Flink configuration to use the Gravitino flink connector.
 
 | Property                                         | Type   | Default Value    
 | Description                                                          | 
Required | Since Version |
diff --git a/docs/spark-connector/spark-connector.md 
b/docs/spark-connector/spark-connector.md
index 49ec2748c..c0c5b1684 100644
--- a/docs/spark-connector/spark-connector.md
+++ b/docs/spark-connector/spark-connector.md
@@ -27,15 +27,15 @@ Gravitino Spark connector doesn't support Scala 2.13 for 
Spark3.3.
 
 ## How to use it
 
-1. [Build](../how-to-build.md) or 
[download](https://mvnrepository.com/artifact/org.apache.gravitino/spark-connector-runtime)
 the Gravitino spark connector jar, and place it to the classpath of Spark.
+1. [Build](../how-to-build.md) or download 
([gravitino-spark-connector-runtime-3.3](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-spark-connector-runtime-3.3),
 
[gravitino-spark-connector-runtime-3.4](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-spark-connector-runtime-3.4),
 
[gravitino-spark-connector-runtime-3.5](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-spark-connector-runtime-3.5))
 (https://mvnrepository.com/artifact/org. [...]
 2. Configure the Spark session to use the Gravitino spark connector.
 
-| Property                                 | Type   | Default Value | 
Description                                                                     
                    | Required | Since Version |
-|------------------------------------------|--------|---------------|-----------------------------------------------------------------------------------------------------|----------|---------------|
+| Property                                 | Type   | Default Value | 
Description                                                                     
                | Required | Since Version |
+|------------------------------------------|--------|---------------|-------------------------------------------------------------------------------------------------|----------|---------------|
 | spark.plugins                            | string | (none)        | 
Gravitino spark plugin name, 
`org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin` | Yes      | 
0.5.0         |
-| spark.sql.gravitino.metalake             | string | (none)        | The 
metalake name that spark connector used to request to Gravitino.                
                | Yes      | 0.5.0         |
-| spark.sql.gravitino.uri                  | string | (none)        | The uri 
of Gravitino server address.                                                    
            | Yes      | 0.5.0         |
-| spark.sql.gravitino.enableIcebergSupport | string | `false`       | Set to 
`true` to use Iceberg catalog.                                                  
             | No       | 0.5.1         |
+| spark.sql.gravitino.metalake             | string | (none)        | The 
metalake name that spark connector used to request to Gravitino.                
            | Yes      | 0.5.0         |
+| spark.sql.gravitino.uri                  | string | (none)        | The uri 
of Gravitino server address.                                                    
        | Yes      | 0.5.0         |
+| spark.sql.gravitino.enableIcebergSupport | string | `false`       | Set to 
`true` to use Iceberg catalog.                                                  
         | No       | 0.5.1         |
 
 ```shell
 ./bin/spark-sql -v \

Reply via email to