[jira] [Created] (CARBONDATA-1092) alter table add column query should support no_inverted_index

2017-05-24 Thread Rahul Kumar (JIRA)
Rahul Kumar created CARBONDATA-1092: --- Summary: alter table add column query should support no_inverted_index Key: CARBONDATA-1092 URL: https://issues.apache.org/jira/browse/CARBONDATA-1092 Project:

[jira] [Created] (CARBONDATA-1091) Implicit column tupleId is not returning results if VectorReader is enabled.

2017-05-24 Thread Naresh P R (JIRA)
Naresh P R created CARBONDATA-1091: -- Summary: Implicit column tupleId is not returning results if VectorReader is enabled. Key: CARBONDATA-1091 URL: https://issues.apache.org/jira/browse/CARBONDATA-1091

[jira] [Created] (CARBONDATA-1090) add integration test cases for hive integration

2017-05-24 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-1090: - Summary: add integration test cases for hive integration Key: CARBONDATA-1090 URL: https://issues.apache.org/jira/browse/CARBONDATA-1090 Project: CarbonData

[jira] [Created] (CARBONDATA-1089) Unify block(driver) and blocklet(executor) side indexes.

2017-05-24 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1089: --- Summary: Unify block(driver) and blocklet(executor) side indexes. Key: CARBONDATA-1089 URL: https://issues.apache.org/jira/browse/CARBONDATA-1089 Projec

[jira] [Created] (CARBONDATA-1088) Minimize the driver side block index.

2017-05-24 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1088: --- Summary: Minimize the driver side block index. Key: CARBONDATA-1088 URL: https://issues.apache.org/jira/browse/CARBONDATA-1088 Project: CarbonData

[jira] [Created] (CARBONDATA-1087) Optimize block and blocklet index.

2017-05-24 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1087: --- Summary: Optimize block and blocklet index. Key: CARBONDATA-1087 URL: https://issues.apache.org/jira/browse/CARBONDATA-1087 Project: CarbonData

[jira] [Created] (CARBONDATA-1086) Add documentation for batch sort support for data loading

2017-05-24 Thread Vandana Yadav (JIRA)
Vandana Yadav created CARBONDATA-1086: - Summary: Add documentation for batch sort support for data loading Key: CARBONDATA-1086 URL: https://issues.apache.org/jira/browse/CARBONDATA-1086 Project: C

Logging problem

2017-05-24 Thread Rana Faisal
Hi, Today, I was running a filter query ("SELECT * FROM widetable WHERE col_long_0 = 0") on a wide table with 1187 columns and Spark started printing the below output. It spills alot of log which I want to turn off. There is any option to turn it off. I have tried both option (ERROR,INFO)

[jira] [Created] (CARBONDATA-1085) add documentation for size based blocklet for V3 data format

2017-05-24 Thread Vandana Yadav (JIRA)
Vandana Yadav created CARBONDATA-1085: - Summary: add documentation for size based blocklet for V3 data format Key: CARBONDATA-1085 URL: https://issues.apache.org/jira/browse/CARBONDATA-1085 Proje

[jira] [Created] (CARBONDATA-1084) Add documentation for V3 Data Format

2017-05-24 Thread Vandana Yadav (JIRA)
Vandana Yadav created CARBONDATA-1084: - Summary: Add documentation for V3 Data Format Key: CARBONDATA-1084 URL: https://issues.apache.org/jira/browse/CARBONDATA-1084 Project: CarbonData I

Re: Compilation error on presto Branch

2017-05-24 Thread Geetika Gupta
Hi, I have updated the core version for presto branch to fix the compilation issue and build failure. Please check, below is the PR link: https://github.com/apache/carbondata/pull/941 On Mon, May 15, 2017 at 2:37 PM, Liang Chen wrote: > Hi Pallavi > > Let me take a look. you are right, this is

Re: [DISCUSS] Data loading improvement

2017-05-24 Thread Kumar Vishal
Hi All, Do we have some statistics about current bottlenecks which part is taking more time?? *@Ravindra* Please correct me If I am wrong I think our current unsafe sort is also in-place it is only swapping the offsets not data. Only from comparison it is getting the data from off-heap to on-hea

Re: SPARK update error

2017-05-24 Thread Pallavi Singh
Hi Sunerhan, CarbonData does not support access to data loaded with different versions of Spark i.e 2.1 and 1.6. On Wed, May 24, 2017 at 1:41 PM, sunerhan1...@sina.com < sunerhan1...@sina.com> wrote: > Changing version from spark2.1+carbon1.1.0 to spark1.6+carbon1.1.0 and > find out that data lo

SPARK update error

2017-05-24 Thread sunerhan1...@sina.com
Changing version from spark2.1+carbon1.1.0 to spark1.6+carbon1.1.0 and find out that data loaded using spark2.1 is not available, from error message,it seemed that it is not using the customized carbonstore location and i alwayse use that location for carboncontext. scala> import org.apache.