LeoHsu0802 edited a comment on issue #933: URL: https://github.com/apache/hudi/issues/933#issuecomment-708910383
Hi @afeldman1 , I successfully add multiple partition with ComplexKeyGenerator but still cant not do with CustomKeyGenerator. Try to use glue metastore but not success, the partition folders are different to write by spark so when I run crawler then get multiple tables not like usual only one table I also found some problems in ComplexKey with different version EMR emr-5.31.0 =>`org.apache.hudi.keygen.ComplexKeyGenerator` multiple partition working fine emr-6.0.0 =>`org.apache.hudi.keygen.ComplexKeyGenerator` is not avalible and you should change to `org.apache.hudi.ComplexKeyGenerator` but even so you will only get one partition ---------------------------------------------------------------- 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]
