Hey team, carbon data creating a table block size with 1GB default value. But when i am trying to show the block size value using desc formatted <table-name>, the detail is show, but block size doest not appear. I suggest in tables details the block size must be visible. Even we manually define the table block size, the size does not appear. Following are the details:
First table automatic block size: 0: jdbc:hive2://127.0.0.1:10000> create table testOne(name string, age int) stored by 'carbondata'; 0: jdbc:hive2://127.0.0.1:10000> desc formatted testOne; +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--+ | result | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--+ | name string DICTIONARY, KEY COLUMN | | age bigint MEASURE | | | | ##Detailed Table Information | | Database Name : fordrop | | Table Name : testone | | CARBON Store Path : hdfs://localhost:54310/Opt/CarbonStore | | | | ##Detailed Column property | | NONE | | | | ##Column Group Information | Second Table manually block size: 0: jdbc:hive2://127.0.0.1:10000> create table testTwo(name string, age int) stored by 'carbondata' tblproperties('table_blocksize"="1"); 0: jdbc:hive2://127.0.0.1:10000> desc formatted testTwo; +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--+ | result | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--+ | name string DICTIONARY, KEY COLUMN | | age bigint MEASURE | | | | ##Detailed Table Information | | Database Name : fordrop | | Table Name : testtwo | | CARBON Store Path : hdfs://localhost:54310/Opt/CarbonStore | | | | ##Detailed Column property | | NONE | | | | ##Column Group Information | Please confirm this is an issue ? |
Yes, better show all table properties in desc command.
|
Hey Ravi, can we raise the issue in jira ?
|
hi, Harmeet
there is already pr#230 for this problem. pls check. thanks ------------------ Original ------------------ From: "Harmeet Singh";<[hidden email]>; Date: Thu, Oct 20, 2016 09:11 PM To: "dev"<[hidden email]>; Subject: Re: describe formatted table command does not show block size Hey Ravi, can we raise the issue in jira ? -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/describe-formatted-table-command-does-not-show-block-size-tp2098p2104.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com. |
Hey 杰 ,
Yes I am checking the PR, so I suppose there is no need for raise the bug on jira. But still the PR is not merge, Is there some specific reasons? . |
hi,Harmeet
not clear. commiter has reviewed, no further comments, i will @ them to check thanks Jay ------------------ 原始邮件 ------------------ 发件人: "Harmeet Singh";<[hidden email]>; 发送时间: 2016年10月21日(星期五) 中午12:11 收件人: "dev"<[hidden email]>; 主题: Re: describe formatted table command does not show block size Hey 杰 , Yes I am checking the PR, so I suppose there is no need for raise the bug on jira. But still the PR is not merge, Is there some specific reasons? . -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/describe-formatted-table-command-does-not-show-block-size-tp2098p2138.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |