Skip to content

Commit

Permalink
Merge pull request #493 from AbsaOSS/bugfix/485-hdfs-becomes-inaccess…
Browse files Browse the repository at this point in the history
…ible-from-menas

#485 HDFS becomes inaccessible from Menas after some time
  • Loading branch information
lokm01 authored Jun 19, 2019
2 parents f65c080 + 10dafc4 commit 8d90f55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions menas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
<artifactId>spring-security-kerberos-client</artifactId>
<version>${spring.kerberos.version}</version>
</dependency>
<!-- Hadoop -->
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core</artifactId>
<version>${htrace.version}</version>
</dependency>
<!-- Application -->
<dependency>
<groupId>za.co.absa</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<diffson.version>2.0.2</diffson.version>
<spray.json.version>1.3.5</spray.json.version>
<oozie.version>4.3.0</oozie.version>
<htrace.version>3.1.0-incubating</htrace.version>
<!--other properties-->
<skip.integration.tests>true</skip.integration.tests>
<scalastyle.configLocation>${project.basedir}/scalastyle-config.xml</scalastyle.configLocation>
Expand Down

0 comments on commit 8d90f55

Please sign in to comment.