You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/04/23 10:37:14 UTC

[jira] [Created] (FALCON-410) NPE if the hcat feed doesn't have timed partitions

Shwetha G S created FALCON-410:
----------------------------------

             Summary: NPE if the hcat feed doesn't have timed partitions
                 Key: FALCON-410
                 URL: https://issues.apache.org/jira/browse/FALCON-410
             Project: Falcon
          Issue Type: Bug
            Reporter: Shwetha G S


{noformat}
<<< Invocation of Main class completed <<<

Failing Oozie Launcher, Main class [org.apache.falcon.retention.FeedEvictor], main() threw exception, null
java.lang.NullPointerException
        at org.apache.falcon.retention.FeedEvictor.evictTable(FeedEvictor.java:366)
        at org.apache.falcon.retention.FeedEvictor.evict(FeedEvictor.java:141)
        at org.apache.falcon.retention.FeedEvictor.run(FeedEvictor.java:121)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
        at org.apache.falcon.retention.FeedEvictor.main(FeedEvictor.java:93)
        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:606)
        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:430)
        at org.apache.hadoop.mapred.MapTask.run(MapTask.java:366)
        at org.apache.hadoop.mapred.Child$4.run(Child.java:255)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1190)
        at org.apache.hadoop.mapred.Child.main(Child.java:249)

Oozie Launcher failed, finishing Hadoop job gracefully
{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)