1
0

revert setting jsc spark configuration

This commit is contained in:
yanghua
2019-09-03 07:24:11 +08:00
committed by vinoth chandar
parent 6f2b166005
commit 90bfb900aa

View File

@@ -55,10 +55,6 @@ public class TestMultiFS extends HoodieClientTestHarness {
@Before
public void setUp() throws Exception {
initSparkContexts();
jsc.getConf().setAppName("hoodie-client-example");
jsc.getConf().setMaster("local[1]");
jsc.getConf().set("spark.serializer", "org.apache.spark.serializer.KryoSerializer");
jsc.getConf().set("spark.kryoserializer.buffer.max", "512m");
initDFS();
initTestDataGenerator();
}