You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ashwin Rajeev (JIRA)" <ji...@apache.org> on 2016/06/08 05:57:20 UTC

[jira] [Updated] (AMBARI-17108) Hive view 2.0.0 Error on searching columns when they don't exist

     [ https://issues.apache.org/jira/browse/AMBARI-17108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashwin Rajeev updated AMBARI-17108:
-----------------------------------
    Description: 
Steps:-
1) Drop table
2) Create table with columns
3) Dropping the column from the created table
4) Searching for the respective column
After searching for column, "E090 NullPointerException " error is been displayed.
java.lang.NullPointerException
java.lang.NullPointerException
at org.apache.ambari.view.hive2.resources.jobs.ResultsPaginationController.filter(ResultsPaginationController.java:207)
at org.apache.ambari.view.hive2.resources.jobs.ResultsPaginationController.request(ResultsPaginationController.java:151)
at org.apache.ambari.view.hive2.resources.browser.HiveBrowserService.describeTablePaginated(HiveBrowserService.java:244)
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)

> Hive view 2.0.0 Error on searching columns when they don't exist
> ----------------------------------------------------------------
>
>                 Key: AMBARI-17108
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17108
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.4.0
>            Reporter: Ashwin Rajeev
>            Assignee: Ashwin Rajeev
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17108.trunk.patch
>
>
> Steps:-
> 1) Drop table
> 2) Create table with columns
> 3) Dropping the column from the created table
> 4) Searching for the respective column
> After searching for column, "E090 NullPointerException " error is been displayed.
> java.lang.NullPointerException
> java.lang.NullPointerException
> at org.apache.ambari.view.hive2.resources.jobs.ResultsPaginationController.filter(ResultsPaginationController.java:207)
> at org.apache.ambari.view.hive2.resources.jobs.ResultsPaginationController.request(ResultsPaginationController.java:151)
> at org.apache.ambari.view.hive2.resources.browser.HiveBrowserService.describeTablePaginated(HiveBrowserService.java:244)
> 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)



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