Author: pzampino
Date: Fri Mar 16 17:26:45 2018
New Revision: 1827030
URL: http://svn.apache.org/viewvc?rev=1827030&view=rev
Log:
Corrected typo in Service Test API section
Modified:
knox/site/books/knox-1-1-0/user-guide.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/1.1.0/book_service-details.md
Modified: knox/site/books/knox-1-1-0/user-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-1-0/user-guide.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/books/knox-1-1-0/user-guide.html (original)
+++ knox/site/books/knox-1-1-0/user-guide.html Fri Mar 16 17:26:45 2018
@@ -6363,7 +6363,7 @@ DriverManager.getConnection(url, props);
<role>LIVYSERVER</role>
<url>http://<livy-server>:8998</url>
</service>
-</code></pre><p>Livy server will use proxyUser to run the Spark session. To
avoid that a user can provide here any user (e.g. a more privileged), Knox will
need to rewrite the the json body to replace what so ever is the value of
proxyUser is with the username of the authenticated user.</p><p>{<br/>
“driverMemory”:“2G”, “executorCores”:4,
“executorMemory”:“8G”,
“proxyUser”:“bernhard”, “conf”:{<br/>
“spark.master”:“yarn-cluster”,
“spark.jars.packages”:“com.databricks:spark-csv_2.10:1.5.0”
} } </p><p>The above is an example request body to be used to create a Spark
session via Livy server and illustrates the “proxyUser” that
requires rewrite.</p><h3><a id="Service+Test+API">Service Test API</a> <a
href="#Service+Test+API"><img src="markbook-section-link.png"/></a></h3><p>The
gateway supports a Service Test API that can be us
ed to test Knox’s ability to connect to each of the different Hadoop
services via a simeple HTTP GET request. To be able to access this API one must
add the following line into the topology for which you wish to run the service
test.</p>
+</code></pre><p>Livy server will use proxyUser to run the Spark session. To
avoid that a user can provide here any user (e.g. a more privileged), Knox will
need to rewrite the the json body to replace what so ever is the value of
proxyUser is with the username of the authenticated user.</p><p>{<br/>
“driverMemory”:“2G”, “executorCores”:4,
“executorMemory”:“8G”,
“proxyUser”:“bernhard”, “conf”:{<br/>
“spark.master”:“yarn-cluster”,
“spark.jars.packages”:“com.databricks:spark-csv_2.10:1.5.0”
} } </p><p>The above is an example request body to be used to create a Spark
session via Livy server and illustrates the “proxyUser” that
requires rewrite.</p><h3><a id="Service+Test+API">Service Test API</a> <a
href="#Service+Test+API"><img src="markbook-section-link.png"/></a></h3><p>The
gateway supports a Service Test API that can be us
ed to test Knox’s ability to connect to each of the different Hadoop
services via a simple HTTP GET request. To be able to access this API one must
add the following line into the topology for which you wish to run the service
test.</p>
<pre><code><service>
<role>SERVICE-TEST</role>
</service>
Modified: knox/site/index.html
URL:
http://svn.apache.org/viewvc/knox/site/index.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/index.html (original)
+++ knox/site/index.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Announcing Apache Knox 1.0.0!</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/site/issue-tracking.html
URL:
http://svn.apache.org/viewvc/knox/site/issue-tracking.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/issue-tracking.html (original)
+++ knox/site/issue-tracking.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Issue Tracking</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/site/license.html
URL:
http://svn.apache.org/viewvc/knox/site/license.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/license.html (original)
+++ knox/site/license.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project License</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/site/mail-lists.html
URL:
http://svn.apache.org/viewvc/knox/site/mail-lists.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/mail-lists.html (original)
+++ knox/site/mail-lists.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Mailing Lists</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/site/project-info.html
URL:
http://svn.apache.org/viewvc/knox/site/project-info.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/project-info.html (original)
+++ knox/site/project-info.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Project Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/site/team-list.html
URL:
http://svn.apache.org/viewvc/knox/site/team-list.html?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/site/team-list.html (original)
+++ knox/site/team-list.html Fri Mar 16 17:26:45 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2018-03-05
+ | Generated by Apache Maven Doxia at 2018-03-16
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180305" />
+ <meta name="Date-Revision-yyyymmdd" content="20180316" />
<meta http-equiv="Content-Language" content="en" />
<title>Knox Gateway – Team list</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
- <li id="publishDate" class="pull-right">Last Published:
2018-03-05</li>
+ <li id="publishDate" class="pull-right">Last Published:
2018-03-16</li>
</ul>
</div>
Modified: knox/trunk/books/1.1.0/book_service-details.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.1.0/book_service-details.md?rev=1827030&r1=1827029&r2=1827030&view=diff
==============================================================================
--- knox/trunk/books/1.1.0/book_service-details.md (original)
+++ knox/trunk/books/1.1.0/book_service-details.md Fri Mar 16 17:26:45 2018
@@ -95,7 +95,7 @@ Therefore each request via cURL will res
### Service Test API
-The gateway supports a Service Test API that can be used to test Knox's
ability to connect to each of the different Hadoop services via a simeple HTTP
GET request. To be able to access this API one must add the following line into
the topology for which you wish to run the service test.
+The gateway supports a Service Test API that can be used to test Knox's
ability to connect to each of the different Hadoop services via a simple HTTP
GET request. To be able to access this API one must add the following line into
the topology for which you wish to run the service test.
<service>
<role>SERVICE-TEST</role>