Hi, Thanks for the prompt response. It was a classpath issue and I was able to resolve it.
Thanks, Jaimin On Friday, 25 October 2019, Bhavani Sudha <[email protected]> wrote: > Hi Jaimin, > > I dont think we are excluding parquet-common anywhere. Could you paste the > stacktrace? > > Thanks, > Sudha > > > > On Thu, Oct 24, 2019 at 4:55 AM Jaimin Shah <[email protected]> > wrote: > > > Hi, > > I recently moved from version 0.4.5 to release-0.5.0-incubating-rc6. > > While writing data to Hudi MOR table I am getting error > > *java.lang.NoClassDefFoundError: > > org/apache/parquet/bytes/ByteBufferAllocator.* > > * ByteBufferAllocator *is not part of parquet common which is packaged > > with spark 2.3.2. So do I need to include any other packages in > classpath? > > As of I now I have included all spark dependency and > > hudi-spark-bundle-0.5.0-incubating-rc6.jar . > > > > Thanks, > > Jaimin > > >
