mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Making the Scalding scala jars same as the Spark ones for consistency
This commit is contained in:
parent
d4cf3085cd
commit
5c8056cb1b
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
<url>http://zeppelin.incubator.apache.org</url>
|
||||
|
||||
<properties>
|
||||
<scala.version>2.10.5</scala.version>
|
||||
<hadoop.version>2.5.0</hadoop.version>
|
||||
<scala.version>2.10.4</scala.version>
|
||||
<hadoop.version>2.3.0</hadoop.version>
|
||||
<scalding.version>0.15.1-RC13</scalding.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue