Skip to content

Commit

Permalink
Resolve #9; Update Hadoop and Spark versions.
Browse files Browse the repository at this point in the history
* Set Hadoop and Spark versions to Altiscale versions
* Set Hadoop to 2.7.3
* Set Spark to 1.6.2
  • Loading branch information
ruebot committed Aug 29, 2017
1 parent 221c768 commit 272901c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<project_name>${project.artifactId}</project_name>
<project_organization>The Archives Unleashed Project</project_organization>
<scala.version>2.11.7</scala.version>
<hadoop.version>2.6.0-cdh5.7.1</hadoop.version>
<spark.version>1.6.0-cdh5.7.1</spark.version>
<hadoop.version>2.7.3</hadoop.version>
<spark.version>1.6.2</spark.version>
<github.global.server>github</github.global.server>
<checkstyle.plugin.version>2.15</checkstyle.plugin.version>
<license.plugin.version>2.11</license.plugin.version>
Expand Down

0 comments on commit 272901c

Please sign in to comment.