Skip to content

Commit

Permalink
(NOJIRA) change package of Hadoop1HDFSUtil and associated classes in …
Browse files Browse the repository at this point in the history
…h2o to avoid conflict with spark classes
  • Loading branch information
andrewpalumbo committed Apr 11, 2015
1 parent fb30375 commit 8439846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.mahout.common
package org.apache.mahout.h2o.common

import scala.reflect.ClassTag
import org.apache.hadoop.io._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.mahout.common
package org.apache.mahout.h2o.common

/** High level Hadoop version-specific hdfs manipulations we need in context of our operations. */
trait HDFSUtil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.mahout.common
package org.apache.mahout.h2o.common

import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.fs.Path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.mahout.math.drm._
import org.apache.mahout.math.drm.logical._
import org.apache.mahout.h2obindings.ops._
import org.apache.mahout.h2obindings.drm._
import org.apache.mahout.common.{Hadoop1HDFSUtil, HDFSUtil}
import org.apache.mahout.h2o.common.{Hadoop1HDFSUtil, HDFSUtil}

/** H2O specific non-DRM operations */
object H2OEngine extends DistributedEngine {
Expand Down

0 comments on commit 8439846

Please sign in to comment.