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: [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]