Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark 2.4.4 -> 2.4.5 upgrade #466

Merged
merged 3 commits into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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