From issues-return-19971-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Mon Sep 17 12:58:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8249618067C for ; Mon, 17 Sep 2018 12:58:05 +0200 (CEST) Received: (qmail 27953 invoked by uid 500); 17 Sep 2018 10:58:04 -0000 Mailing-List: contact issues-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list issues@kylin.apache.org Received: (qmail 27918 invoked by uid 99); 17 Sep 2018 10:58:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2018 10:58:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6B8031A2D35 for ; Mon, 17 Sep 2018 10:58:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Gz4S1BklVf87 for ; Mon, 17 Sep 2018 10:58:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E734B5F3EB for ; Mon, 17 Sep 2018 10:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2B5AFE0D9F for ; Mon, 17 Sep 2018 10:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DDEBC23FA1 for ; Mon, 17 Sep 2018 10:58:00 +0000 (UTC) Date: Mon, 17 Sep 2018 10:58:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KYLIN-3551) Spark job failed with "FileNotFoundException" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KYLIN-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617358#comment-16617358 ] ASF subversion and git services commented on KYLIN-3551: -------------------------------------------------------- Commit c06e0a9df7ac3e0100c793928869c9c65ec6dde2 in kylin's branch refs/heads/2.5.0-hadoop3.1 from chao long [ https://gitbox.apache.org/repos/asf?p=kylin.git;h=c06e0a9 ] KYLIN-3551 Check spark counter output path exists > 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 > Fix For: v2.5.0 > > > 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.(SequenceFile.java:1752) > at org.apache.hadoop.io.SequenceFile$Reader.(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)