Skip to content

Commit

Permalink
[ZEPPELIN-4963] Fix typo in pom.xml
Browse files Browse the repository at this point in the history
### What is this PR for?
Fixes typo (replaced saprk to spark) in spark/spark-scala-parent/pom.xml

### What type of PR is it?
Bug Fix

### Todos
None

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-4963

### How should this be tested?
I think the existing CI tests would be enough.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Yunseong Hwang <kika1492@gmail.com>

Closes #3861 from elbakramer/ZEPPELIN-4963 and squashes the following commits:

9bad6b2 [Yunseong Hwang] Fix typo in pom.xml
  • Loading branch information
elbakramer authored and zjffdu committed Aug 17, 2020
1 parent a7bcf08 commit a937c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/spark-scala-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<spark.version>2.4.5</spark.version>
<spark.scala.binary.version>2.11</spark.scala.binary.version>
<spark.scala.version>2.11.12</spark.scala.version>
<saprk.scala.compile.version>${spark.scala.binary.version}</saprk.scala.compile.version>
<spark.scala.compile.version>${spark.scala.binary.version}</spark.scala.compile.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a937c0f

Please sign in to comment.