[ 
https://issues.apache.org/jira/browse/METRON-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957032#comment-15957032
 ] 

ASF GitHub Bot commented on METRON-821:
---------------------------------------

Github user mmiklavc commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/510#discussion_r109947841
  
    --- Diff: metron-deployment/vagrant/Kerberos-setup.md ---
    @@ -135,71 +135,77 @@ echo "grant 'metron', 'RW', 'enrichment'" | hbase 
shell
     
     16. Create a “.storm” directory in the metron user’s home directory and 
switch to that directory.
       ```
    -su metron && cd ~/
    -mkdir .storm
    -cd .storm
    +su metron
    +mkdir ~/.storm
    +cd ~/.storm
       ```
     
     17. Create a custom client jaas file. This should look identical to the 
Storm client jaas file located in /etc/storm/conf/client_jaas.conf except for 
the addition of a Client stanza. The Client stanza is used for Zookeeper. All 
quotes and semicolons are necessary.
       ```
    -[metron@node1 .storm]$ cat client_jaas.conf
    +cat << EOF > client_jaas.conf
     StormClient {
    -   com.sun.security.auth.module.Krb5LoginModule required
    -   useTicketCache=true
    -   renewTicket=true
    -   serviceName="nimbus";
    + com.sun.security.auth.module.Krb5LoginModule required
    --- End diff --
    
    Can we keep the indentation?


> Minor fixes in full dev kerberos setup instructions
> ---------------------------------------------------
>
>                 Key: METRON-821
>                 URL: https://issues.apache.org/jira/browse/METRON-821
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Jon Zeolla
>            Assignee: Jon Zeolla
>
> There is at least one error in metron-deployment/vagrant/Kerberos-setup.md 
> and some other very minor changes for clarity/accuracy.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to