Skip to content

Commit

Permalink
HdfsRepository supports snowplow#54
Browse files Browse the repository at this point in the history
use fully-qualified imports like import org.apache.hadoop.fs.{ Path, FileSystem }
  • Loading branch information
liningalex committed May 26, 2016
1 parent c5c98d2 commit 0e03982
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ import ProcessingMessageMethods._
import utils.{ValidationExceptions => VE}

// Hadoop
import org.apache.hadoop.fs._;
import org.apache.hadoop.conf._;
import org.apache.hadoop.io._;
import org.apache.hadoop.util._;
import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.fs.{FileSystem, Path}


/**
* Helpers for constructing an HdfsRepository.
Expand Down

0 comments on commit 0e03982

Please sign in to comment.