[jira] [Created] (CARBONDATA-840) Limit query performance optimization [Group By]

2017-03-30 Thread Cao, Lionel (JIRA)
Cao, Lionel created CARBONDATA-840: -- Summary: Limit query performance optimization [Group By] Key: CARBONDATA-840 URL: https://issues.apache.org/jira/browse/CARBONDATA-840 Project: CarbonData

[jira] [Created] (CARBONDATA-839) Table lock file is not getting deleted after table rename is successful

2017-03-30 Thread Kunal Kapoor (JIRA)
Kunal Kapoor created CARBONDATA-839: --- Summary: Table lock file is not getting deleted after table rename is successful Key: CARBONDATA-839 URL: https://issues.apache.org/jira/browse/CARBONDATA-839 P

[jira] [Created] (CARBONDATA-838) Alter table add decimal column with default precision and scale is failing in parser.

2017-03-30 Thread Naresh P R (JIRA)
Naresh P R created CARBONDATA-838: - Summary: Alter table add decimal column with default precision and scale is failing in parser. Key: CARBONDATA-838 URL: https://issues.apache.org/jira/browse/CARBONDATA-838

Re: Need help in configuring dataload.properties

2017-03-30 Thread Liang Chen
Hi Please refer to : https://github.com/apache/incubator-carbondata/blob/master/docs/installation-guide.md Regards Liang 2017-03-30 19:19 GMT+05:30 Srinath Thota : > Hi Team, > > > I have configured Carbon in spark standalone mode as per the documents and > available web references. > > I tried

Need help in configuring dataload.properties

2017-03-30 Thread Srinath Thota
Hi Team, I have configured Carbon in spark standalone mode as per the documents and available web references. I tried to create and load table using reference "https://github.com/apache/incubator-carbondata/blob/master/docs/quick-start-guide.md"; . The data didn't get split ",". Data got lo

Re:Re:Re: Load data into carbondata executors distributed unevenly

2017-03-30 Thread a
Yes ,it is.Babu,thanks for your help! Best regards! At 2017-03-30 17:32:07, "babu lal jangir" wrote: >Hi >Please refer below jira id . I guess your issue is same . >CARBONDATA-830 >(Data loading scheduling has some issue) > >Thanks >Babu >On Mar 30, 2017 12:26, "a" wrote: > >> add attachments >

[jira] [Created] (CARBONDATA-837) Unable to delete records from carbondata table

2017-03-30 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-837: --- Summary: Unable to delete records from carbondata table Key: CARBONDATA-837 URL: https://issues.apache.org/jira/browse/CARBONDATA-837 Project: CarbonData Issue

Re: Deleting records from carabondata table

2017-03-30 Thread sounak
Hi Sanoj, Yes, you can open a JIRA for this. Thanks Sounak On Thu, Mar 30, 2017 at 3:54 PM, Sanoj MG wrote: > Hi Sounak, > > It is getting deleted when I add an action, such as show() as you > suggested. > > +-+-++-- > --+ > |

Re: Deleting records from carabondata table

2017-03-30 Thread Sanoj MG
Hi Sounak, It is getting deleted when I add an action, such as show() as you suggested. +-+-+++ |SegmentSequenceId| Status| Load Start Time| Load End Time| +-+-+

Re: Re:Re: Re: Optimize Order By + Limit Query

2017-03-30 Thread Lu Cao
@Liang, Yes, actually I'm currently working on the limit query optimization. I get the limited dictionary value and convert to the filter condition in CarbonOptimizer step. It would definitely improve the query performance in some scenario. On Thu, Mar 30, 2017 at 2:07 PM, Liang Chen wrote: > Hi

Re:Re: Load data into carbondata executors distributed unevenly

2017-03-30 Thread babu lal jangir
Hi Please refer below jira id . I guess your issue is same . CARBONDATA-830 (Data loading scheduling has some issue) Thanks Babu On Mar 30, 2017 12:26, "a" wrote: > add attachments > > > At 2017-03-30 10:38:08, "Ravindra Pesala" wrote: > >Hi, > >It seems attachments are missing.Can you attach t

Re: Deleting records from carabondata table

2017-03-30 Thread sounak
Hi Sanoj, Can you please try sql("delete from accountentity").show() Thanks Sounak On Thu, Mar 30, 2017 at 2:31 PM, Sanoj MG wrote: > Hi All, > > Is delete records from carbondata table supported? > > > As per below doc I am trying to delete entries from the table : > https://github.com/apach

Deleting records from carabondata table

2017-03-30 Thread Sanoj MG
Hi All, Is delete records from carbondata table supported? As per below doc I am trying to delete entries from the table : https://github.com/apache/incubator-carbondata/blob/master/docs/dml-operation-on-carbondata.md scala> cc.sql("select * from accountentity").count res10: Long = 391351 sca

[jira] [Created] (CARBONDATA-836) Error in load using dataframe - columns containing comma

2017-03-30 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-836: --- Summary: Error in load using dataframe - columns containing comma Key: CARBONDATA-836 URL: https://issues.apache.org/jira/browse/CARBONDATA-836 Project: CarbonData

Re: Re: Optimize Order By + Limit Query

2017-03-30 Thread simafengyun
add images for my last post 1. about how to work for dictionary columns and guarantee to get a sort result *Answer:* As I know the dictionary allocation is in sorted order in block level, even in segment level, not in global level. But that's enough, please see the below example about how to ge

Re:Re: Re: Re: Optimize Order By + Limit Query

2017-03-30 Thread 马云
Hi, Please see my answer. 1. It cannot work for dictionary columns. As there is no guarantee that dictionary allocation is in sorted order. Answer: As I know the dictionary allocation is in sorted order in block level, even in segment level, not in global level. But that's enough, please s

[jira] [Created] (CARBONDATA-835) Null values in carbon table gives a NullPointerException when querying from Presto

2017-03-30 Thread Bhavya Aggarwal (JIRA)
Bhavya Aggarwal created CARBONDATA-835: -- Summary: Null values in carbon table gives a NullPointerException when querying from Presto Key: CARBONDATA-835 URL: https://issues.apache.org/jira/browse/CARBONDATA-8

[jira] [Created] (CARBONDATA-834) Describe Table in Presto gives incorrect order of columns

2017-03-30 Thread Bhavya Aggarwal (JIRA)
Bhavya Aggarwal created CARBONDATA-834: -- Summary: Describe Table in Presto gives incorrect order of columns Key: CARBONDATA-834 URL: https://issues.apache.org/jira/browse/CARBONDATA-834 Project: C

Re: [DISCUSSION]: (New Feature) Streaming Ingestion into CarbonData

2017-03-30 Thread ZhuWilliam
The Design is too complex and we may spend to much time and people to develop it. Can we simplify it and just support streaming first? -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/DISCUSSION-New-Feature-Streaming-Ingestion-into-CarbonData