-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42118/
-----------------------------------------------------------
Review request for Ambari and Robert Levas.
Bugs: AMBARI-14601
https://issues.apache.org/jira/browse/AMBARI-14601
Repository: ambari
Description
-------
Currently spark thriftserver cannot do impersonation correctly. We have to
disable this feature.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/services/SPARK/configuration/spark-hive-site-override.xml
8f0bc62
Diff: https://reviews.apache.org/r/42118/diff/
Testing
-------
Manual test is done, and it works as expected.
Without the patch, we hit the file permission issue. Disabling the
impersonation fix the issue as below
at
org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:319)
Thanks,
Zhan Zhang