Skip to content

Commit

Permalink
Hadoop Version 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed May 31, 2018
1 parent ca3c30c commit c8f49a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Environment.scala
Expand Up @@ -20,7 +20,7 @@ object Environment {
def either(environmentVariable: String, default: String): String =
Properties.envOrElse(environmentVariable, default)

lazy val hadoopVersion = either("SPARK_HADOOP_VERSION", "2.8.0")
lazy val hadoopVersion = either("SPARK_HADOOP_VERSION", "2.8.3")
lazy val sparkVersion = either("SPARK_VERSION", "2.3.0")
lazy val versionSuffix = either("GEOTRELLIS_VERSION_SUFFIX", "-SNAPSHOT")
}

0 comments on commit c8f49a8

Please sign in to comment.