[
https://issues.apache.org/jira/browse/MAHOUT-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097942#comment-14097942
]
ASF GitHub Bot commented on MAHOUT-1500:
----------------------------------------
Github user andrewpalumbo commented on a diff in the pull request:
https://github.com/apache/mahout/pull/21#discussion_r16274540
--- Diff:
h2o/src/test/scala/org/apache/mahout/h2obindings/test/LoggerConfiguration.scala
---
@@ -0,0 +1,13 @@
+package org.apache.mahout.h2obindings.test
+
+import org.scalatest.Suite
+import org.apache.log4j.{Level, Logger, BasicConfigurator}
+
+trait LoggerConfiguration extends
org.apache.mahout.test.LoggerConfiguration {
+ this: Suite =>
+
+ override protected def beforeAll(): Unit = {
+ super.beforeAll()
--- End diff --
need to update this to:
override protected def beforeAll(configMap: ConfigMap) {
super.beforeAll(configMap)
> H2O integration
> ---------------
>
> Key: MAHOUT-1500
> URL: https://issues.apache.org/jira/browse/MAHOUT-1500
> Project: Mahout
> Issue Type: Improvement
> Reporter: Anand Avati
> Fix For: 1.0
>
>
> Provide H2O backend for the Mahout DSL
--
This message was sent by Atlassian JIRA
(v6.2#6252)