danhuawang opened a new issue, #6729:
URL: https://github.com/apache/gravitino/issues/6729

   ### What would you like to be improved?
   
   In dev/docker/gravitino/gravitino-dependency.sh,  add command to copy the 
Azure bundles to the Hadoop catalog libs like other clould provide
   
   ```
   # Copy the Aliyun, AWS, and GCP bundles to the Hadoop catalog libs
   cp ${gravitino_home}/bundles/aliyun-bundle/build/libs/*.jar 
"${gravitino_dir}/packages/gravitino/catalogs/hadoop/libs"
   cp ${gravitino_home}/bundles/aws-bundle/build/libs/*.jar 
"${gravitino_dir}/packages/gravitino/catalogs/hadoop/libs"
   cp ${gravitino_home}/bundles/gcp-bundle/build/libs/*.jar 
"${gravitino_dir}/packages/gravitino/catalogs/hadoop/libs"
   
   ```
   
   ### How should we improve?
   
   _No response_


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