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 293fe71  2133 Pt 2
     new 6588ded  Merge pull request #416 from rawkintrevo/2133
293fe71 is described below

commit 293fe719775fbf47de4cc019067d1eba9560c1d7
Author: Trevor Grant <[email protected]>
AuthorDate: Fri Jun 4 10:48:16 2021 -0500

    2133 Pt 2
---
 docker/getting-started/Dockerfile                                      | 2 +-
 website/_includes/doc-navbar.html                                      | 2 +-
 website/_includes/navbar.html                                          | 2 +-
 .../docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md  | 1 +
 website/docs/latest/tutorials/misc/mahout-in-zeppelin/index.md         | 3 +++
 5 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docker/getting-started/Dockerfile 
b/docker/getting-started/Dockerfile
index 61adcc4..d9ab92f 100644
--- a/docker/getting-started/Dockerfile
+++ b/docker/getting-started/Dockerfile
@@ -89,7 +89,7 @@ RUN echo "$LOG_TAG Install R related packages" && \
     R -e "install.packages('ggplot2', repos='http://cran.us.r-project.org')" 
&& \
     R -e "install.packages('googleVis', repos='http://cran.us.r-project.org')" 
&& \
     R -e "install.packages('data.table', 
repos='http://cran.us.r-project.org')" && \
-    R -e "install.packages('IRkernel', repos = 
'https://cloud.r-project.org');IRkernel::installspec()" && \
+#    R -e "install.packages('IRkernel', repos = 
'https://cloud.r-project.org');IRkernel::installspec()" && \
     R -e "install.packages('shiny', repos = 'https://cloud.r-project.org')" && 
\
     # for devtools, Rcpp
     apt-get -y install libcurl4-gnutls-dev libssl-dev && \
diff --git a/website/_includes/doc-navbar.html 
b/website/_includes/doc-navbar.html
index b17092b..bf7bcfa 100644
--- a/website/_includes/doc-navbar.html
+++ b/website/_includes/doc-navbar.html
@@ -57,7 +57,7 @@
                         <div class="dropdown-divider"></div>
                         <h6 class="dropdown-header">Misc</h6>
                         <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/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/_includes/navbar.html b/website/_includes/navbar.html
index 7827837..3a2db5b 100644
--- a/website/_includes/navbar.html
+++ b/website/_includes/navbar.html
@@ -75,7 +75,7 @@
                         <a class="dropdown-item" href="/docs/0.13.0">0.13.0</a>
                         <div class="dropdown-divider"></div>
                         <h6 class="dropdown-header">Latest Snapshot 
(Development)</h6>
-                        <a class="dropdown-item" 
href="/docs/latest">0.13.1-SNAPSHOT</a>
+                        <a class="dropdown-item" 
href="/docs/latest">14.1-SNAPSHOT</a>
                     </div>
                 </li>
 
diff --git 
a/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md 
b/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
index b862974..51ec0d6 100644
--- a/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
+++ b/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
@@ -38,3 +38,4 @@ How easy was that?! (If you have troubles, make sure to sign 
up to [email protected]
 
 Next, check out the notebooks- one gives a nice primer to Apache Mahout 
already loaded. Enjoy!
 
+**NOTE**: If you want to create your own Mahout on Zeppelin interpreter- 
please see [this 
page](http://mahout.apache.org/docs/latest/tutorials/misc/mahout-in-zeppelin/)
\ No newline at end of file
diff --git a/website/docs/latest/tutorials/misc/mahout-in-zeppelin/index.md 
b/website/docs/latest/tutorials/misc/mahout-in-zeppelin/index.md
index fb6b5d8..ff87b0e 100644
--- a/website/docs/latest/tutorials/misc/mahout-in-zeppelin/index.md
+++ b/website/docs/latest/tutorials/misc/mahout-in-zeppelin/index.md
@@ -4,6 +4,9 @@ title: Visualizing Mahout in Zeppelin
 ---
 
 
+** DEPRECATED : While this page is useful for learning how to set up Mahout in 
Zeppelin, we strongly reccomend using a 
+pre-built Docker container for trying out Mahout. See instructions 
[here](http://mahout.apache.org/docs/latest/tutorials/misc/getting-started-with-zeppelin/)
 **
+
 The [Apache Zeppelin](http://zeppelin.apache.org) is an exciting notebooking 
tool, designed for working with Big Data
 applications.  It comes with great integration for graphing in R and Python, 
supports multiple langauges in a single 
 notebook (and facilitates sharing of variables between interpreters), and 
makes working with Spark and Flink in an interactive environment (either 
locally or in cluster mode) a 

Reply via email to