kbendick edited a comment on issue #2557: URL: https://github.com/apache/iceberg/issues/2557#issuecomment-833273584
For reference, the spark tests only have two spark logs or so for each one. ``` > Task :iceberg-spark3:test [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /private/var/folders/p7/pjs_74qn64x7x4w5201ctck00000gn/T/spark-6badeb97-ea2a-432a-b53b-31616481347a ``` ``` > Task :iceberg-spark3-runtime:integrationTest WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.common.base.internal.Finalizer (file:/Users/kbendickson/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/16.0.1/5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5/guava-16.0.1.jar) to field java.lang.Thread.inheritableThreadLocals WARNING: Please consider reporting this to the maintainers of com.google.common.base.internal.Finalizer WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /private/var/folders/p7/pjs_74qn64x7x4w5201ctck00000gn/T/spark-6bcb11d7-a0d8-4737-9dec-b0e8983a4d99 ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
