jerryshao commented on code in PR #8432:
URL: https://github.com/apache/gravitino/pull/8432#discussion_r2324204331


##########
docs/fileset-catalog-with-adls.md:
##########
@@ -328,7 +328,7 @@ schema_name = "your_adls_schema"
 fileset_name = "your_adls_fileset"
 # JDK8
 os.environ["PYSPARK_SUBMIT_ARGS"] = "--jars 
/path/to/gravitino-azure-{gravitino-version}.jar,/path/to/gravitino-filesystem-hadoop3-runtime-{gravitino-version}.jar,/path/to/hadoop-azure-3.2.0.jar,/path/to/azure-storage-7.0.0.jar,/path/to/wildfly-openssl-1.0.4.Final.jar
 --master local[1] pyspark-shell"
-# JDK17
+# JDK17, PySpark 3.1.3 with Hadoop 3.2.0 is not compatible with JDK17, we 
can't run Spark with JDK17 directly, but the following configuration may help 
if you use PySpark 3.3.3 or above

Review Comment:
   I would suggest we use a newer version of Spark for the example, 3.1.3 is 
too old.



-- 
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]

Reply via email to