You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by GitBox <gi...@apache.org> on 2020/09/10 20:26:03 UTC

[GitHub] [mahout] rawkintrevo opened a new pull request #405: [WIP] MAHOUT-2122 Add Getting Started Docker

rawkintrevo opened a new pull request #405:
URL: https://github.com/apache/mahout/pull/405


   ### Purpose of PR:
   Please give a short description of what this PR is for.
   Creating a Docker container to help people get started on Mahout
   
   ### Important ToDos
   Please mark each with an "x"
   - [x] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/mahout/]
   - [x] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is the JIRA number.
   - [x] Created unit tests where appropriate
   - [x] Added licenses correct on newly added files
   - [x] Assigned JIRA to self
   - [ ] Added documentation in scala docs/java docs, and to website
   - [x] Successfully built and ran all unit tests, verified that all tests pass locally.
   
   WIP Items:
   - [ ] Docs,
   - [ ] Get binary instead of building from scratch
   
   Does this change break earlier versions?
   No
   
   Is this the beginning of a larger project for which a feature branch should be made?
   No


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mahout] andrewmusselman commented on a change in pull request #405: MAHOUT-2122 Add Getting Started Docker

Posted by GitBox <gi...@apache.org>.
andrewmusselman commented on a change in pull request #405:
URL: https://github.com/apache/mahout/pull/405#discussion_r511023581



##########
File path: docker/getting-started/readme.md
##########
@@ -0,0 +1,22 @@
+# Getting Started With Mahout Using Apache Zeppelin
+
+## Setting Environment Variables
+
+```
+export CONTAINER_NAME=$USER/mahoutgui
+export VERSION=14.3-SNAPSHOT
+```
+
+## Building Container
+
+```bash
+docker build -t $CONTAINER_NAME:$VERSION .

Review comment:
       Is this not `pull`

##########
File path: website/_posts/2020-10-18-version-14-2-released.md
##########
@@ -0,0 +1,13 @@
+---
+layout: post
+title: 14.2 Is Released!

Review comment:
       This is 14.1

##########
File path: docker/getting-started/readme.md
##########
@@ -0,0 +1,22 @@
+# Getting Started With Mahout Using Apache Zeppelin
+
+## Setting Environment Variables
+
+```
+export CONTAINER_NAME=$USER/mahoutgui
+export VERSION=14.3-SNAPSHOT
+```
+
+## Building Container
+
+```bash
+docker build -t $CONTAINER_NAME:$VERSION .

Review comment:
       Nevermind I see the "how to pull" doc below




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mahout] rawkintrevo commented on pull request #405: [WIP] MAHOUT-2122 Add Getting Started Docker

Posted by GitBox <gi...@apache.org>.
rawkintrevo commented on pull request #405:
URL: https://github.com/apache/mahout/pull/405#issuecomment-712282909


   Someone help me. I've made a mess on my git merging...
   
   The docker file is available at `apache/mahout-zeppelin:14.1`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mahout] rawkintrevo merged pull request #405: MAHOUT-2122 Add Getting Started Docker

Posted by GitBox <gi...@apache.org>.
rawkintrevo merged pull request #405:
URL: https://github.com/apache/mahout/pull/405


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mahout] rawkintrevo commented on pull request #405: [WIP] MAHOUT-2122 Add Getting Started Docker

Posted by GitBox <gi...@apache.org>.
rawkintrevo commented on pull request #405:
URL: https://github.com/apache/mahout/pull/405#issuecomment-712798323


   Hooray for self help! I fixed it, w00t w00t. 
   
   @andrewmusselman or whoever else- please check the docs for grammar, bc that is a really weak suit for me. You can test the produced docker image with 
   
   ```
   docker pull apache/mahout-zeppelin:14.1
   docker run -p 8080:8080 --rm --name whatever apache/mahout-zeppelin:14.1
   ```
   
   And then surf to http://localhost:8080 in your favorite browser. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org