You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/12 18:31:38 UTC

[GitHub] [incubator-hudi] lamber-ken opened a new pull request #1103: [MINOR] Unify Lists import

lamber-ken opened a new pull request #1103: [MINOR] Unify Lists import
URL: https://github.com/apache/incubator-hudi/pull/1103
 
 
   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contributing.html before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   When I debug this issue https://github.com/apache/incubator-hudi/issues/828 , met `java.lang.NoClassDefFoundError`.
   
   ```
   java.lang.NoClassDefFoundError: com/beust/jcommander/internal/Lists
     at org.apache.hudi.hive.SlashEncodedDayPartitionValueExtractor.extractPartitionValuesInPath(SlashEncodedDayPartitionValueExtractor.java:61)
     at org.apache.hudi.hive.HoodieHiveClient.getPartitionEvents(HoodieHiveClient.java:232)
     at org.apache.hudi.hive.HiveSyncTool.syncPartitions(HiveSyncTool.java:169)
     at org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:113)
     at org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:69)
     at org.apache.hudi.HoodieSparkSqlWriter$.syncHive(HoodieSparkSqlWriter.scala:321)
   ```
   
   ## Brief change log
   
     - Unify Lists import
   
   ## Verify this pull request
   
   This pull request is code cleanup without any test coverage.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services