Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] No log information is written to the log file for Spark connector test #3962

Closed
yuqi1129 opened this issue Jun 25, 2024 · 0 comments · Fixed by #3964
Closed
Assignees
Labels
0.6.0 Release v0.6.0 bug Something isn't working

Comments

@yuqi1129
Copy link
Contributor

Version

main branch

Describe what's wrong

When we run SparkHiveCatalogIT34 locally, the content of log file is as follows:

2024-06-25 17:48:55 INFO  [Test worker] Persistence:77 - Property hive.metastore.integral.jdo.pushdown unknown - will be ignored
2024-06-25 17:48:55 INFO  [Test worker] Persistence:77 - Property datanucleus.cache.level2 unknown - will be ignored

No other content except the content above.
spark-3.3-integration-test.log

Error message and/or stacktrace

SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/Users/yuqi/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.17.2/183f7c95fc981f3e97d008b363341343508848e/log4j-slf4j-impl-2.17.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Ignoring binding found at [jar:file:/Users/yuqi/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-log4j12/1.7.25/110cefe2df103412849d72ef7a67e4e91e4266b4/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

How to reproduce

Run SparkHiveCatalogIT34 in the main branch

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6.0 Release v0.6.0 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants