[
https://issues.apache.org/jira/browse/METRON-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974606#comment-15974606
]
ASF GitHub Bot commented on METRON-833:
---------------------------------------
Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/520#discussion_r112196108
--- Diff: metron-deployment/vagrant/Kerberos-setup.md ---
@@ -251,6 +251,20 @@ KVNO Timestamp Principal
1 03/28/17 19:29:36 [email protected]
```
+#### Model as a Service on Kerberos
+
+MaaS works with kerberos, you have to remember to kinit with the metron
+user. There is one small issue out of the box, you get an error like so
+when running `$METRON_HOME/bin/maas_service.sh`:
+```
+Requested user metron is not whitelisted and has id 501,which is below the
minimum allowed 1000.
+```
+
+In order to avoid this, you should change the Yarn configuration in
+Ambari under "Advanced" and then "Advanced yarn-env" and adjust the
+"Minimum user ID for submitting job" to 500 from 1000. You should then
+restart Yarn.
+
--- End diff --
yep
> Update MaaS documentation to explain how it interacts with kerberos
> -------------------------------------------------------------------
>
> Key: METRON-833
> URL: https://issues.apache.org/jira/browse/METRON-833
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)