Skip to content

Commit

Permalink
fix hive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Sep 17, 2018
1 parent c578ed8 commit 32b1cbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hadoop-unit-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<artifactId>hadoop-unit-zookeeper</artifactId>
</dependency>

<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hdfs</artifactId>
</dependency>

<dependency>
<groupId>com.github.sakserv</groupId>
<artifactId>hadoop-mini-clusters-hivemetastore</artifactId>
Expand All @@ -36,6 +41,12 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
</dependency>

<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 32b1cbb

Please sign in to comment.