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 2020/04/27 03:38:49 UTC

svn commit: r1877046 - in /knox/trunk: build.xml src/site/markdown/index.md src/site/site.xml

Author: lmccay
Date: Mon Apr 27 03:38:48 2020
New Revision: 1877046

URL: http://svn.apache.org/viewvc?rev=1877046&view=rev
Log:
Update for Knox 1.4.0 Release

Modified:
    knox/trunk/build.xml
    knox/trunk/src/site/markdown/index.md
    knox/trunk/src/site/site.xml

Modified: knox/trunk/build.xml
URL: http://svn.apache.org/viewvc/knox/trunk/build.xml?rev=1877046&r1=1877045&r2=1877046&view=diff
==============================================================================
--- knox/trunk/build.xml (original)
+++ knox/trunk/build.xml Mon Apr 27 03:38:48 2020
@@ -255,10 +255,10 @@
 
     <target name="review-book" depends="init" description="Open the default book in the default browser.">
         <exec executable="${browser.cmd}">
-            <arg line="${book-1-3-0-dir}/user-guide.html" />
+            <arg line="${book-1-4-0-dir}/user-guide.html" />
         </exec>
         <exec executable="${browser.cmd}">
-            <arg line="${book-1-3-0-dir}/dev-guide.html" />
+            <arg line="${book-1-4-0-dir}/dev-guide.html" />
         </exec>
     </target>
 

Modified: knox/trunk/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/knox/trunk/src/site/markdown/index.md?rev=1877046&r1=1877045&r2=1877046&view=diff
==============================================================================
--- knox/trunk/src/site/markdown/index.md (original)
+++ knox/trunk/src/site/markdown/index.md Mon Apr 27 03:38:48 2020
@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-Announcing Apache Knox 1.3.0!
+Announcing Apache Knox 1.4.0!
 ------------
 
 REST API and Application Gateway for the Apache Hadoop Ecosystem
@@ -37,6 +37,7 @@ Authentication for REST API access as we
 
 * **Client Services**<br/>
 Client development can be done with scripting through DSL or using the Knox Shell classes directly as SDK.
+The KnoxShell interactive scripting environment combines the interactive shell of groovy shell with the Knox Shell SDK classes for a interating with data from your deployed Hadoop cluster.
 
 Overview
 ------------
@@ -72,6 +73,7 @@ provides the enterprise with a solution
 The following Apache Hadoop ecosystem services have integrations with the Knox Gateway:
 
 Ambari<br/>
+Cloudera Manager<br/>
 WebHDFS (HDFS)<br/>
 Yarn RM<br/>
 Stargate (Apache HBase)<br/>
@@ -93,6 +95,7 @@ Apache Oozie UI<br/>
 Apache HBase UI<br/>
 Apache Spark UI<br/>
 Apache Ambari UI<br/>
+Apache Impala<br/>
 Apache Ranger Admin Console<br/>
 Apache Zeppelin<br/>
 Apache NiFi<br/>

Modified: knox/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/knox/trunk/src/site/site.xml?rev=1877046&r1=1877045&r2=1877046&view=diff
==============================================================================
--- knox/trunk/src/site/site.xml (original)
+++ knox/trunk/src/site/site.xml Mon Apr 27 03:38:48 2020
@@ -73,9 +73,10 @@
         </menu>
 
         <menu name="Documentation">
-            <item name="User's Guide" href="books/knox-1-3-0/user-guide.html"/>
-            <item name="Developer's Guide" href="books/knox-1-3-0/dev-guide.html"/>
-            <item name="Quick Start" href="books/knox-1-3-0/user-guide.html#Quick+Start"/>
+            <item name="User's Guide" href="books/knox-1-4-0/user-guide.html"/>
+            <item name="KnoxShell User Guide" href="books/knox-1-4-0/knoxshell_user_guide.html"/>
+            <item name="Developer's Guide" href="books/knox-1-4-0/dev-guide.html"/>
+            <item name="Quick Start" href="books/knox-1-4-0/user-guide.html#Quick+Start"/>
             <item name="Wiki" href="https://cwiki.apache.org/confluence/display/KNOX/Index"/>
         </menu>