attilapiros commented on pull request #34959:
URL: https://github.com/apache/spark/pull/34959#issuecomment-998201787
I think there is a related error in the kubernetes integration tests:
```
<testcase
name="Verify logging configuration is picked from the provided
SPARK_CONF_DIR/log4j.properties"
classname="org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite"
time="204.286">
<failure
message="The code passed to eventually never returned normally.
Attempted 180 times over 3.000611025833334 minutes. Last failure message:
"++ id -u&#010;+ myuid=185&#010;++ id -g&#010;+ mygid=0&#01
0;+ set +e&#010;++ getent passwd 185&#010;+ uidentry=&#010;+ set
-e&#010;+ '[' -z '' ']'&#010;+ ...
```
It is around here:
https://github.com/apache/spark/blob/14a9d844e56afddeadf4d40fdf8f43c9fa3288fc/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/SparkConfPropagateSuite.scala#L30-L45
Switching on DEBUG for log4j initialization does not trigger the logging of
the expected output.
--
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]