[
https://issues.apache.org/jira/browse/MAHOUT-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123181#comment-14123181
]
ASF GitHub Bot commented on MAHOUT-1500:
----------------------------------------
Github user andrewpalumbo commented on a diff in the pull request:
https://github.com/apache/mahout/pull/50#discussion_r17184390
--- Diff: h2o/src/main/java/org/apache/mahout/h2obindings/H2OContext.java
---
@@ -19,13 +19,21 @@
import water.H2O;
+/**
+ * Context to an H2O Cloud.
+ */
public class H2OContext {
+ /** Stores the name of the H2O Cloud. Typically a free form string. */
String masterURL;
--- End diff --
@avati - is there any need to store the masterURL? i dont see any usage of
it.
> H2O integration
> ---------------
>
> Key: MAHOUT-1500
> URL: https://issues.apache.org/jira/browse/MAHOUT-1500
> Project: Mahout
> Issue Type: Improvement
> Reporter: Anand Avati
> Assignee: Andrew Palumbo
> Fix For: 1.0
>
>
> Provide H2O backend for the Mahout DSL
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)