ruslanfialkovskii commented on PR #4835:
URL: https://github.com/apache/zeppelin/pull/4835#issuecomment-2360482379
@pan3793 Yes, when impersonation is enabled in Apache Zeppelin, it creates
subprocesses to execute the interpreter under the impersonated user’s identity.
Zeppelin Server Process (Parent)
└── interpreter.sh (Interpreter Launch Script)
└── sudo (or ssh) as ZEPPELIN_IMPERSONATE_CMD (Switches User Context)
└── Interpreter Process (e.g., Spark, Flink, etc.)
└── [Optional] Interpreter Subprocesses (e.g., Spark driver,
executors)
Nothing new, this is a fix for what worked before.
It doesn't interfere into process work, it just fixed the command format.
--
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]