You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Rajat Khandelwal (JIRA)" <ji...@apache.org> on 2016/05/18 06:56:12 UTC

[jira] [Commented] (LENS-1146) LensClient throws NPE in explainFailedAttempt when System.getConsole() is null

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

Rajat Khandelwal commented on LENS-1146:
----------------------------------------

{noformat}
:java.lang.NullPointerException
        at org.apache.lens.client.LensClientSingletonWrapper.explainFailedAttempt(LensClientSingletonWrapper.java:67)
        at org.apache.lens.client.LensClientSingletonWrapper.getClient(LensClientSingletonWrapper.java:77)
        at com.inmobi.dw.yoda.DropPartition.<init>(DropPartition.java:33)
        at com.inmobi.dw.yoda.DropPartition.main(DropPartition.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.oozie.action.hadoop.JavaMain.run(JavaMain.java:56)
        at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:47)
        at org.apache.oozie.action.hadoop.JavaMain.main(JavaMain.java:35)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:236)
        at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
        at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:450)
        at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
        at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:163)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
        at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)
{noformat}

> LensClient throws NPE in explainFailedAttempt when System.getConsole() is null
> ------------------------------------------------------------------------------
>
>                 Key: LENS-1146
>                 URL: https://issues.apache.org/jira/browse/LENS-1146
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Rajat Khandelwal
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)