We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40491c9 commit 337b201Copy full SHA for 337b201
pom.xml
@@ -262,7 +262,12 @@
262
<dependency>
263
<groupId>com.clearspring.analytics</groupId>
264
<artifactId>stream</artifactId>
265
- <version>2.4.0</version>
+ <version>2.5.1</version>
266
+ </dependency>
267
+ <dependency>
268
+ <groupId>org.spark-project</groupId>
269
+ <artifactId>pyrolite</artifactId>
270
+ <version>2.0</version>
271
</dependency>
272
<!-- In theory we need not directly depend on protobuf since Spark does not directly
273
use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
0 commit comments