carc-prathyush-shankar commented on issue #2978: URL: https://github.com/apache/polaris/issues/2978#issuecomment-3513507891
> Thanks [@carc-prathyush-shankar](https://github.com/carc-prathyush-shankar) for reporting this. We will need to add a runtime dependency for the module `federation-hive`. As a quick fix, can you download the following two jars and put them in the classpath? > > ``` > wget https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.4.2/hadoop-aws-3.4.2.jar > wget https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.698/aws-java-sdk-bundle-1.12.698.jar > ``` Unfortunately I tested adding the jars manually but they don't get picked up at runtime due to how Quarkus builds the `fast-jar` classpath. When I add hadoop-aws as a declared dependency, the build runs out of heap space even with -Xmx32g due to the large dependency tree. -- 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]
