[jira] [Created] (CARBONDATA-906) Always OOM error when import large dataset (100milion rows)

2017-04-11 Thread Crabo Yang (JIRA)
Crabo Yang created CARBONDATA-906: - Summary: Always OOM error when import large dataset (100milion rows) Key: CARBONDATA-906 URL: https://issues.apache.org/jira/browse/CARBONDATA-906 Project:

[jira] [Created] (CARBONDATA-907) The grammar for DELETE SEGMENT FOR DATE in website is not correct

2017-04-11 Thread chenerlu (JIRA)
chenerlu created CARBONDATA-907: --- Summary: The grammar for DELETE SEGMENT FOR DATE in website is not correct Key: CARBONDATA-907 URL: https://issues.apache.org/jira/browse/CARBONDATA-907 Project:

[jira] [Created] (CARBONDATA-908) bitmap encode

2017-04-11 Thread Jarck (JIRA)
Jarck created CARBONDATA-908: Summary: bitmap encode Key: CARBONDATA-908 URL: https://issues.apache.org/jira/browse/CARBONDATA-908 Project: CarbonData Issue Type: New Feature

[jira] [Created] (CARBONDATA-909) Single pass option in dataframe writer

2017-04-11 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-909: --- Summary: Single pass option in dataframe writer Key: CARBONDATA-909 URL: https://issues.apache.org/jira/browse/CARBONDATA-909 Project: CarbonData Issue Type:

how to distribute cabon.properties file

2017-04-11 Thread ZhuWilliam
As we know, cabon.properties is the configuration file of carbondata. However ,for now, the driver and executors load this file from local disk which means we should distribute this file to all yarn nodes. At the same time ,we also should configure some items like follows: --conf

CarbonLock Exception refractor

2017-04-11 Thread ZhuWilliam
Carbondata will try to lock table/column/dict when loading data. However

[jira] [Created] (CARBONDATA-899) Added Support for Decimal data type and Fixed the timestamp and date issues for Spark-2.1

2017-04-11 Thread Bhavya Aggarwal (JIRA)
Bhavya Aggarwal created CARBONDATA-899: -- Summary: Added Support for Decimal data type and Fixed the timestamp and date issues for Spark-2.1 Key: CARBONDATA-899 URL:

[jira] [Created] (CARBONDATA-897) Redundant Fields Inside * **Global Dictionary Configurations** in Configuration-parameters.md

2017-04-11 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-897: Summary: Redundant Fields Inside * **Global Dictionary Configurations** in Configuration-parameters.md Key: CARBONDATA-897 URL:

[jira] [Created] (CARBONDATA-902) NoClassDefFoundError for Decimal datatype during select queries

2017-04-11 Thread Neha Bhardwaj (JIRA)
Neha Bhardwaj created CARBONDATA-902: Summary: NoClassDefFoundError for Decimal datatype during select queries Key: CARBONDATA-902 URL: https://issues.apache.org/jira/browse/CARBONDATA-902

[jira] [Created] (CARBONDATA-900) Is null query on a newly added measure column is not returning proper results

2017-04-11 Thread Manish Gupta (JIRA)
Manish Gupta created CARBONDATA-900: --- Summary: Is null query on a newly added measure column is not returning proper results Key: CARBONDATA-900 URL: https://issues.apache.org/jira/browse/CARBONDATA-900

[jira] [Created] (CARBONDATA-901) fix some spelling mistakes

2017-04-11 Thread Cao Gaofei (JIRA)
Cao Gaofei created CARBONDATA-901: - Summary: fix some spelling mistakes Key: CARBONDATA-901 URL: https://issues.apache.org/jira/browse/CARBONDATA-901 Project: CarbonData Issue Type:

[jira] [Created] (CARBONDATA-896) throws nullpointerException while insert data

2017-04-11 Thread sehriff (JIRA)
sehriff created CARBONDATA-896: -- Summary: throws nullpointerException while insert data Key: CARBONDATA-896 URL: https://issues.apache.org/jira/browse/CARBONDATA-896 Project: CarbonData Issue

[jira] [Created] (CARBONDATA-904) ArrayIndexOutOfBoundsException

2017-04-11 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-904: Summary: ArrayIndexOutOfBoundsException Key: CARBONDATA-904 URL: https://issues.apache.org/jira/browse/CARBONDATA-904 Project: CarbonData Issue Type: Bug

[jira] [Created] (CARBONDATA-905) Unable to execute method public: org.apache.hadoop.hive.ql.metadata.HiveException

2017-04-11 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-905: Summary: Unable to execute method public: org.apache.hadoop.hive.ql.metadata.HiveException Key: CARBONDATA-905 URL: https://issues.apache.org/jira/browse/CARBONDATA-905

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

2017-04-11 Thread Jacky Li
Hi Sanoj, This is because in CarbonData loading flow, it needs to scan input data twice (one for generating global dictionary, another for actual loading). If user is using Dataframe to write to CarbonData, and if the input dataframe compute is costly, it is better to save it as a temporary