[ https://issues.apache.org/jira/browse/MAHOUT-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123407#comment-14123407 ]
ASF GitHub Bot commented on MAHOUT-1500: ---------------------------------------- Github user avati commented on a diff in the pull request: https://github.com/apache/mahout/pull/50#discussion_r17191513 --- 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 -- @andrewpalumbo - probably no use of storing. I think I wasn't sure about that while coding. Let me remove 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)