You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/11 07:31:00 UTC

[jira] [Commented] (KYLIN-3551) Spark job failed with "FileNotFoundException"

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

ASF GitHub Bot commented on KYLIN-3551:
---------------------------------------

asfgit commented on issue #227: KYLIN-3551 check spark counter path exists
URL: https://github.com/apache/kylin/pull/227#issuecomment-420176129
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Spark job failed with "FileNotFoundException" 
> ----------------------------------------------
>
>                 Key: KYLIN-3551
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3551
>             Project: Kylin
>          Issue Type: Bug
>          Components: Spark Engine
>            Reporter: Shaofeng SHI
>            Assignee: Chao Long
>            Priority: Minor
>
> java.io.FileNotFoundException: File does not exist: hdfs://sandbox.hortonworks.com:8020/kylin/kylin_default_instance/kylin-a3e39298-8dc3-21f2-cf16-0aa5e451c777/kylin_sales_cube_clone_clone/counter
> 	at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1319)
> 	at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1311)
> 	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
> 	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1311)
> 	at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1752)
> 	at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1776)
> 	at org.apache.kylin.common.util.HadoopUtil.readFromSequenceFile(HadoopUtil.java:218)
> 	at org.apache.kylin.common.util.HadoopUtil.readFromSequenceFile(HadoopUtil.java:233)
> 	at org.apache.kylin.engine.spark.SparkExecutable.doWork(SparkExecutable.java:319)
> 	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
> 	at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:69)
> 	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
> 	at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:113)
> 	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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)