Skip to content

Commit

Permalink
Added hadoop-hdfs for clients to identify HDFS URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge committed Jul 9, 2017
1 parent a4b09e2 commit 1380862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@

<dependencies>
<!-- HBase and Hadoop dependencies -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
Expand Down

0 comments on commit 1380862

Please sign in to comment.