Great! More docs here. https://hudi.apache.org/docs/writing_data.html#key-generation
On Tue, Sep 1, 2020 at 3:26 AM Raghvendra Dhar Dubey <[email protected]> wrote: > 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 < > [email protected]> 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 > > >
