You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Samarth Gupta (JIRA)" <ji...@apache.org> on 2013/11/22 10:02:35 UTC

[jira] [Created] (FALCON-214) Process scheduling fails in oozie

Samarth Gupta created FALCON-214:
------------------------------------

             Summary: Process scheduling fails in oozie 
                 Key: FALCON-214
                 URL: https://issues.apache.org/jira/browse/FALCON-214
             Project: Falcon
          Issue Type: Bug
          Components: process
    Affects Versions: 0.4
         Environment: QA
            Reporter: Samarth Gupta
            Assignee: Shwetha G S
         Attachments: porcess.xml

attaching process.xml

Process scheduling is failing in oozie 4.0. Following error msg is present in the oozie.log : 

Unable to evaluate :${coord:dataInPartitionFilter('input', 'hive')}:

org.apache.oozie.command.CommandException: E1004: Expression language evaluation error, Unable to evaluate :${coord:dataInPartitionFilter('input', 'hive')}:

        at org.apache.oozie.command.coord.CoordSubmitXCommand.submit(CoordSubmitXCommand.java:276)
        at org.apache.oozie.command.SubmitTransitionXCommand.execute(SubmitTransitionXCommand.java:81)
        at org.apache.oozie.command.SubmitTransitionXCommand.execute(SubmitTransitionXCommand.java:29)
        at org.apache.oozie.command.XCommand.call(XCommand.java:280)
        at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.oozie.coord.CoordinatorJobException: E1004: Expression language evaluation error, Unable to evaluate :${coord:dataInPartitionFilter('input', 'hive')}:

        at org.apache.oozie.command.coord.CoordSubmitXCommand.resolveTagContents(CoordSubmitXCommand.java:889)
        at org.apache.oozie.command.coord.CoordSubmitXCommand.resolveInitial(CoordSubmitXCommand.java:730)
        at org.apache.oozie.command.coord.CoordSubmitXCommand.basicResolveAndIncludeDS(CoordSubmitXCommand.java:551)
        at org.apache.oozie.command.coord.CoordSubmitXCommand.submit(CoordSubmitXCommand.java:219)
        ... 7 more
Caused by: java.lang.Exception: Unable to evaluate :${coord:dataInPartitionFilter('input', 'hive')}:

        at org.apache.oozie.coord.CoordELFunctions.evalAndWrap(CoordELFunctions.java:696)
        at org.apache.oozie.command.coord.CoordSubmitXCommand.resolveTagContents(CoordSubmitXCommand.java:885)
        ... 10 more
Caused by: java.lang.RuntimeException: data set name input is not valid
        at org.apache.oozie.coord.HCatELFunctions.isValidDataEvent(HCatELFunctions.java:412)
        at org.apache.oozie.coord.HCatELFunctions.ph1_coord_dataInPartitionFilter_echo(HCatELFunctions.java:96)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:172)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
        at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)




--
This message was sent by Atlassian JIRA
(v6.1#6144)