We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d02e2 commit 1de98a0Copy full SHA for 1de98a0
README.md
@@ -592,6 +592,10 @@ or in the job config when using POST /jobs,
592
spark.cores.max = 10
593
}
594
595
+User impersonation for an already Kerberos authenticated user is supported via `spark.proxy.user` query param:
596
+
597
+ POST /contexts/my-new-context?spark.proxy.user=<user-to-impersonate>
598
599
To pass settings directly to the sparkConf that do not use the "spark." prefix "as-is", use the "passthrough" section.
600
601
spark.context-settings {
0 commit comments