uptycs-Sushrut commented on issue #12946: URL: https://github.com/apache/hudi/issues/12946#issuecomment-2847549167
@rangareddy this is being caused by a missing include in [this file](https://github.com/apache/hudi/blob/master/packaging/hudi-hive-sync-bundle/pom.xml) i checked the files in the generated jar.... with the include missing in the pom .. following are the contents of the the jar `noname@noname-linux:~/hudi/hudi/docker$ jar tvf /home/noname/hudi/hudi/packaging/hudi-hive-sync-bundle/target/hudi-hive-sync-bundle-1.0.1.jar | grep -i "org/apache/parquet/format/" 0 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/ 0 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ 1861 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$NoFilter.class 4402 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$2.class 1760 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$MetadataFilterVisitor.class 2067 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$OffsetMetadataFilter.class 1268 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$MetadataFilter.class 2222 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$RangeMetadataFilter.class 4925 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$1.class 1907 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$SkipMetadataFilter.class 1419 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$SortOrder.class 41106 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter.class 4552 Mon Jan 28 13:39:44 IST 2019 org/apache/parquet/format/converter/ParquetMetadataConverter$3.class ` -- 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]
