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

ckran commented on DRILL-3739:
------------------------------

Using the sample MapR-DB table 'customers' that is distributed with the MapR 
Sandbox create metadata in Hive with:

create external table customers ( key varchar(5),
  address_state      varchar(4),
  loyalty_agg_rev    varchar(8), 
  loyalty_mebership  varchar(8), 
  personal_age       varchar(8),
  personal_gender    varchar(8),
  personal_name      varchar(32) )
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
WITH SERDEPROPERTIES ('hbase.columns.mapping' = 
':key,address:state,loyalty:agg_rev,loyalty:membership,personal:age,personal:gender,personal:name')
TBLPROPERTIES ('hbase.table.name' = 'CUSTOMERS')  ;


> NPE on select from Hive for HBase table
> ---------------------------------------
>
>                 Key: DRILL-3739
>                 URL: https://issues.apache.org/jira/browse/DRILL-3739
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: ckran
>
> For a table in HBase or MapR-DB with metadata created in Hive so that it can 
> be accessed through beeline or Hue. From Drill query fail with
> org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: 
> NullPointerException [Error Id: 1cfd2a36-bc73-4a36-83ee-ac317b8e6cdb]



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

Reply via email to