Author: more
Date: Thu Sep  7 19:49:57 2017
New Revision: 1807642

URL: http://svn.apache.org/viewvc?rev=1807642&view=rev
Log:
KNOX-1026 - Document support for Zeppelin UI (minor fix)

Modified:
    knox/site/books/knox-0-13-0/user-guide.html
    knox/trunk/books/0.13.0/book_ui_service_details.md

Modified: knox/site/books/knox-0-13-0/user-guide.html
URL: 
http://svn.apache.org/viewvc/knox/site/books/knox-0-13-0/user-guide.html?rev=1807642&r1=1807641&r2=1807642&view=diff
==============================================================================
--- knox/site/books/knox-0-13-0/user-guide.html (original)
+++ knox/site/books/knox-0-13-0/user-guide.html Thu Sep  7 19:49:57 2017
@@ -5783,7 +5783,7 @@ DriverManager.getConnection(url, props);
 
 <service>
     <role>ZEPPELINUI</role>
-    
<url>http://<ZEPPELIN_HOST>:<ZEPPELIN_PORT>:9995</url>
+    <url>http://<ZEPPELIN_HOST>:<ZEPPELIN_PORT></url>
 </service>
 </code></pre><p>Knox also supports secure Zeppelin UIs, for secure UIs one 
needs to provision Zeppelin certificate into Knox truststore. </p><h3><a 
id="Admin+UI">Admin UI</a> <a href="#Admin+UI"><img 
src="markbook-section-link.png"/></a></h3><p>In addition to the Admin REST API, 
from this release there is the ability to access some of the functionality via 
a webpage. The initial functionality is very limited and serves more as a 
starting point/placeholder. The details  are below.</p><h4><a 
id="Admin+UI+URL">Admin UI URL</a> <a href="#Admin+UI+URL"><img 
src="markbook-section-link.png"/></a></h4><p>The URL mapping for the Knox Admin 
UI is:</p>
 <table>

Modified: knox/trunk/books/0.13.0/book_ui_service_details.md
URL: 
http://svn.apache.org/viewvc/knox/trunk/books/0.13.0/book_ui_service_details.md?rev=1807642&r1=1807641&r2=1807642&view=diff
==============================================================================
--- knox/trunk/books/0.13.0/book_ui_service_details.md (original)
+++ knox/trunk/books/0.13.0/book_ui_service_details.md Thu Sep  7 19:49:57 2017
@@ -438,7 +438,7 @@ Example service definition for Zeppelin
 
     <service>
         <role>ZEPPELINUI</role>
-        <url>http://<ZEPPELIN_HOST>:<ZEPPELIN_PORT>:9995</url>
+        <url>http://<ZEPPELIN_HOST>:<ZEPPELIN_PORT></url>
     </service>
 
 Knox also supports secure Zeppelin UIs, for secure UIs one needs to provision 
Zeppelin certificate into Knox truststore.  
\ No newline at end of file


Reply via email to