ambition119 commented on a change in pull request #657: [HUDI-57] support orc 
file
URL: https://github.com/apache/incubator-hudi/pull/657#discussion_r281010187
 
 

 ##########
 File path: 
hoodie-client/src/test/java/com/uber/hoodie/common/HoodieClientTestUtils.java
 ##########
 @@ -113,6 +113,7 @@ public static void fakeDataFile(String basePath, String 
partitionPath, String co
   public static SparkConf getSparkConfForTest(String appName) {
     SparkConf sparkConf = new SparkConf().setAppName(appName)
         .set("spark.serializer", "org.apache.spark.serializer.KryoSerializer")
+        .set("spark.driver.allowMultipleContexts","true")
 
 Review comment:
   > We should be able to run tests without this, multipleContexts is a buggy 
feature, let's try to avoid using this..
   
   ok, thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to