Fix build failing issues
This commit is contained in:
committed by
vinoth chandar
parent
63f1b12355
commit
e2d13c6305
@@ -87,7 +87,7 @@ public class HoodieClientTestUtils {
|
||||
SparkConf sparkConf = new SparkConf()
|
||||
.setAppName(appName)
|
||||
.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer")
|
||||
.setMaster("local[4]");
|
||||
.setMaster("local[1]");
|
||||
return HoodieReadClient.addHoodieSupport(sparkConf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user