Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E05CD12902 for ; Sun, 11 May 2014 00:43:08 +0000 (UTC) Received: (qmail 70494 invoked by uid 500); 11 May 2014 00:43:08 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 70447 invoked by uid 500); 11 May 2014 00:43:08 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 70439 invoked by uid 99); 11 May 2014 00:43:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2014 00:43:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 11 May 2014 00:43:07 +0000 Received: (qmail 55667 invoked by uid 99); 10 May 2014 21:56:07 -0000 Received: from Unknown (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:07 +0000 Date: Sat, 10 May 2014 21:56:07 +0000 (UTC) From: "Satish Mittal (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-437) Feed Replication workflows are failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993646#comment-13993646 ] Satish Mittal commented on FALCON-437: -------------------------------------- Here is the stack trace for recordsize action: {noformat} <<< Invocation of Main class completed <<< Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.JavaMain], main() threw exception, java.lang.ClassNotFoundException: org.apache.falcon.latedata.LateDataHandler java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.falcon.latedata.LateDataHandler at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1004) at org.apache.oozie.action.hadoop.JavaMain.run(JavaMain.java:46) at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:39) at org.apache.oozie.action.hadoop.JavaMain.main(JavaMain.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:226) at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50) at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:391) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:325) at org.apache.hadoop.mapred.Child$4.run(Child.java:266) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1278) at org.apache.hadoop.mapred.Child.main(Child.java:260) Caused by: java.lang.ClassNotFoundException: org.apache.falcon.latedata.LateDataHandler at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:951) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1002) ... 16 more {noformat} And here is the stack trace for failed-post-processing: {noformat} <<< Invocation of Main class completed <<< Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.JavaMain], main() threw exception, java.lang.ClassNotFoundException: org.apache.falcon.workflow.FalconPostProcessing java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.falcon.workflow.FalconPostProcessing at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1004) at org.apache.oozie.action.hadoop.JavaMain.run(JavaMain.java:46) at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:39) at org.apache.oozie.action.hadoop.JavaMain.main(JavaMain.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:226) at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50) at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:391) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:325) at org.apache.hadoop.mapred.Child$4.run(Child.java:266) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1278) at org.apache.hadoop.mapred.Child.main(Child.java:260) Caused by: java.lang.ClassNotFoundException: org.apache.falcon.workflow.FalconPostProcessing at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:951) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1002) ... 16 more {noformat} > Feed Replication workflows are failing > -------------------------------------- > > Key: FALCON-437 > URL: https://issues.apache.org/jira/browse/FALCON-437 > Project: Falcon > Issue Type: Bug > Affects Versions: 0.5, 0.6 > Reporter: Satish Mittal > Priority: Blocker > > With latest trunk, feed replication workflows are failing with ClassNotFoundException for falcon lib classes (LateDataHandler and FalconPostProcessing). > Noticed that in mapred.job.classpath.files conf property of replication jobs, none of falcon workflow lib jars are getting added. Hence the exception. > Also noticed that when feed is scheduled, the lib folder is not getting created on HDFS at default appPath location. > e.g. when replication appPath is: > {noformat} > ${nameNode}/projects/falcon/hcolo2/staging/falcon/workflows/feed/hcat-in-repl3/1399545050032/REPLICATION/hcat-cluster1 > {noformat} > the lib folder is getting created at: > {noformat} > /projects/falcon/hcolo2/staging/falcon/workflows/feed/hcat-in-repl3/1399545050032/REPLICATION > {noformat} > It looks to be a regression due to FALCON-390. -- This message was sent by Atlassian JIRA (v6.2#6252)