[
https://issues.apache.org/jira/browse/AMBARI-25174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826103#comment-16826103
]
Hudson commented on AMBARI-25174:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10489 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/10489/])
AMBARI-25174. Add OneFS Mpack missing Spark2 configuration setting (amagyar:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=b8a7605b2fb2f68fde7fc2c9d0262bb7dda119a9])
* (edit)
contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/kerberos.json
> OneFS Mpack missing configuration settings needed for Spark2
> ------------------------------------------------------------
>
> Key: AMBARI-25174
> URL: https://issues.apache.org/jira/browse/AMBARI-25174
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.3
> Environment: HDP 3.1.1 using OneFS instead of HDFS
> Isilon 8.2.1.0 (simulator)
> isilon-onefs-mpack-1.0.0.0
> Reporter: Bjorn Olsen
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The OneFS management pack does not include the below HDFS
> configurations/parameters. If using the OneFS mpack as a replacement for the
> HDFS service, these parameters no longer exist.
> dfs.datanode.kerberos.principal=hdfs/_HOST@<MY REALM>
> dfs.datanode.keytab.file=/etc/security/keytabs/hdfs.service.keytab
> dfs.namenode.kerberos.principal=hdfs/_HOST@<MY REALM>
> dfs.namenode.keytab.file=/etc/security/keytabs/hdfs.service.keytab
> These are required by Spark2 in a Kerberised environment, and starting the
> Spark2 History Server will otherwise fail with obscure errors such as "Failed
> on local exception: java.io.IOException: Couldn't set up IO streams:
> java.lang.IllegalArgumentException:
> Failed to specify server's Kerberos principal name"
> See my answer on
> [https://stackoverflow.com/questions/35325720/connecting-to-kerberrized-hdfs-java-lang-illegalargumentexception-failed-to-s/54926487]
>
> Workaround was to add them back to Custom hdfs-site, but it should be part of
> the mpack so it gets handled automatically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)