yuqi1129 commented on code in PR #8392:
URL: https://github.com/apache/gravitino/pull/8392#discussion_r2315797089
##########
docs/fileset-catalog-with-adls.md:
##########
@@ -359,9 +361,24 @@ If your Spark **without Hadoop environment**, you can use
the following code sni
os.environ["PYSPARK_SUBMIT_ARGS"] = "--jars
/path/to/gravitino-azure-bundle-{gravitino-version}.jar,/path/to/gravitino-filesystem-hadoop3-runtime-{gravitino-version}.jar
--master local[1] pyspark-shell"
```
+If Spark can't start with the above configuration (no Hadoop environment
available and use bundle jar), you can try to set the jars to the classpath
directly:
+
+
Review Comment:
done
--
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]