mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Make spark executor set ownerreference correctly
This commit is contained in:
parent
1a3a070987
commit
3b652a48e7
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ public class K8sRemoteInterpreterProcess extends RemoteInterpreterProcess {
|
|||
options.append(" --deploy-mode client");
|
||||
options.append(" --conf spark.kubernetes.namespace=" + kubectl.getNamespace());
|
||||
options.append(" --conf spark.executor.instances=1");
|
||||
options.append(" --conf spark.driver.pod.name=" + getPodName());
|
||||
options.append(" --conf spark.kubernetes.driver.pod.name=" + getPodName());
|
||||
options.append(" --conf spark.kubernetes.container.image=" + sparkImage);
|
||||
options.append(" --conf spark.driver.bindAddress=0.0.0.0");
|
||||
options.append(" --conf spark.driver.host=" + getInterpreterPodDnsName());
|
||||
|
|
|
|||
Loading…
Reference in a new issue