hustnn commented on issue #836: Query hang for Presto running on JDK 11 URL: https://github.com/apache/incubator-hudi/issues/836#issuecomment-522460965 The same for master branch. The same query can run on jvm 8 but can not for 11. ```2019-08-19T15:34:26.688+0800 WARN hive-hive-7 io.prestosql.plugin.hive.util.ResumableTasks ResumableTask completed exceptionally java.lang.NoClassDefFoundError: Could not initialize class org.apache.hudi.common.table.timeline.HoodieActiveTimeline at org.apache.hudi.common.table.HoodieTableMetaClient.getActiveTimeline(HoodieTableMetaClient.java:233) at org.apache.hudi.hadoop.HoodieInputFormat.listStatus(HoodieInputFormat.java:89) at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:325) at io.prestosql.plugin.hive.BackgroundHiveSplitLoader.loadPartition(BackgroundHiveSplitLoader.java:425) at io.prestosql.plugin.hive.BackgroundHiveSplitLoader.loadSplits(BackgroundHiveSplitLoader.java:275) at io.prestosql.plugin.hive.BackgroundHiveSplitLoader.access$300(BackgroundHiveSplitLoader.java:99) at io.prestosql.plugin.hive.BackgroundHiveSplitLoader$HiveSplitLoaderTask.process(BackgroundHiveSplitLoader.java:204) at io.prestosql.plugin.hive.util.ResumableTasks.safeProcessTask(ResumableTasks.java:47) at io.prestosql.plugin.hive.util.ResumableTasks.access$000(ResumableTasks.java:20) at io.prestosql.plugin.hive.util.ResumableTasks$1.run(ResumableTasks.java:35) at io.airlift.concurrent.BoundedExecutor.drainQueue(BoundedExecutor.java:78) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
