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

Oleksandr Diachenko reassigned HAWQ-1042:
-----------------------------------------

    Assignee: Oleksandr Diachenko  (was: Lei Chang)

> PXF throws NPE on quering HBase table
> -------------------------------------
>
>                 Key: HAWQ-1042
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1042
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: PXF
>            Reporter: Oleksandr Diachenko
>            Assignee: Oleksandr Diachenko
>             Fix For: backlog
>
>
> Steps to reproduce:
> 1) Having external table base on HBase table:
> {code}# \d pxf_smoke_small_data;
> External table "public.pxf_smoke_small_data"
>  Column  |       Type       | Modifiers 
> ---------+------------------+-----------
>  name    | text             | 
>  num     | integer          | 
>  dub     | double precision | 
>  longnum | bigint           | 
>  bool    | boolean          | 
> Type: readable
> Encoding: UTF8
> Format type: custom
> Format options: formatter 'pxfwritable_import' 
> External location: pxf://localhost:51200/hbase_table?PROFILE=HBase
> {code}
> 2) Run simple query:
> {code}
> select * from public.pxf_smoke_small_data;
> ERROR:  remote component error (500) from '192.168.99.69:51200':  type  
> Exception report   message   java.lang.Exception: 
> java.lang.NullPointerException    description   The server encountered an 
> internal error that prevented it from fulfilling this request.    exception   
> javax.servlet.ServletException: java.lang.Exception: 
> java.lang.NullPointerException (libchurl.c:884)  (seg3 localhost:40000 
> pid=28671)
> DETAIL:  External table pxf_smoke_small_data
> {code}



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

Reply via email to