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: 
&quot;++ id -u&amp;#010;+ myuid=185&amp;#010;++ id -g&amp;#010;+ mygid=0&amp;#01
   0;+ set +e&amp;#010;++ getent passwd 185&amp;#010;+ uidentry=&amp;#010;+ set 
-e&amp;#010;+ '[' -z '' ']'&amp;#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]

Reply via email to