mchades commented on code in PR #9147:
URL: https://github.com/apache/gravitino/pull/9147#discussion_r2567017200
##########
docs/fileset-catalog-with-oss.md:
##########
@@ -286,14 +286,12 @@ If your wants to custom your hadoop version or there is
already a hadoop version
<artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
<version>${GRAVITINO_VERSION}</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.gravitino</groupId>
- <artifactId>gravitino-aliyun</artifactId>
- <version>${GRAVITINO_VERSION}</version>
- </dependency>
```
+:::note
+Since version 1.1.0, the `gravitino-aliyun` JAR is no longer required, as it
is now included in the `gravitino-filesystem-hadoop3-runtime` JAR.
Review Comment:
wrong suggestion
##########
docs/fileset-catalog-with-s3.md:
##########
@@ -370,7 +368,7 @@ os.environ["PYSPARK_SUBMIT_ARGS"] = "--jars
/path/to/gravitino-aws-bundle-${grav
```
-
[`gravitino-aws-bundle-${gravitino-version}.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws-bundle)
is the Gravitino AWS jar with Hadoop environment(3.3.1) and `hadoop-aws` jar.
--
[`gravitino-aws-${gravitino-version}.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws)
is a condensed version of the Gravitino AWS bundle jar without Hadoop
environment and `hadoop-aws` jar.
+-
[`gravitino-aws-${gravitino-version}.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws)
is bundled with the
`gravitino-filesystem-hadoop3-runtime-${gravitino-version}.jar` and
`gravitino-aws-bundle-${gravitino-version}.jar` since version 1.1.0.
Review Comment:
we don't use the version parameter in the doc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]