From 656ba41ddf88f8da6fbca28d4a116b0c4a58fff1 Mon Sep 17 00:00:00 2001 From: swasti Date: Sun, 8 Oct 2017 19:15:15 +0530 Subject: [PATCH] Changed default Compression Codec from .snappy to .lz4 and changed the spark fetcher --- app-conf/FetcherConf.xml | 2 +- .../spark/SparkMetricsAggregator.scala | 3 +-- .../linkedin/drelephant/util/SparkUtils.scala | 2 +- .../drelephant/util/SparkUtilsTest.scala | 16 ++++++++-------- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/app-conf/FetcherConf.xml b/app-conf/FetcherConf.xml index 4e9f14df8..a6789caa3 100644 --- a/app-conf/FetcherConf.xml +++ b/app-conf/FetcherConf.xml @@ -79,7 +79,7 @@ --> spark - com.linkedin.drelephant.spark.fetchers.FSFetcher + com.linkedin.drelephant.spark.fetchers.SparkFetcher