Skip to content

Commit

Permalink
upgrade Spark to 2.4.5 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Apr 13, 2020
1 parent cc1dc4a commit 275824f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -60,7 +60,7 @@ configure(allProjs) {
scalaCheckVersion = '1.14.0'
junitVersion = '4.12'
avroVersion = '1.8.2'
sparkVersion = '2.4.4'
sparkVersion = '2.4.5'
scalaGraphVersion = '1.12.5'
scalafmtVersion = '1.5.1'
hadoopVersion = 'hadoop2'
Expand Down
2 changes: 1 addition & 1 deletion helloworld/build.gradle
Expand Up @@ -37,7 +37,7 @@ ext {
scalaVersion = '2.11'
scalaVersionRevision = '12'
junitVersion = '4.12'
sparkVersion = '2.4.4'
sparkVersion = '2.4.5'
scalatestVersion = '3.0.0'
transmogrifaiVersion ='0.6.1'
collectionsVersion = '3.2.2'
Expand Down
2 changes: 1 addition & 1 deletion helloworld/notebooks/OpHousingPrices.ipynb
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.3.3"
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.4.5"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion helloworld/notebooks/OpIris.ipynb
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.4.4"
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.4.5"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion helloworld/notebooks/OpTitanicSimple.ipynb
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.4.4"
"%classpath add mvn org.apache.spark spark-mllib_2.11 2.4.5"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.4.4</version>
<version>2.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 275824f

Please sign in to comment.