You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2021/06/04 15:29:04 UTC

[mahout] branch trunk updated: Updated quickstart to reference Getting Started with Zeppelin

This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6dab580  Updated quickstart to reference Getting Started with Zeppelin
     new 51c405f  Merge pull request #415 from rawkintrevo/2133
6dab580 is described below

commit 6dab5802de0e3819954b7d00dd7e01015ba1c349
Author: Trevor Grant <ra...@apache.org>
AuthorDate: Tue Jun 1 13:17:13 2021 -0500

    Updated quickstart to reference Getting Started with Zeppelin
---
 website/_includes/doc-navbar.html                |  3 ++-
 website/_posts/2021-06-01-Zeppelin Quickstart.md | 25 +++++++++++++++++++++++
 website/docs/latest/quickstart.md                | 26 +++---------------------
 3 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/website/_includes/doc-navbar.html b/website/_includes/doc-navbar.html
index cc52668..b17092b 100644
--- a/website/_includes/doc-navbar.html
+++ b/website/_includes/doc-navbar.html
@@ -56,7 +56,8 @@
                         <a class="dropdown-item"  href="/docs/latest/tutorials/samsara/spark-naive-bayes.html">Spark Naive Bayes</a>
                         <div class="dropdown-divider"></div>
                         <h6 class="dropdown-header">Misc</h6>
-                        <a class="dropdown-item"  href="/docs/latest/tutorials/misc/mahout-in-zeppelin">Mahout in Apache Zeppelin</a>
+                        <a class="dropdown-item"  href="/docs/latest/tutorials/misc/getting-started-with-zeppelin">Mahout in Apache Zeppelin (Quickstart)</a>
+                        <a class="dropdown-item"  href="/docs/latest/tutorials/misc/mahout-in-zeppelin">Mahout in Apache Zeppelin (Roll your own)</a>
                         <a class="dropdown-item"  href="/docs/latest/tutorials/misc/contributing-algos">How To Contribute a New Algorithm</a>
                         <a class="dropdown-item"  href="/docs/latest/tutorials/misc/how-to-build-an-app.html">How To Build An App</a>
                         <div class="dropdown-divider"></div>
diff --git a/website/_posts/2021-06-01-Zeppelin Quickstart.md b/website/_posts/2021-06-01-Zeppelin Quickstart.md
new file mode 100644
index 0000000..7992bba
--- /dev/null
+++ b/website/_posts/2021-06-01-Zeppelin Quickstart.md	
@@ -0,0 +1,25 @@
+---
+layout: post
+title: Zeppelin Quickstart
+date:   2021-06-01 00:00:01 -0600
+category: tutorial
+---
+
+# Apache Zeppelin Quickstart
+
+Apache Mahout is for Mathematicians (or statisticians, or data scientists, etc.).  We understand not all users
+are up to cloning and building from source, working with command line interfaces, and other such engineering 
+tasks. 
+
+In that thread, we've created [The Apache Zeppelin Quickstart Docker Container](http://mahout.apache.org/docs/latest/tutorials/misc/getting-started-with-zeppelin/).
+
+We hope this will make it easier for users to dip their toes in the Mahout waters. Let us know what you think on 
+
+* user at mahout dot apache dot org
+* dev at mahout dot apache dot org
+
+As always, we're looking for users to get involved, and encourage any patches to be submitted to: https://github.com/apache/mahout
+
+Thanks, and good Mahout-ing!
+
+~ The Apache Mahout Team
diff --git a/website/docs/latest/quickstart.md b/website/docs/latest/quickstart.md
index 953b39a..72382f1 100644
--- a/website/docs/latest/quickstart.md
+++ b/website/docs/latest/quickstart.md
@@ -4,31 +4,11 @@ title: Quickstart
 ---
 
 # Mahout Quick Start 
-# TODO : Fill this in with the bare essential basics
 
+The quickest way to take Apache Mahout for a test drive is by downloading a Docker container which contains Apache 
+Zeppelin and is pre-loaded with a Spark-based, Mahout interpreter.
 
-
-# Mahout MapReduce Overview
-
-## Getting Mahout
-
-#### Download the latest release
-
-Download the latest release [here](http://www.apache.org/dyn/closer.cgi/mahout/).
-
-Or checkout the latest code from [here](http://mahout.apache.org/developers/version-control.html)
-
-#### Alternatively: Add Mahout 0.13.0 to a maven project
-
-Mahout is also available via a [maven repository](http://mvnrepository.com/artifact/org.apache.mahout) under the group id *org.apache.mahout*.
-If you would like to import the latest release of mahout into a java project, add the following dependency in your *pom.xml*:
-
-    <dependency>
-        <groupId>org.apache.mahout</groupId>
-        <artifactId>mahout-mr</artifactId>
-        <version>0.14.0</version>
-    </dependency>
- 
+See the instructions [here](http://mahout.apache.org/docs/latest/tutorials/misc/getting-started-with-zeppelin/).
 
 ## Features