From 8de201baedc8e839e06098c536ba31b3dafd54b5 Mon Sep 17 00:00:00 2001 From: Sital Kedia Date: Thu, 31 Mar 2016 16:06:44 -0700 Subject: [SPARK-14277][CORE] Upgrade Snappy Java to 1.1.2.4 ## What changes were proposed in this pull request? Upgrade snappy to 1.1.2.4 to improve snappy read/write performance. ## How was this patch tested? Tested by running a job on the cluster and saw 7.5% cpu savings after this change. Author: Sital Kedia Closes #12096 from sitalkedia/snappyRelease. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 37606926d7..be80e6b80c 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ org.scala-lang 1.9.13 2.5.3 - 1.1.2.1 + 1.1.2.4 1.1.2 1.2.0-incubating 1.10 -- cgit v1.2.3