You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/06 08:51:44 UTC

[GitHub] [iceberg] openinx commented on pull request #3270: Aliyun: A single bundled dependency that includes dependent JARs

openinx commented on pull request #3270:
URL: https://github.com/apache/iceberg/pull/3270#issuecomment-986562001


   @jackye1995 , We know the aws sdk provides a bundled jar to include all the dependency jars from all kinds of amazon web services, right ?  Currently,  the aliyun sdk don't provide that bundled jar, then if people plan to test the iceberg on oss, then they will need add the dependencies one by one ( Let's take the flink engines as an example):
   
   ```
   ./bin/sql-client.sh -j /path/to/<aliyun-oss-sdk>.jar \
        -j /path/to/<jaxb-api>.jar \
        -j /path/to/< activation>.jar \
       -j /path/to/<jaxb-runtime>jar
      shell
   ```
   
   This exposes too much detail to the user, which makes it's harder for people to get their first quickstart works fine.  So I recommend to bundle all the dependency jars into our apache iceberg released `iceberg-aliyun` jar, then people don't have to add them one by one.
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org