bowenliang123 commented on code in PR #5427: URL: https://github.com/apache/kyuubi/pull/5427#discussion_r1363014755
########## docs/security/authorization/spark/install.md: ########## @@ -31,7 +31,7 @@ ## Install -With the `kyuubi-spark-authz_*.jar` and its transitive dependencies available for spark runtime classpath, such as +With the `kyuubi-spark-authz_*.jar` and its transitive dependencies available or use only `kyuubi-spark-authz-bundle_*.jar` for spark runtime classpath, such as Review Comment: ```suggestion Use either the bundle jar `kyuubi-spark-authz-bundle_*.jar` or the `kyuubi-spark-authz_*.jar` with its transitive dependencies available for spark runtime classpath, such as ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
