Hi Abhishek,

The content is,
{
 "type" : "hbase",
 "enabled" : true,
 "config" : {
   "hbase.table.namespace.mappings" : "*:/tables"
 }
}

And there is no error. It returns with no rows, while there are 3000 rows.

Thanks,

Sungwook






On Thu, Dec 11, 2014 at 12:40 PM, Abhishek Girish <[email protected]
> wrote:

> Hi Sungwook,
>
> When you say "select * from excel" does not work, do you mean no results
> are returned or an error is thrown? If an error is thrown, can you share
> the error message and exceptions from log (since you are using MapR, it
> most likely at /opt/mapr/drill/drill-<version>/logs/drillbit.log)?
>
> Also, can you share the contents of your maprdb plug-in?
>
> -Abhishek
>
> On Thu, Dec 11, 2014 at 12:31 PM, Sungwook Yoon <[email protected]>
> wrote:
>
> > Hi,
> >
> > In hbase shell, I can scan data in '/tables/excel'
> >
> > In drill sqlline, I can describe the table,
> > use maprdb;
> > describe excel;
> > returns correct column family names
> >
> > But, select * from excel;
> > does not work.
> >
> > What should I look at?
> >
> > Thanks,
> >
> > Sungwook
> >
>

Reply via email to