Re: [VOTE] Apache CarbonData 1.4.1(RC2) release

2018-08-13 Thread Venkata Gollamudi
+1 Regards, Venkata Ramana Gollamudi On Tue, Aug 14, 2018, 11:05 Kunal Kapoor wrote: > +1 > > Regards > Kunal Kapoor > > On Fri, Aug 10, 2018, 8:14 AM Ravindra Pesala > wrote: > > > Hi > > > > > > I submit the Apache CarbonData 1.4.1 (RC2) for your vote. > > > > > > 1.Release Notes: > > > > >

Re: [VOTE] Apache CarbonData 1.4.1(RC2) release

2018-08-13 Thread Kunal Kapoor
+1 Regards Kunal Kapoor On Fri, Aug 10, 2018, 8:14 AM Ravindra Pesala wrote: > Hi > > > I submit the Apache CarbonData 1.4.1 (RC2) for your vote. > > > 1.Release Notes: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220&version=12343148 > > Some key features and

Re: [VOTE] Apache CarbonData 1.4.1(RC2) release

2018-08-13 Thread manish gupta
+1 Regards Manish Gupta On Mon, 13 Aug 2018 at 8:29 PM, Kumar Vishal wrote: > +1 > Regards > Kumar Vishal > > On Fri, 10 Aug 2018 at 08:14, Ravindra Pesala > wrote: > > > Hi > > > > > > I submit the Apache CarbonData 1.4.1 (RC2) for your vote. > > > > > > 1.Release Notes: > > > > > > > https:/

?????? can we add partition or split partition on range partitioned tables

2018-08-13 Thread ??????
ok, it works. thanks -- -- ??: "Lu Cao"; : 2018??8??14??(??) 10:27 ??: "dev"; : Re: can we add partition or split partition on range partitioned tables Just add the new boundary '400' like the list partition. CarbonData wi

Re: can we add partition or split partition on range partitioned tables

2018-08-13 Thread Lu Cao
Just add the new boundary '400' like the list partition. CarbonData will auto merge the range list and split the data file(if exist...) ALTER TABLE [db_name].table_name ADD PARTITION('400') If you want to add a value less than the max boundary(e.g. 150), then you should use 'alter table split pa

?????? can we add partition or split partition on range partitioned tables

2018-08-13 Thread ??????
Thanks for your reply. I have refered this document before, But I can not find how to add partition for range table, I don't know how to assign new range info. for example, a table have had a pange info "'RANGE_INFO'='1, 100, 200, 300'", then I want to add a partition with range between 300 and

Re: can we add partition or split partition on range partitioned tables

2018-08-13 Thread Lu Cao
Hi, By default the value larger than max boundary you defined will fall into the default partition. You can also use ALTER TABLE statement to add a partition. Pls refer to the documents in carbondata official site http://carbondata.apache.org/data-management-on-carbondata.html Regards, Lionel On

Re: [VOTE] Apache CarbonData 1.4.1(RC2) release

2018-08-13 Thread Kumar Vishal
+1 Regards Kumar Vishal On Fri, 10 Aug 2018 at 08:14, Ravindra Pesala wrote: > Hi > > > I submit the Apache CarbonData 1.4.1 (RC2) for your vote. > > > 1.Release Notes: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220&version=12343148 > > Some key features and

Re: How to look up date segment details in carbon without partition.

2018-08-13 Thread Liang Chen
Hi In Carbondata system, the segment concept may be different with other system. One data load is one segment for carbondata. Actually, carbondata currently support partition with global sort also, you can use date as partition column to check data size for under each partition folder. Regards

Re: [VOTE] Apache CarbonData 1.4.1(RC2) release

2018-08-13 Thread Liang Chen
Hi +1. many good improvements and bug fixs. Regards Liang ravipesala wrote > Hi > > > I submit the Apache CarbonData 1.4.1 (RC2) for your vote. > > > 1.Release Notes: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220&version=12343148 > > Some key features

Re: [Discussion] Propose to upgrade the version of integration/presto from 0.187 to 0.206

2018-08-13 Thread sujith chacko
+1 for presto 0.207/0.208 upgradation. As liang mentioned there are some memory issues related patches as well there are some security fixes in 0.207 version Hope the patches are present in presto 0.208 version also. Thanks, Sujith On Mon, 13 Aug 2018 at 2:38 PM, Liang Chen wrote: > Hi > > Ju

Re: [Discussion] Propose to upgrade the version of integration/presto from 0.187 to 0.206

2018-08-13 Thread Liang Chen
Hi Just i checked 0.207 and 0.208, there are fixed many memory issues, so propose to upgrade to 0.208 for Apache CarbonData 1.5.0 integration. Regards Liang bhavya411 wrote > Hi Dev, > > Yes, we should definitely go for the 0.206 upgrade for Presto as we are > now > using the dictionary_aggreg