lamber-ken edited a comment on issue #1373: [WIP] [HUDI-646] Re-enable 
TestUpdateSchemaEvolution to reproduce CI error
URL: https://github.com/apache/incubator-hudi/pull/1373#issuecomment-596139885
 
 
   Add `initFileSystem();` 
https://www.travis-ci.org/BigDataArtisans/incubator-hudi/builds/659639125
   ```
   ===================================================================
   --- 
hudi-client/src/test/java/org/apache/hudi/client/TestUpdateSchemaEvolution.java 
 (revision 90227eeda757516abdd06b436ae08a4adacc28e1)
   +++ 
hudi-client/src/test/java/org/apache/hudi/client/TestUpdateSchemaEvolution.java 
 (date 1583616789967)
   @@ -55,6 +55,7 @@
        initPath();
        HoodieTestUtils.init(HoodieTestUtils.getDefaultHadoopConf(), basePath);
        initSparkContexts("TestUpdateSchemaEvolution");
   +    initFileSystem();
      }
    
      @After
   ```
   
   
![image](https://user-images.githubusercontent.com/20113411/76152777-a9813b80-60fe-11ea-94f2-3f6c9080e020.png)
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to