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


##########
docs/hive-catalog-with-cloud-storage.md:
##########
@@ -84,8 +84,14 @@ cp ${HADOOP_HOME}/share/hadoop/tools/lib/*aws* 
${HIVE_HOME}/lib
 
 # For Azure Blob Storage(ADLS)
 cp ${HADOOP_HOME}/share/hadoop/tools/lib/*azure* ${HIVE_HOME}/lib
+
+# For Google Cloud Storage(GCS)
+cp gcs-connector-hadoop3-2.2.22-shaded.jar ${HIVE_HOME}/lib
 ```
 
+[`gcs-connector-hadoop3-2.2.22-shaded.jar`](https://github.com/GoogleCloudDataproc/hadoop-connectors/releases/download/v2.2.22/gcs-connector-hadoop2-2.2.22-shaded.jar)
 is the bundle jar that contains Hadoop GCS connector, you need to choose the 
corresponding gcs connector jar for the version of Hadoop you are using.
+
+

Review Comment:
   Remove additional blank line.



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to