[
https://issues.apache.org/jira/browse/IMPALA-14155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18000781#comment-18000781
]
Quanlong Huang commented on IMPALA-14155:
-----------------------------------------
This is an unresolved issue of awssdk bundle:
[https://github.com/aws/aws-sdk-java-v2/issues/5312]
A workaround is provided to remove slf4j from the bundle jar:
{noformat}
zip --delete ./target/dependency/bundle-*.jar org/slf4j\* {noformat}
Logs from awssdk bundle won't be shown. But I guess we never seen logs from it
before (due to this slf4j issue).
CC [~joemcdonnell] [~arawat]
> Missing Java logs when running on Apache Hive3
> ----------------------------------------------
>
> Key: IMPALA-14155
> URL: https://issues.apache.org/jira/browse/IMPALA-14155
> Project: IMPALA
> Issue Type: Bug
> Reporter: Quanlong Huang
> Assignee: Quanlong Huang
> Priority: Major
>
> When building on Apache Hive 3.1.3 (i.e. USE_APACHE_COMPONENTS=true),
> catalogd and impalad logs are missing almost all the Java logs. The only log
> of the Java codes is
> {code}
> I20250616 00:31:31.442186 626874 GlogAppender.java:140] Logging
> (re)initialized. Impala: VLOG, All other: INFO{code}
> Some tests failed due to this, e.g.
> tests/custom_cluster/test_local_catalog.py::TestLocalCatalogCompactUpdates::test_restart_catalogd
> Note that C++ logs are shown as expected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]