carbondata git commit: [CARBONDATA-1880] Documentation for merging small files

2018-02-03 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 71f8828be -> b48a8c21f [CARBONDATA-1880] Documentation for merging small files Documentation for merging small files This closes #1903 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.

carbondata git commit: [CARBONDATA-2115] Docummentation - Scenarios in which aggregate query is not fetching

2018-02-03 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master b48a8c21f -> 88757754e [CARBONDATA-2115] Docummentation - Scenarios in which aggregate query is not fetching Added the FAQ on Scenarios in which aggregate query is not fetching This closes #1905 Project: http://git-wip-us.apache.or

Jenkins build is back to stable : carbondata-master-spark-2.2 #42

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #42

2018-02-03 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2093] Use small file feature of global sort to minimise the carbondata file count

2018-02-03 Thread qiangcai
Repository: carbondata Updated Branches: refs/heads/master 88757754e -> e527c059e [CARBONDATA-2093] Use small file feature of global sort to minimise the carbondata file count This closes #1876 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.

carbondata git commit: [Documentation] Data types for Dictionary exclude & sort column

2018-02-03 Thread manishgupta88
Repository: carbondata Updated Branches: refs/heads/master e527c059e -> 22f78faba [Documentation] Data types for Dictionary exclude & sort column Data types for Dictionary exclude & sort column This closes #1907 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://

Jenkins build became unstable: carbondata-master-spark-2.1 #2012

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Spark Common Test #2012

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.1 #2013

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Spark Common Test #2013

2018-02-03 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2111] Fix self join query with dictionary include

2018-02-03 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 22f78faba -> 6fd778ab1 [CARBONDATA-2111] Fix self join query with dictionary include This closes #1918 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/6

carbondata git commit: [CARBONDATA-2117]Fixed Syncronization issue in CarbonEnv

2018-02-03 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 6fd778ab1 -> 44e70d08e [CARBONDATA-2117]Fixed Syncronization issue in CarbonEnv Problem: When creating multiple session (100) session initialisation is failing with below error java.lang.IllegalArgumentException: requirement failed:

Jenkins build is back to stable : carbondata-master-spark-2.1 » Apache CarbonData :: Spark Common Test #2014

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.1 #2014

2018-02-03 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2112] Fixed bug for select operation on datamap with avg and a column name

2018-02-03 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 44e70d08e -> 91911af23 [CARBONDATA-2112] Fixed bug for select operation on datamap with avg and a column name Problem: When applying select operation(having a column name and an aggregate function) on a table having a datamap, the da

[2/2] carbondata git commit: [CARBONDATA-2104] Add testcase for concurrent execution of insert overwrite and other command

2018-02-03 Thread ravipesala
[CARBONDATA-2104] Add testcase for concurrent execution of insert overwrite and other command More testcases are added for concurrent execution of insert overwrite and other commands. Fix bug of delete segment, clean file when insert overwrite in progress Change in all command processMetadata to

[1/2] carbondata git commit: [CARBONDATA-2104] Add testcase for concurrent execution of insert overwrite and other command

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 91911af23 -> 55bffbe2d http://git-wip-us.apache.org/repos/asf/carbondata/blob/55bffbe2/integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonCreateTableCommand.scala ---

carbondata git commit: [CARBONDATA-2080] [S3-Implementation] Propagated hadoopConf from driver to executor for s3 implementation in cluster mode.

2018-02-03 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/carbonstore c3e99681b -> e502c59a2 [CARBONDATA-2080] [S3-Implementation] Propagated hadoopConf from driver to executor for s3 implementation in cluster mode. Problem : hadoopconf was not getting propagated from driver to the executor that's

carbondata git commit: [CARBONDATA-2105] Fixed bug for null values when group by column is present as dictionary_include

2018-02-03 Thread kumarvishal09
Repository: carbondata Updated Branches: refs/heads/master 55bffbe2d -> 11f23714c [CARBONDATA-2105] Fixed bug for null values when group by column is present as dictionary_include Refactored code to resolve issue of null values when group by column is present as dictionary_include. This clo

carbondata git commit: [HOTFIX] Fix streaming test case issue for file input source

2018-02-03 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 11f23714c -> 36ff93216 [HOTFIX] Fix streaming test case issue for file input source Fix streaming test case issue for file input source This closes #1922 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http:/

carbondata git commit: [CARBONDATA-2126] Documentation for create database and custom location

2018-02-03 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 36ff93216 -> 4677fc6b4 [CARBONDATA-2126] Documentation for create database and custom location Documentation for create database and custom location This closes #1923 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo C

carbondata git commit: [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to use short name and classname

2018-02-03 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 4677fc6b4 -> 46d9bf966 [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to use short name and classname Update schema thrift file for datamap schema to correct the typo errors and updated the names. Added class n

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #56

2018-02-03 Thread Apache Jenkins Server
See Changes: [jacky.likun] [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.2 #56

2018-02-03 Thread Apache Jenkins Server
See Changes: [jacky.likun] [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to -- [...truncated 12.41 KB...] [INFO] --- maven-clean-plugin:2

Build failed in Jenkins: carbondata-master-spark-2.1 #2021

2018-02-03 Thread Apache Jenkins Server
See Changes: [jacky.likun] [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to -- [...truncated 12.44 KB...] [INFO] --- maven-clean-plugin

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2021

2018-02-03 Thread Apache Jenkins Server
See Changes: [jacky.likun] [CARBONDATA-2123] Refactor datamap schema thrift and datamap provider to -- [INFO]

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #54

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 #54

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Spark Common Test #55

2018-02-03 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.2 #55

2018-02-03 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries datamap

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 46d9bf966 -> 349be007f [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries datamap Restricting direct query on PreAggregate and timeseries data map Added Property to run direct query on data map for testing purpose v

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #57

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.2 #57

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries -- [...truncated 11.42 KB...] [INFO] [INFO] --- maven-install-p

Build failed in Jenkins: carbondata-master-spark-2.1 #2022

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries -- [...truncated 11.46 KB...] [INFO] [INFO] --- maven-install

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2022

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries -- [INFO]

carbondata git commit: [CARBONDATA-2128] Documentation for table path while creating the table

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 349be007f -> 4a251ba16 [CARBONDATA-2128] Documentation for table path while creating the table This closes #1927 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondat

Build failed in Jenkins: carbondata-master-spark-2.2 #58

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2128] Documentation for table path while creating the table -- [...truncated 11.57 KB...] [INFO] --- maven-install-plugin:2

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #58

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] -

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2023

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] ---

Build failed in Jenkins: carbondata-master-spark-2.1 #2023

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2128] Documentation for table path while creating the table -- [...truncated 11.46 KB...] [INFO] [INFO] --- maven-instal

carbondata git commit: [CARBONDATA-2127] Documentation for Hive Standard Partition

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 4a251ba16 -> a7bcc763b [CARBONDATA-2127] Documentation for Hive Standard Partition This closes #1926 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/a7b

Build failed in Jenkins: carbondata-master-spark-2.2 #59

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2127] Documentation for Hive Standard Partition -- [...truncated 11.40 KB...] [INFO] [INFO] --- maven-install-plugin:2.5.2:

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #59

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] -

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2024

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] ---

Build failed in Jenkins: carbondata-master-spark-2.1 #2024

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2127] Documentation for Hive Standard Partition -- [...truncated 11.45 KB...] [INFO] [INFO] --- maven-install-plugin:2.5.

carbondata git commit: [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master a7bcc763b -> 54b7db519 [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel Problem: Load model was not getting de-serialized in the executor due to which 2 different carbon table objects were being created. Solution: Re

Build failed in Jenkins: carbondata-master-spark-2.2 #60

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel -- [...truncated 11.41 KB...] [INFO] [INFO] --- maven-install-plugin

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #60

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2025

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 #2025

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel -- [...truncated 11.45 KB...] [INFO] [INFO] --- maven-install-plug

carbondata git commit: [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException in case of table having more pages

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 54b7db519 -> 50e2f2c8f [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException in case of table having more pages Problem: like% filter is giving ArrayIndexOutOfBoundException in case of table having more pages Solutio

Build failed in Jenkins: carbondata-master-spark-2.2 #61

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException -- [...truncated 11.44 KB...] [INFO] [INFO] --- maven-install-p

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #61

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2026

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 #2026

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-2125] like% filter is giving ArrayIndexOutOfBoundException -- [...truncated 11.49 KB...] [INFO] [INFO] --- maven-install

carbondata git commit: [CARBONDATA-2122] Add validation for empty bad record path

2018-02-03 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 50e2f2c8f -> 4a2a2d1b7 [CARBONDATA-2122] Add validation for empty bad record path Data Load having bad record redirect with empty location should throw the exception of Invalid Path. This closes #1914 Project: http://git-wip-us.apa

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #62

2018-02-03 Thread Apache Jenkins Server
See Changes: [kunalkapoor642] [CARBONDATA-2122] Add validation for empty bad record path -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.2 #62

2018-02-03 Thread Apache Jenkins Server
See Changes: [kunalkapoor642] [CARBONDATA-2122] Add validation for empty bad record path -- [...truncated 11.55 KB...] [INFO] --- maven-install-plugin:2.5.2:insta

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2027

2018-02-03 Thread Apache Jenkins Server
See Changes: [kunalkapoor642] [CARBONDATA-2122] Add validation for empty bad record path -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 #2027

2018-02-03 Thread Apache Jenkins Server
See Changes: [kunalkapoor642] [CARBONDATA-2122] Add validation for empty bad record path -- [...truncated 11.59 KB...] [INFO] --- maven-install-plugin:2.5.2:ins

carbondata git commit: [HOTFIX] Some basic fix for 1.3.0 release

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 4a2a2d1b7 -> fa6cd8d58 [HOTFIX] Some basic fix for 1.3.0 release This closes #1924 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fa6cd8d5 Tree: http:/

Build failed in Jenkins: carbondata-master-spark-2.2 #63

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [HOTFIX] Some basic fix for 1.3.0 release -- [...truncated 11.54 KB...] [INFO] Installing

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #63

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] -

Build failed in Jenkins: carbondata-master-spark-2.1 #2028

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [HOTFIX] Some basic fix for 1.3.0 release -- [...truncated 11.58 KB...] [INFO] --- maven-install-plugin:2.5.2:install (default-install

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2028

2018-02-03 Thread Apache Jenkins Server
See -- [INFO] [INFO] ---

carbondata git commit: [CARBONDATA-1454]false expression handling and block pruning

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master fa6cd8d58 -> e16e87818 [CARBONDATA-1454]false expression handling and block pruning Issue :- In case of wrong value/invalid for time-stamp and date data type. all blocks are identified for scan . Solution :- Add False Expression hand

Build failed in Jenkins: carbondata-master-spark-2.2 #64

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-1454]false expression handling and block pruning -- [...truncated 11.55 KB...] [INFO] --- maven-install-plugin:2.5.2:install

Build failed in Jenkins: carbondata-master-spark-2.2 » Apache CarbonData :: Core #64

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-1454]false expression handling and block pruning -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2029

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-1454]false expression handling and block pruning -- [INFO]

Build failed in Jenkins: carbondata-master-spark-2.1 #2029

2018-02-03 Thread Apache Jenkins Server
See Changes: [ravipesala] [CARBONDATA-1454]false expression handling and block pruning -- [...truncated 11.60 KB...] [INFO] --- maven-install-plugin:2.5.2:insta

[15/50] [abbrv] carbondata git commit: Problem: For old store the measure min and max values are written opposite (i.e min in place of max and max in place of min). Due to this computing of measure fi

2018-02-03 Thread ravipesala
Problem: For old store the measure min and max values are written opposite (i.e min in place of max and max in place of min). Due to this computing of measure filter with current code is impacted. This problem specifically comes when measure data has negative values. Impact Filter query on measu

[24/50] [abbrv] carbondata git commit: [CARBONDATA-2082] Timeseries pre-aggregate table should support the blank space

2018-02-03 Thread ravipesala
[CARBONDATA-2082] Timeseries pre-aggregate table should support the blank space Timeseries pre-aggregate table should support the blank space, including:event_time,different franularity This closes #1902 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us

[49/50] [abbrv] carbondata git commit: [HOTFIX] Some basic fix for 1.3.0 release

2018-02-03 Thread ravipesala
[HOTFIX] Some basic fix for 1.3.0 release This closes #1924 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/fa6cd8d5 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/fa6cd8d5 Diff: http://git-wip-us.apac

[27/50] [abbrv] carbondata git commit: [CARBONDATA-2120]Fixed is null filter issue

2018-02-03 Thread ravipesala
[CARBONDATA-2120]Fixed is null filter issue Problem: Is null filter is failing for numeric data type(No dictionary column). Root cause: Min max calculation is wrong when no dictionary column is not the first column. As it is not the first column null value can come in between and min max for n

[21/50] [abbrv] carbondata git commit: [Compatibility] Added changes for backward compatibility

2018-02-03 Thread ravipesala
[Compatibility] Added changes for backward compatibility This PR will fix the issues related to old version and new version compatibility. Issues fixed: 1. Schema file name was different in one of the previous versions. 2. Bucket number was not supported in the previous versions. 3. Table paramet

[13/50] [abbrv] carbondata git commit: [CARBONDATA-2107]Fixed query failure in case if average case

2018-02-03 Thread ravipesala
[CARBONDATA-2107]Fixed query failure in case if average case Average query is failing when data map has sum(column), average(column) This closes #1894 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/19fdd4d7 Tree:

[18/50] [abbrv] carbondata git commit: [CARBONDATA-2043] Configurable wait time for requesting executors and minimum registered executors ratio to continue the block distribution - carbon.dynamicAlloc

2018-02-03 Thread ravipesala
[CARBONDATA-2043] Configurable wait time for requesting executors and minimum registered executors ratio to continue the block distribution - carbon.dynamicAllocation.schedulerTimeout : to configure wait time. defalt 5sec, Min 5 sec and max 15 sec. - carbon.scheduler.minRegisteredResourcesRatio :

[09/50] [abbrv] carbondata git commit: [CARBONDATA-1840]Updated configuration-parameters.md for V3 format

2018-02-03 Thread ravipesala
[CARBONDATA-1840]Updated configuration-parameters.md for V3 format Updated configuration-parameters.md for V3 format This closes #1883 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/f34ea5c7 Tree: http://git-wip-u

[30/50] [abbrv] carbondata git commit: [CARBONDATA-1880] Documentation for merging small files

2018-02-03 Thread ravipesala
[CARBONDATA-1880] Documentation for merging small files Documentation for merging small files This closes #1903 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b48a8c21 Tree: http://git-wip-us.apache.org/repos/asf/

[23/50] [abbrv] carbondata git commit: [CARBONDATA-2062] Configure the temp directory to be used for streaming handoff

2018-02-03 Thread ravipesala
[CARBONDATA-2062] Configure the temp directory to be used for streaming handoff This closes #1841 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/d3b228fb Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree

[37/50] [abbrv] carbondata git commit: [CARBONDATA-2104] Add testcase for concurrent execution of insert overwrite and other command

2018-02-03 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/55bffbe2/integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonCreateTableCommand.scala -- diff --git a/integration/spark2/src/main/scala/org/ap

[41/50] [abbrv] carbondata git commit: [CARBONDATA-2126] Documentation for create database and custom location

2018-02-03 Thread ravipesala
[CARBONDATA-2126] Documentation for create database and custom location Documentation for create database and custom location This closes #1923 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/4677fc6b Tree: http://

[05/50] [abbrv] carbondata git commit: [CARBONDATA-2089]SQL exception is masked due to assert(false) inside try catch and exception block always asserting true

2018-02-03 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/3dff273b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/DataLoadingIUDTestCase.scala -- diff --git a/integration/spark-common

[08/50] [abbrv] carbondata git commit: [CARBONDATA-1616] Add CarbonData Streaming Ingestion Guide

2018-02-03 Thread ravipesala
[CARBONDATA-1616] Add CarbonData Streaming Ingestion Guide Add CarbonData Streaming Ingestion Guide This closes #1880 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/cdff1932 Tree: http://git-wip-us.apache.org/repo

[01/50] [abbrv] carbondata git commit: [HOTFIX] Correct CI url and add standard partition usage [Forced Update!]

2018-02-03 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.3 ba7589805 -> e16e87818 (forced update) [HOTFIX] Correct CI url and add standard partition usage This closes #1889 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carb

[46/50] [abbrv] carbondata git commit: [CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel

2018-02-03 Thread ravipesala
[CARBONDATA-2119] Fixed deserialization issues for carbonLoadModel Problem: Load model was not getting de-serialized in the executor due to which 2 different carbon table objects were being created. Solution: Reconstruct carbonTable from tableInfo if not already created. This closes #1911 Proj

[20/50] [abbrv] carbondata git commit: [CARBONDATA-2116] Documentation for CTAS

2018-02-03 Thread ravipesala
[CARBONDATA-2116] Documentation for CTAS Added the documentation for CTAS This closes #1906 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1b224a4a Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/1b22

[35/50] [abbrv] carbondata git commit: [CARBONDATA-2117]Fixed Syncronization issue in CarbonEnv

2018-02-03 Thread ravipesala
[CARBONDATA-2117]Fixed Syncronization issue in CarbonEnv Problem: When creating multiple session (100) session initialisation is failing with below error java.lang.IllegalArgumentException: requirement failed: Config entry enable.unsafe.sort already registered! Solution: Currently in CarbonEnv

[43/50] [abbrv] carbondata git commit: [CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries datamap

2018-02-03 Thread ravipesala
[CARBONDATA-2101]Restrict direct query on pre aggregate and timeseries datamap Restricting direct query on PreAggregate and timeseries data map Added Property to run direct query on data map for testing purpose validate.support.direct.query.on.datamap=true This closes #1888 Project: http://git-

[16/50] [abbrv] carbondata git commit: [CARBONDATA-2113]compatibility fix for v2

2018-02-03 Thread ravipesala
[CARBONDATA-2113]compatibility fix for v2 Fixes related to backword compatibility: Count() issue: when count() is run on old store where file format version is V2, it was unable to get the files, because when forming the filepath while creating the table block info object from index file info,

[34/50] [abbrv] carbondata git commit: [CARBONDATA-2111] Fix self join query with dictionary include

2018-02-03 Thread ravipesala
[CARBONDATA-2111] Fix self join query with dictionary include This closes #1918 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/6fd778ab Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/6fd778ab Diff: ht

[03/50] [abbrv] carbondata git commit: [CARBONDATA-2021]fix clean up issue when update operation is abprutly stopped

2018-02-03 Thread ravipesala
[CARBONDATA-2021]fix clean up issue when update operation is abprutly stopped when delete is success and update is failed while writing status file then a stale carbon data file is created. so removing that file on clean up . and also not considering that one during query. This closes #1793 P

[04/50] [abbrv] carbondata git commit: [CARBONDATA-2089]SQL exception is masked due to assert(false) inside try catch and exception block always asserting true

2018-02-03 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/3dff273b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/SinglepassTestCase.scala -- diff --git a/integration/spark-common-clu

[07/50] [abbrv] carbondata git commit: [HOTFIX] Correct the order of dropping pre-aggregate tables.pre-aggregate tables to be dropped before main table is dropped

2018-02-03 Thread ravipesala
[HOTFIX] Correct the order of dropping pre-aggregate tables.pre-aggregate tables to be dropped before main table is dropped This closes #1900 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/c8a3eb5c Tree: http://gi

[40/50] [abbrv] carbondata git commit: [HOTFIX] Fix streaming test case issue for file input source

2018-02-03 Thread ravipesala
[HOTFIX] Fix streaming test case issue for file input source Fix streaming test case issue for file input source This closes #1922 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/36ff9321 Tree: http://git-wip-us.ap

[22/50] [abbrv] carbondata git commit: [CARBONDATA-2078][CARBONDATA-1516] Add 'if not exists' for creating datamap

2018-02-03 Thread ravipesala
[CARBONDATA-2078][CARBONDATA-1516] Add 'if not exists' for creating datamap Add 'if not exists' function for creating datamap This closes #1861 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/f9606e9d Tree: http://

[10/50] [abbrv] carbondata git commit: [CARBONDATA-2092] Fix compaction bug to prevent the compaction flow from going through the restructure compaction flow

2018-02-03 Thread ravipesala
[CARBONDATA-2092] Fix compaction bug to prevent the compaction flow from going through the restructure compaction flow Problem and analysis: During data load current schema timestamp is written to the carbondata fileHeader. This is used during compaction to decide whether the block is a restruc

[11/50] [abbrv] carbondata git commit: [CARBONDATA-2111] Fix the decoder issue when multiple joins are present in the TPCH query

2018-02-03 Thread ravipesala
[CARBONDATA-2111] Fix the decoder issue when multiple joins are present in the TPCH query Problem The TPCh query which has multiple joins fails to return any rows Analysis It is because of decode of dictionary columns not happening for some joins in case of self join and same column is used for

[25/50] [abbrv] carbondata git commit: [CARBONDATA-1918] Incorrect data is displayed when String is updated using Sentences

2018-02-03 Thread ravipesala
[CARBONDATA-1918] Incorrect data is displayed when String is updated using Sentences Incorrect data is displayed when updating a String column using Sentences UDF. Sentences UDF will give us a Array, When updating string with array, wrong data is getting updated. Therefore, we have to check for

[28/50] [abbrv] carbondata git commit: [CARBONDATA-2110]deprecate 'tempCSV' option of dataframe load

2018-02-03 Thread ravipesala
[CARBONDATA-2110]deprecate 'tempCSV' option of dataframe load deprecate 'tempCSV' option of dataframe load, it won't generate temp file on hdfs, no matter the value of tempCSV This closes #1916 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org

  1   2   >