1
0

Fix build failing issues

This commit is contained in:
Nishith Agarwal
2017-08-14 11:57:38 -07:00
committed by vinoth chandar
parent 63f1b12355
commit e2d13c6305
3 changed files with 6 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ public class TestHDFSParquetImporter implements Serializable {
private JavaSparkContext getJavaSparkContext() {
// Initialize a local spark env
SparkConf sparkConf = new SparkConf().setAppName("TestConversionCommand").setMaster("local[4]");
SparkConf sparkConf = new SparkConf().setAppName("TestConversionCommand").setMaster("local[1]");
sparkConf = HoodieWriteClient.registerClasses(sparkConf);
return new JavaSparkContext(HoodieReadClient.addHoodieSupport(sparkConf));
}