Skip to content

Commit

Permalink
Update configuring-kerberos.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 3, 2018
1 parent b02129b commit be9d092
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Steps for generating the keytab for Fire

Below are the steps for generating the keytab file. **We have chosen sparkflows as the principal name. But you can have it as any user you are running Sparkflows Fire with**.

* Start kadmin.local and add the new principal ``sparkflows@VENICE.HADOOP``::
* **Start kadmin.local and add the new principal ``sparkflows@VENICE.HADOOP``**::

$ kadmin.local
Expand All @@ -48,7 +48,7 @@ Below are the steps for generating the keytab file. **We have chosen sparkflows
WARNING: no policy specified for sparkflows@VENICE.HADOOP; defaulting to no policy
Principal "sparkflows@VENICE.HADOOP" created.

* Create sparkflows key tab file::
* **Create sparkflows key tab file**::

kadmin.local: xst -norandkey -k sparkflows.keytab sparkflows@VENICE.HADOOP

Expand All @@ -69,7 +69,7 @@ Below are the steps for generating the keytab file. **We have chosen sparkflows
Entry for principal sparkflows@VENICE.HADOOP with kvno 1, encryption type des-cbc-md5 added to keytab WRFILE:sparkflows.keytab.


* Exit kadmin.local::
* **Exit kadmin.local**::

kadmin.local: exit
Expand Down

0 comments on commit be9d092

Please sign in to comment.