You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by Liang Chen <ch...@apache.org> on 2018/06/03 07:30:14 UTC

Re: MODERATE for dev@carbondata.apache.org

Hi

1. You can get table detail info with the below script:
sql("desc formatted xx_your tablename")

2. You can find the more detail docs about datamap at : ../docs/datamap

Regards
Liang

2018-05-31 17:59 GMT+08:00 <
dev-reject-1527760781.11669.gamfjekkdhlpcbigjdji@carbondata.apache.org>:

>
> To approve:
>    dev-accept-1527760781.11669.gamfjekkdhlpcbigjdji@carbondata.apache.org
> To reject:
>    dev-reject-1527760781.11669.gamfjekkdhlpcbigjdji@carbondata.apache.org
> To give a reason to reject:
> %%% Start comment
> %%% End comment
>
>
>
> ---------- 已转发邮件 ----------
> From: "陈星宇" <ch...@keruyun.com>
> To: dev <de...@carbondata.apache.org>
> Cc:
> Bcc:
> Date: Thu, 31 May 2018 17:59:32 +0800
> Subject: carbondata table detail
> hi,
> in carbondata 1.3.1, i created some tables with many properties, after
> that ,i want to check the tableproperties by 'show create table tablename',
> but i only got result just like:
> CREATE TABLE `xx`.`xxx` (`xx` STRING,xxx int )
> USING org.apache.spark.sql.CarbonSource
> OPTIONS (
>   `dbName` 'xx',
>   `carbonSchemaPartsNo` '2',
>   `serialization.format` '1',
>   `tableName` 'xx',
>   `isVisible` 'true',
>   `tablePath` 'xxx',
>   path 'xxx'
> )
>
> Also,i didn't find any way to check the datamap's detail.
>
> is any suggestion?
> thanks
>
> chenxingyu
>
>