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 2020/08/25 20:42:14 UTC

[GitHub] [hudi] satishkotha commented on issue #1954: [SUPPORT] DMS Caused by: java.lang.IllegalArgumentException: Partition key parts [] does not match with partition values

satishkotha commented on issue #1954:
URL: https://github.com/apache/hudi/issues/1954#issuecomment-680259178


   @tooptoop4  
   For non-partitioned tables, data is typically stored in base directory (s3://redact/my2/multpk7/). Looks like partitionpath field you specified is getting interpreted incorrectly, so the data is being stored under 'default' partition. You also specified 'NonPartitionedExtractor' for hive sync. So 'default' partition is not registered with hive.
   
    ComplexKeyGenerator doesn't seem to work well with non-partitioned tables. I tried making it work by making this code change https://github.com/apache/hudi/pull/2037. Can you apply this patch and let me know if it works?


----------------------------------------------------------------
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