Skip to content

Commit 1de98a0

Browse files
author
Lucian Matei
committed
Update readme file to highlight user impersonation feature
1 parent 75d02e2 commit 1de98a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,10 @@ or in the job config when using POST /jobs,
592592
spark.cores.max = 10
593593
}
594594
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+
595599
To pass settings directly to the sparkConf that do not use the "spark." prefix "as-is", use the "passthrough" section.
596600
597601
spark.context-settings {

0 commit comments

Comments
 (0)