You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2014/03/26 23:40:24 UTC

svn commit: r1582102 - in /knox: site/ site/books/knox-incubating-0-4-0/ trunk/books/0.4.0/

Author: lmccay
Date: Wed Mar 26 22:40:23 2014
New Revision: 1582102

URL: http://svn.apache.org/r1582102
Log:
KNOX-338 contribution from Vinay Shukla

Modified:
    knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html
    knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html
    knox/site/index.html
    knox/site/issue-tracking.html
    knox/site/license.html
    knox/site/mail-lists.html
    knox/site/project-info.html
    knox/site/team-list.html
    knox/trunk/books/0.4.0/config_kerberos.md
    knox/trunk/books/0.4.0/quick_start.md

Modified: knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html (original)
+++ knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html Wed Mar 26 22:40:23 2014
@@ -103,27 +103,15 @@ bin/ldap.sh start
 </code></pre><h3><a id="7+-+Start+Knox"></a>7 - Start Knox</h3><p>The gateway can be started in one of two ways, as java -jar or with a shell script.</p><h6><a id="Starting+via+script"></a>Starting via script</h6><p>Run the knoxcli create-master command in order to persist the master secret that is used to protect the key and credential stores for the gateway instance.</p><h6><a id="linux"></a>linux</h6>
 <pre><code>cd {GATEWAY_HOME}
 bin/knoxcli.sh create-master
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\knoxcli.cmd create-master
-</code></pre><p>The cli will prompt you for the master secret (i.e. password).</p><p>The server will discover the persisted master secret during start up and complete the setup process for demo installs. A demo install will consist of a knox gateway instance with an identity certificate for localhost. This will require clients to be on the same machine or to turn off hostname verification. For more involved deployments, See the Knox CLI section of this document for additional commands - incuding the ability to create a self-signed certificate for a specific hostname.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>The cli will prompt you for the master secret (i.e. password).</p><p>The server will discover the persisted master secret during start up and complete the setup process for demo installs. A demo install will consist of a knox gateway instance with an identity certificate for localhost. This will require clients to be on the same machine or to turn off hostname verification. For more involved deployments, See the Knox CLI section of this document for additional commands - incuding the ability to create a self-signed certificate for a specific hostname.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh start
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd start
-</code></pre><p>When starting the gateway this way the process will be run in the backgroud. The log output is written into the directory /var/log/knox. In addition a PID (process ID) is written into /var/run/knox.</p><p>In order to stop a gateway that was started with the script use this command.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>When starting the gateway this way the process will be run in the backgroud. The log output is written into the directory /var/log/knox. In addition a PID (process ID) is written into /var/run/knox.</p><p>In order to stop a gateway that was started with the script use this command.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh stop
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd start
-</code></pre><p>If for some reason the gateway is stopped other than by using the command above you may need to clear the tracking PID.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>If for some reason the gateway is stopped other than by using the command above you may need to clear the tracking PID.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh clean
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd clean
 </code></pre><p><strong>NOTE: This command will also clear any log output in /var/log/knox so use this with caution.</strong></p><h3><a id="8+-+Do+Hadoop+with+Knox"></a>8 - Do Hadoop with Knox</h3><h4><a id="Put+a+file+in+HDFS+via+Knox."></a>Put a file in HDFS via Knox.</h4><h4><a id="CAT+a+file+in+HDFS+via+Knox."></a>CAT a file in HDFS via Knox.</h4><h4><a id="Invoke+the+LISTSATUS+operation+on+WebHDFS+via+the+gateway."></a>Invoke the LISTSATUS operation on WebHDFS via the gateway.</h4><p>This will return a directory listing of the root (i.e. /) directory of HDFS.</p>
 <pre><code>curl -i -k -u guest:guest-password -X GET \
     &#39;https://localhost:8443/gateway/sandbox/webhdfs/v1/?op=LISTSTATUS&#39;
@@ -1013,11 +1001,11 @@ ktadd -k /etc/security/keytabs/knox.serv
 exit
 </code></pre><h4><a id="Grant+Proxy+privileges+for+Knox+user+in+`core-site.xml`+on+Hadoop+master+nodes"></a>Grant Proxy privileges for Knox user in <code>core-site.xml</code> on Hadoop master nodes</h4><p>Update <code>core-site.xml</code> and add the following lines towards the end of the file.</p><p>Replace FQDN_OF_KNOX_HOST with the fully qualified domain name of the host running the gateway. You can usually find this by running <code>hostname -f</code> on that host.</p><p>You could use * for local developer testing if Knox host does not have static IP.</p>
 <pre><code>&lt;property&gt;
-    &lt;name&gt;hadoop.proxyuser.knox.groups&lt;/name&gt;
+    &lt;name&gt;webhcat.proxyuser.knox.groups&lt;/name&gt;
     &lt;value&gt;users&lt;/value&gt;
 &lt;/property&gt;
 &lt;property&gt;
-    &lt;name&gt;hadoop.proxyuser.knox.hosts&lt;/name&gt;
+    &lt;name&gt;webhcat.proxyuser.knox.hosts&lt;/name&gt;
     &lt;value&gt;FQDN_OF_KNOX_HOST&lt;/value&gt;
 &lt;/property&gt;
 </code></pre><h4><a id="Grant+proxy+privilege+for+Knox+in+`webhcat-stie.xml`+on+Hadoop+master+nodes"></a>Grant proxy privilege for Knox in <code>webhcat-stie.xml</code> on Hadoop master nodes</h4><p>Update <code>webhcat-site.xml</code> and add the following lines towards the end of the file.</p><p>Replace FQDN_OF_KNOX_HOST with right value in your cluster. You could use * for local developer testing if Knox host does not have static IP.</p>

Modified: knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html (original)
+++ knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html Wed Mar 26 22:40:23 2014
@@ -103,27 +103,15 @@ bin/ldap.sh start
 </code></pre><h3><a id="7+-+Start+Knox"></a>7 - Start Knox</h3><p>The gateway can be started in one of two ways, as java -jar or with a shell script.</p><h6><a id="Starting+via+script"></a>Starting via script</h6><p>Run the knoxcli create-master command in order to persist the master secret that is used to protect the key and credential stores for the gateway instance.</p><h6><a id="linux"></a>linux</h6>
 <pre><code>cd {GATEWAY_HOME}
 bin/knoxcli.sh create-master
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\knoxcli.cmd create-master
-</code></pre><p>The cli will prompt you for the master secret (i.e. password).</p><p>The server will discover the persisted master secret during start up and complete the setup process for demo installs. A demo install will consist of a knox gateway instance with an identity certificate for localhost. This will require clients to be on the same machine or to turn off hostname verification. For more involved deployments, See the Knox CLI section of this document for additional commands - incuding the ability to create a self-signed certificate for a specific hostname.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>The cli will prompt you for the master secret (i.e. password).</p><p>The server will discover the persisted master secret during start up and complete the setup process for demo installs. A demo install will consist of a knox gateway instance with an identity certificate for localhost. This will require clients to be on the same machine or to turn off hostname verification. For more involved deployments, See the Knox CLI section of this document for additional commands - incuding the ability to create a self-signed certificate for a specific hostname.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh start
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd start
-</code></pre><p>When starting the gateway this way the process will be run in the backgroud. The log output is written into the directory /var/log/knox. In addition a PID (process ID) is written into /var/run/knox.</p><p>In order to stop a gateway that was started with the script use this command.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>When starting the gateway this way the process will be run in the backgroud. The log output is written into the directory /var/log/knox. In addition a PID (process ID) is written into /var/run/knox.</p><p>In order to stop a gateway that was started with the script use this command.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh stop
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd start
-</code></pre><p>If for some reason the gateway is stopped other than by using the command above you may need to clear the tracking PID.</p><h5><a id="linux"></a>linux</h5>
+</code></pre><p>If for some reason the gateway is stopped other than by using the command above you may need to clear the tracking PID.</p>
 <pre><code>cd {GATEWAY_HOME}
 bin/gateway.sh clean
-</code></pre><h5><a id="windows"></a>windows</h5>
-<pre><code>cd {GATEWAY_HOME}
-bin\gateway.cmd clean
 </code></pre><p><strong>NOTE: This command will also clear any log output in /var/log/knox so use this with caution.</strong></p><h3><a id="8+-+Do+Hadoop+with+Knox"></a>8 - Do Hadoop with Knox</h3><h4><a id="Put+a+file+in+HDFS+via+Knox."></a>Put a file in HDFS via Knox.</h4><h4><a id="CAT+a+file+in+HDFS+via+Knox."></a>CAT a file in HDFS via Knox.</h4><h4><a id="Invoke+the+LISTSATUS+operation+on+WebHDFS+via+the+gateway."></a>Invoke the LISTSATUS operation on WebHDFS via the gateway.</h4><p>This will return a directory listing of the root (i.e. /) directory of HDFS.</p>
 <pre><code>curl -i -k -u guest:guest-password -X GET \
     &#39;https://localhost:8443/gateway/sandbox/webhdfs/v1/?op=LISTSTATUS&#39;
@@ -1013,11 +1001,11 @@ ktadd -k /etc/security/keytabs/knox.serv
 exit
 </code></pre><h4><a id="Grant+Proxy+privileges+for+Knox+user+in+`core-site.xml`+on+Hadoop+master+nodes"></a>Grant Proxy privileges for Knox user in <code>core-site.xml</code> on Hadoop master nodes</h4><p>Update <code>core-site.xml</code> and add the following lines towards the end of the file.</p><p>Replace FQDN_OF_KNOX_HOST with the fully qualified domain name of the host running the gateway. You can usually find this by running <code>hostname -f</code> on that host.</p><p>You could use * for local developer testing if Knox host does not have static IP.</p>
 <pre><code>&lt;property&gt;
-    &lt;name&gt;hadoop.proxyuser.knox.groups&lt;/name&gt;
+    &lt;name&gt;webhcat.proxyuser.knox.groups&lt;/name&gt;
     &lt;value&gt;users&lt;/value&gt;
 &lt;/property&gt;
 &lt;property&gt;
-    &lt;name&gt;hadoop.proxyuser.knox.hosts&lt;/name&gt;
+    &lt;name&gt;webhcat.proxyuser.knox.hosts&lt;/name&gt;
     &lt;value&gt;FQDN_OF_KNOX_HOST&lt;/value&gt;
 &lt;/property&gt;
 </code></pre><h4><a id="Grant+proxy+privilege+for+Knox+in+`webhcat-stie.xml`+on+Hadoop+master+nodes"></a>Grant proxy privilege for Knox in <code>webhcat-stie.xml</code> on Hadoop master nodes</h4><p>Update <code>webhcat-site.xml</code> and add the following lines towards the end of the file.</p><p>Replace FQDN_OF_KNOX_HOST with right value in your cluster. You could use * for local developer testing if Knox host does not have static IP.</p>

Modified: knox/site/index.html
URL: http://svn.apache.org/viewvc/knox/site/index.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/index.html (original)
+++ knox/site/index.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/knox/site/issue-tracking.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/issue-tracking.html (original)
+++ knox/site/issue-tracking.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/site/license.html
URL: http://svn.apache.org/viewvc/knox/site/license.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/license.html (original)
+++ knox/site/license.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/site/mail-lists.html
URL: http://svn.apache.org/viewvc/knox/site/mail-lists.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/mail-lists.html (original)
+++ knox/site/mail-lists.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/site/project-info.html
URL: http://svn.apache.org/viewvc/knox/site/project-info.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/project-info.html (original)
+++ knox/site/project-info.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/site/team-list.html
URL: http://svn.apache.org/viewvc/knox/site/team-list.html?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/site/team-list.html (original)
+++ knox/site/team-list.html Wed Mar 26 22:40:23 2014
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 24, 2014 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 26, 2014 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20140324" />
+    <meta name="Date-Revision-yyyymmdd" content="20140326" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <script type="text/javascript">var _gaq = _gaq || [];
@@ -57,7 +57,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Index" class="externalLink" title="Wiki">Wiki</a>
               
                     
-                &nbsp;| <span id="publishDate">Last Published: 2014-03-24</span>
+                &nbsp;| <span id="publishDate">Last Published: 2014-03-26</span>
               &nbsp;| <span id="projectVersion">Version: 0.0.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: knox/trunk/books/0.4.0/config_kerberos.md
URL: http://svn.apache.org/viewvc/knox/trunk/books/0.4.0/config_kerberos.md?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/trunk/books/0.4.0/config_kerberos.md (original)
+++ knox/trunk/books/0.4.0/config_kerberos.md Wed Mar 26 22:40:23 2014
@@ -50,11 +50,11 @@ You can usually find this by running `ho
 You could use * for local developer testing if Knox host does not have static IP.
 
     <property>
-        <name>hadoop.proxyuser.knox.groups</name>
+        <name>webhcat.proxyuser.knox.groups</name>
         <value>users</value>
     </property>
     <property>
-        <name>hadoop.proxyuser.knox.hosts</name>
+        <name>webhcat.proxyuser.knox.hosts</name>
         <value>FQDN_OF_KNOX_HOST</value>
     </property>
 

Modified: knox/trunk/books/0.4.0/quick_start.md
URL: http://svn.apache.org/viewvc/knox/trunk/books/0.4.0/quick_start.md?rev=1582102&r1=1582101&r2=1582102&view=diff
==============================================================================
--- knox/trunk/books/0.4.0/quick_start.md (original)
+++ knox/trunk/books/0.4.0/quick_start.md Wed Mar 26 22:40:23 2014
@@ -155,20 +155,13 @@ Run the knoxcli create-master command in
 ###### linux
     cd {GATEWAY_HOME}
     bin/knoxcli.sh create-master
-##### windows
-    cd {GATEWAY_HOME}
-    bin\knoxcli.cmd create-master
 
 The cli will prompt you for the master secret (i.e. password).
 
 The server will discover the persisted master secret during start up and complete the setup process for demo installs. A demo install will consist of a knox gateway instance with an identity certificate for localhost. This will require clients to be on the same machine or to turn off hostname verification. For more involved deployments, See the Knox CLI section of this document for additional commands - incuding the ability to create a self-signed certificate for a specific hostname.
 
-##### linux
     cd {GATEWAY_HOME}
     bin/gateway.sh start
-##### windows
-    cd {GATEWAY_HOME}
-    bin\gateway.cmd start
 
 When starting the gateway this way the process will be run in the backgroud.
 The log output is written into the directory /var/log/knox.
@@ -176,21 +169,13 @@ In addition a PID (process ID) is writte
 
 In order to stop a gateway that was started with the script use this command.
 
-##### linux
     cd {GATEWAY_HOME}
     bin/gateway.sh stop
-##### windows
-    cd {GATEWAY_HOME}
-    bin\gateway.cmd start
 
 If for some reason the gateway is stopped other than by using the command above you may need to clear the tracking PID.
 
-##### linux
     cd {GATEWAY_HOME}
     bin/gateway.sh clean
-##### windows
-    cd {GATEWAY_HOME}
-    bin\gateway.cmd clean
 
 __NOTE: This command will also clear any log output in /var/log/knox so use this with caution.__