I got it working by adding an option
hoodie.datasource.write.keygenerator.class =
org.apache.hudi.keygen.ComplexKeyGenerator

On Tue, Sep 1, 2020 at 12:43 PM Raghvendra Dhar Dubey <
raghvendra.d.du...@delhivery.com> wrote:

> Hi Team,
>
> I want to achieve multilevel partitioning in a Hudi Dataset like
> YYYY/MM/DD.
> How can I achieve this with pyspark?
>
> I tried below option with multiple comma separated columns but It didn't
> work
> .option("hoodie.datasource.write.partitionpath.field","YY,mm,dd")
>
> Please suggest.
>
>
> Thanks
> Raghvendra
>

Reply via email to