You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "lamber-ken (Jira)" <ji...@apache.org> on 2019/12/30 20:19:00 UTC

[jira] [Comment Edited] (HUDI-474) Delta Streamer is not able to read the commit files

    [ https://issues.apache.org/jira/browse/HUDI-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005806#comment-17005806 ] 

lamber-ken edited comment on HUDI-474 at 12/30/19 8:18 PM:
-----------------------------------------------------------

Hi [~srkhan], can you build the latest master branch and check if the problem persists? :)


was (Author: lamber-ken):
Hi [~srkhan], can you build the latest master branch and check if the problem persists. :)

> Delta Streamer is not able to read the commit files
> ---------------------------------------------------
>
>                 Key: HUDI-474
>                 URL: https://issues.apache.org/jira/browse/HUDI-474
>             Project: Apache Hudi (incubating)
>          Issue Type: Bug
>          Components: DeltaStreamer
>            Reporter: Shahida Khan
>            Assignee: Balaji Varadarajan
>            Priority: Major
>             Fix For: 0.5.1
>
>         Attachments: Gmail - Commit time issue in DeltaStreamer (Real-Time).pdf
>
>
> DeltaStreamer is not to able to read the correct commit files under when job is deployed realtime.
> below is the stack trace: 
> {code:java}
> ava.util.concurrent.ExecutionException:
>  org.apache.hudi.exception.HoodieException: Could not read commit
>  details from hdfs:/user/hive/warehouse/hudi.db/tbltest/.hoodie/.aux/20191226153400.clean.requested      at
>  java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)    at
>  java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) at
>  org.apache.hudi.utilities.deltastreamer.AbstractDeltaStreamerService.waitForShutdown(AbstractDeltaStreamerService.java:72)      at
>  org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer.sync(HoodieDeltaStreamer.java:117)  at
>  org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer.main(HoodieDeltaStreamer.java:297)  at
>  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at
>  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)   at
>  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)   at
>  java.lang.reflect.Method.invoke(Method.java:498)        at
>  org.apache.spark.deploy.yarn.ApplicationMaster$$anon$2.run(ApplicationMaster.scala:688)Caused
>  by: org.apache.hudi.exception.HoodieException: Could not read commit
>  details from hdfs:/user/hive/warehouse/hudi.db/tbltest/.hoodie/.aux/20191226153400.clean.requested      at
>  org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer$DeltaSyncService.lambda$startService$0(HoodieDeltaStreamer.java:411)        at
>  java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)     at
>  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at
>  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at
>  java.lang.Thread.run(Thread.java:748)
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)