rangareddy commented on issue #8153: URL: https://github.com/apache/hudi/issues/8153#issuecomment-4834946692
This is a NoSuchMethodError on PartitionedFile.<init> — a Spark binary-version mismatch, not a clustering bug; MOR clustering fails (while CoW/compaction don't) because it alone hits the BaseMergeOnReadSnapshotRelation read path where the version-specific PartitionedFile constructor is called. Match the Hudi bundle to your runtime Spark (use hudi-spark3.1-bundle for Spark 3.1.2) and remove conflicting Spark/hadoop-aws jars from the classpath — @ad1happy2go confirmed it works on 0.14.x with aligned versions. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
