[38/50] [abbrv] carbondata git commit: [CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row

2018-03-02 Thread jackylk
[CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row Pick up the no-sort fields in the row and pack them as bytes array and skip parsing them during merge sort to reduce CPU consumption This closes #1792 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo C

[09/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/util/AbstractDataFileFooterConverter.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/util/AbstractDat

[10/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/result/iterator/PartitionSpliterRawResultIterator.java -- diff --git a/core/src/main/java/org/apache/carbondata/cor

[27/50] [abbrv] carbondata git commit: [CARBONDATA-2023][DataLoad] Add size base block allocation in data loading

2018-03-02 Thread jackylk
[CARBONDATA-2023][DataLoad] Add size base block allocation in data loading Carbondata assign blocks to nodes at the beginning of data loading. Previous block allocation strategy is block number based and it will suffer skewed data problem if the size of input files differs a lot. We introduced a

[14/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/filter/executer/ExcludeColGroupFilterExecuterImpl.java -- diff --git a/core/src/main/java/org/apache/carbondata/cor

[07/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/processing/src/main/java/org/apache/carbondata/processing/merger/CarbonCompactionExecutor.java -- diff --git a/processing/src/main/java/org/apache/carbondata/processi

[18/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/datastore/chunk/impl/FixedLengthDimensionDataChunk.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/da

[37/50] [abbrv] carbondata git commit: [CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/f9d46b18/processing/src/main/java/org/apache/carbondata/processing/loading/sort/unsafe/holder/UnsafeSortTempFileChunkHolder.java -- diff --git a/processing/src/main/java/org/a

[17/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/unsafe/UnsafeFixedLengthDimensionDataChunkStore.java -- diff --git a/core/src/main/java/org/a

[46/50] [abbrv] carbondata git commit: [CARBONDATA-2091][DataLoad] Support specifying sort column bounds in data loading

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/b1c96285/processing/src/main/java/org/apache/carbondata/processing/loading/sort/impl/UnsafeParallelReadMergeSorterWithBucketingImpl.java -- diff --git a/processing/src/main/ja

[21/50] [abbrv] carbondata git commit: [CARBONDATA-2025] Unify all path construction through CarbonTablePath static method

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/9daad358/integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/AggregateDataMapCompactor.scala -- diff --git a/integration/spark2/src/main/scala/org/apache/carbond

[12/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/filter/executer/RowLevelRangeLessThanFiterExecuterImpl.java -- diff --git a/core/src/main/java/org/apache/carbondat

[33/50] [abbrv] carbondata git commit: Revert "[CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row"

2018-03-02 Thread jackylk
Revert "[CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row" This reverts commit de92ea9a123b17d903f2d1d4662299315c792954. Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/78aa2cc3 Tree: ht

[36/50] [abbrv] carbondata git commit: [HotFix][CheckStyle] Fix import related checkstyle

2018-03-02 Thread jackylk
[HotFix][CheckStyle] Fix import related checkstyle This closes #1952 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/67ca605e Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/67ca605e Diff: http://git-wi

[35/50] [abbrv] carbondata git commit: [CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row

2018-03-02 Thread jackylk
[CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row Pick up the no-sort fields in the row and pack them as bytes array and skip parsing them during merge sort to reduce CPU consumption This closes #1792 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo C

[19/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
[CARBONDATA-2099] Refactor query scan process to improve readability Unified concepts in scan process flow: 1.QueryModel contains all parameter for scan, it is created by API in CarbonTable. (In future, CarbonTable will be the entry point for various table operations) 2.Use term ColumnChunk to

[04/50] [abbrv] carbondata git commit: [CARBONDATA-1968] Add external table support

2018-03-02 Thread jackylk
[CARBONDATA-1968] Add external table support This PR adds support for creating external table with existing carbondata files, using Hive syntax. CREATE EXTERNAL TABLE tableName STORED BY 'carbondata' LOCATION 'path' This closes #1749 Project: http://git-wip-us.apache.org/repos/asf/carbondata/r

[06/50] [abbrv] carbondata git commit: [CARBONDATA-1992] Remove partitionId in CarbonTablePath

2018-03-02 Thread jackylk
[CARBONDATA-1992] Remove partitionId in CarbonTablePath In CarbonTablePath, there is a deprecated partition id which is always 0, it should be removed to avoid confusion. This closes #1765 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repo

[44/50] [abbrv] carbondata git commit: [CARBONDATA-2159] Remove carbon-spark dependency in store-sdk module

2018-03-02 Thread jackylk
[CARBONDATA-2159] Remove carbon-spark dependency in store-sdk module To make assembling JAR of store-sdk module, it should not depend on carbon-spark module This closes #1970 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbonda

[45/50] [abbrv] carbondata git commit: Support generating assembling JAR for store-sdk module

2018-03-02 Thread jackylk
Support generating assembling JAR for store-sdk module Support generating assembling JAR for store-sdk module and remove junit dependency This closes #1976 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/d85215a1

[11/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/processor/DataBlockIterator.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/scan/processor/DataB

[15/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/executor/impl/AbstractQueryExecutor.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/scan/executo

[49/50] [abbrv] carbondata git commit: [CARBONDATA-2186] Add InterfaceAudience.Internal to annotate internal interface

2018-03-02 Thread jackylk
[CARBONDATA-2186] Add InterfaceAudience.Internal to annotate internal interface This closes #1986 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b1bc9c79 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree

[34/50] [abbrv] carbondata git commit: [CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/d115c479/processing/src/main/java/org/apache/carbondata/processing/loading/sort/unsafe/holder/UnsafeSortTempFileChunkHolder.java -- diff --git a/processing/src/main/java/org/a

[16/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/metadata/blocklet/SegmentInfo.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/metadata/blocklet/Segme

[47/50] [abbrv] carbondata git commit: [CARBONDATA-2091][DataLoad] Support specifying sort column bounds in data loading

2018-03-02 Thread jackylk
[CARBONDATA-2091][DataLoad] Support specifying sort column bounds in data loading Enhance data loading performance by specifying sort column bounds 1. Add row range number during convert-process-step 2. Dispatch rows to each sorter by range number 3. Sort/Write process step can be done concurrent

[50/50] [abbrv] carbondata git commit: [REBASE] Solve conflict after merging master

2018-03-02 Thread jackylk
[REBASE] Solve conflict after merging master Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/7540cc9c Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/7540cc9c Diff: http://git-wip-us.apache.org/repos/asf

[08/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/test/java/org/apache/carbondata/core/util/CarbonUtilTest.java -- diff --git a/core/src/test/java/org/apache/carbondata/core/util/CarbonUtilTest.java b/core/

[24/50] [abbrv] carbondata git commit: [CARBONDATA-1480]Min Max Index Example for DataMap

2018-03-02 Thread jackylk
[CARBONDATA-1480]Min Max Index Example for DataMap Datamap Example. Implementation of Min Max Index through Datamap. And Using the Index while prunning. This closes #1359 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/c

[48/50] [abbrv] carbondata git commit: [CARBONDATA-1114][Tests] Fix bugs in tests in windows env

2018-03-02 Thread jackylk
[CARBONDATA-1114][Tests] Fix bugs in tests in windows env Fix bugs in tests that will cause failure under windows env This closes #1994 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/8a9dd8b2 Tree: http://git-wip-

[23/50] [abbrv] carbondata git commit: [CARBONDATA-2025] Unify all path construction through CarbonTablePath static method

2018-03-02 Thread jackylk
[CARBONDATA-2025] Unify all path construction through CarbonTablePath static method Refactory CarbonTablePath: 1.Remove CarbonStorePath and use CarbonTablePath only. 2.Make CarbonTablePath an utility without object creation, it can avoid creating object before using it, thus code is cleaner and

[03/50] [abbrv] carbondata git commit: [CARBONDATA-1827] S3 Carbon Implementation

2018-03-02 Thread jackylk
[CARBONDATA-1827] S3 Carbon Implementation 1.Provide support for s3 in carbondata. 2.Added S3Example to create carbon table on s3. 3.Added S3CSVExample to load carbon table using csv from s3. This closes #1805 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wi

[30/50] [abbrv] carbondata git commit: Revert "[CARBONDATA-2023][DataLoad] Add size base block allocation in data loading"

2018-03-02 Thread jackylk
Revert "[CARBONDATA-2023][DataLoad] Add size base block allocation in data loading" This reverts commit 6dd8b038fc898dbf48ad30adfc870c19eb38e3d0. Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/22bb333a Tree: http:

[42/50] [abbrv] carbondata git commit: [CARBONDATA-2159] Remove carbon-spark dependency in store-sdk module

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/c5740b19/processing/src/main/java/org/apache/carbondata/processing/loading/model/CarbonLoadModelBuilder.java -- diff --git a/processing/src/main/java/org/apache/carbondata/pro

[43/50] [abbrv] carbondata git commit: [CARBONDATA-2159] Remove carbon-spark dependency in store-sdk module

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/c5740b19/integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/DataLoadingUtil.scala -- diff --git a/integration/spark-common/src/main/scala/org/apache/carb

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

2018-03-02 Thread jackylk
[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 why load was failing to the distributed environment. Solution: Setting the Hadoop conf in

[29/50] [abbrv] carbondata git commit: [CARBONDATA-1544][Datamap] Datamap FineGrain implementation

2018-03-02 Thread jackylk
[CARBONDATA-1544][Datamap] Datamap FineGrain implementation Implemented interfaces for FG datamap and integrated to filterscanner to use the pruned bitset from FG datamap. FG Query flow as follows. 1.The user can add FG datamap to any table and implement there interfaces. 2. Any filter query whic

[02/50] [abbrv] carbondata git commit: [REBASE] Solve conflict after rebasing master

2018-03-02 Thread jackylk
[REBASE] Solve conflict after rebasing master Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/6944dd42 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/6944dd42 Diff: http://git-wip-us.apache.org/repos/as

[40/50] [abbrv] carbondata git commit: [CARBONDATA-1997] Add CarbonWriter SDK API

2018-03-02 Thread jackylk
[CARBONDATA-1997] Add CarbonWriter SDK API Added a new module called store-sdk, and added a CarbonWriter API, it can be used to write Carbondata files to a specified folder, without Spark and Hadoop dependency. User can use this API in any environment. This closes #1967 Project: http://git-wi

[41/50] [abbrv] carbondata git commit: [CARBONDATA-2156] Add interface annotation

2018-03-02 Thread jackylk
[CARBONDATA-2156] Add interface annotation InterfaceAudience and InterfaceStability annotation should be added for user and developer 1.InetfaceAudience can be User and Developer 2.InterfaceStability can be Stable, Evolving, Unstable This closes #1968 Project: http://git-wip-us.apache.org/rep

[20/50] [abbrv] carbondata git commit: [CARBONDATA-2025] Unify all path construction through CarbonTablePath static method

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/9daad358/processing/src/main/java/org/apache/carbondata/processing/merger/CarbonCompactionUtil.java -- diff --git a/processing/src/main/java/org/apache/carbondata/processing/m

[32/50] [abbrv] carbondata git commit: Revert "[CARBONDATA-2018][DataLoad] Optimization in reading/writing for sort temp row"

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/78aa2cc3/processing/src/main/java/org/apache/carbondata/processing/loading/sort/unsafe/holder/UnsafeSortTempFileChunkHolder.java -- diff --git a/processing/src/main/java/org/a

[13/50] [abbrv] carbondata git commit: [CARBONDATA-2099] Refactor query scan process to improve readability

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/636eb799/core/src/main/java/org/apache/carbondata/core/scan/filter/executer/RowLevelFilterExecuterImpl.java -- diff --git a/core/src/main/java/org/apache/carbondata/core/scan/

[01/50] [abbrv] carbondata git commit: [CARBONDATA-2211] in case of DDL HandOff should not be execute in thread [Forced Update!]

2018-03-02 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/carbonstore-rebase5 8b94788a5 -> 7540cc9ca (forced update) [CARBONDATA-2211] in case of DDL HandOff should not be execute in thread 1. DDL handoff will be executed in the blocking thread. 2. Auto handoff will be executed in a new non-blocking

[26/50] [abbrv] carbondata git commit: [REBASE] Solve conflict after rebasing master

2018-03-02 Thread jackylk
[REBASE] Solve conflict after rebasing master Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/65daaca7 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/65daaca7 Diff: http://git-wip-us.apache.org/repos/as

[31/50] [abbrv] carbondata git commit: [REBASE] resolve conflict after rebasing to master

2018-03-02 Thread jackylk
[REBASE] resolve conflict after rebasing to master Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/90629314 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/90629314 Diff: http://git-wip-us.apache.org/rep

[05/50] [abbrv] carbondata git commit: [CARBONDATA-1992] Remove partitionId in CarbonTablePath

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/2e28c156/processing/src/main/java/org/apache/carbondata/processing/loading/steps/DataWriterProcessorStepImpl.java -- diff --git a/processing/src/main/java/org/apache/carbondat

[22/50] [abbrv] carbondata git commit: [CARBONDATA-2025] Unify all path construction through CarbonTablePath static method

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/9daad358/core/src/test/java/org/apache/carbondata/core/util/path/CarbonFormatDirectoryStructureTest.java -- diff --git a/core/src/test/java/org/apache/carbondata/core/util/pat

[39/50] [abbrv] carbondata git commit: [CARBONDATA-2023][DataLoad] Add size base block allocation in data loading

2018-03-02 Thread jackylk
[CARBONDATA-2023][DataLoad] Add size base block allocation in data loading Carbondata assign blocks to nodes at the beginning of data loading. Previous block allocation strategy is block number based and it will suffer skewed data problem if the size of input files differs a lot. We introduced a

[28/50] [abbrv] carbondata git commit: [CARBONDATA-1544][Datamap] Datamap FineGrain implementation

2018-03-02 Thread jackylk
http://git-wip-us.apache.org/repos/asf/carbondata/blob/d0990532/datamap/examples/src/minmaxdatamap/main/java/org/apache/carbondata/datamap/examples/MinMaxDataWriter.java -- diff --git a/datamap/examples/src/minmaxdatamap/main/java

carbondata git commit: [CARBONDATA-2196] Take CarbonTable from loadmodel during streaming ingestion

2018-03-02 Thread qiangcai
Repository: carbondata Updated Branches: refs/heads/master 7f7ea4d75 -> 65471f2c8 [CARBONDATA-2196] Take CarbonTable from loadmodel during streaming ingestion This closes #1991 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carb

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

svn commit: r25363 - /release/carbondata/1.3.0/

2018-03-02 Thread chenliang613
Author: chenliang613 Date: Fri Mar 2 08:48:36 2018 New Revision: 25363 Log: upload binary release jar of spark2.2.1 Added: release/carbondata/1.3.0/apache-carbondata-1.3.0-bin-spark2.2.1-hadoop2.7.2.zip (with props) release/carbondata/1.3.0/apache-carbondata-1.3.0-bin-spark2.2.1-had

carbondata git commit: [CARBONDATA1506] fix SDV error in PushUP_FILTER_uniqdata_TC075

2018-03-02 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 65471f2c8 -> 92f2b71e6 [CARBONDATA1506] fix SDV error in PushUP_FILTER_uniqdata_TC075 fix SDV error in PushUP_FILTER_uniqdata_TC075 This closes #1941 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Spark2 #2100

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

[1/2] carbondata git commit: [REBASE] Solve conflict after merging master [Forced Update!]

2018-03-02 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/carbonstore-rebase5 7540cc9ca -> c305f309e (forced update) http://git-wip-us.apache.org/repos/asf/carbondata/blob/c305f309/processing/src/main/java/org/apache/carbondata/processing/merger/CarbonDataMergerUtil.java -

[2/2] carbondata git commit: [REBASE] Solve conflict after merging master

2018-03-02 Thread jackylk
[REBASE] Solve conflict after merging master Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/c305f309 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/c305f309 Diff: http://git-wip-us.apache.org/repos/asf

Jenkins build is still unstable: carbondata-master-spark-2.2 #138

2018-03-02 Thread Apache Jenkins Server
See

Jenkins build became unstable: carbondata-master-spark-2.2 » Apache CarbonData :: Spark2 #138

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Spark2 #2101

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2144] Optimize preaggregate table documentation, include timeseries

2018-03-02 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 92f2b71e6 -> 51353f5bc [CARBONDATA-2144] Optimize preaggregate table documentation, include timeseries Optimize preaggregate table documentation, include timeseries This closes #1949 Project: http://git-wip-us.apache.org/repos/asf/c

carbondata git commit: [HOTFIX] Add partition usage code

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 51353f5bc -> f74d1efac [HOTFIX] Add partition usage code This closes #1956 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/f74d1efa Tree: http://git-wip

carbondata git commit: [HOTFIX] Add partition usage code

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.3 7726b4f9b -> b360f9084 [HOTFIX] Add partition usage code This closes #1956 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/b360f908 Tree: http://git

carbondata git commit: [CARBONDATA-2217]fix drop partition for non existing partition and set FactTimeStamp during compaction for partition table

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master f74d1efac -> aa910ddb2 [CARBONDATA-2217]fix drop partition for non existing partition and set FactTimeStamp during compaction for partition table Problem: 1)when drop partition is fired for a column which does not exists , it throws

carbondata git commit: [CARBONDATA-2217]fix drop partition for non existing partition and set FactTimeStamp during compaction for partition table

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.3 b360f9084 -> b9a6b6865 [CARBONDATA-2217]fix drop partition for non existing partition and set FactTimeStamp during compaction for partition table Problem: 1)when drop partition is fired for a column which does not exists , it thro

Jenkins build is back to stable : carbondata-master-spark-2.2 » Apache CarbonData :: Spark2 #139

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

Jenkins build is back to stable : carbondata-master-spark-2.1 » Apache CarbonData :: Spark2 #2102

2018-03-02 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2103]Make show datamaps configurable in show tables command

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master aa910ddb2 -> ac30e3e72 [CARBONDATA-2103]Make show datamaps configurable in show tables command Make the show datamaps in show tables configurable: a new carbon property is added called carbon.query.show.datamaps, by default is it tru

carbondata git commit: [CARBONDATA-2103]Make show datamaps configurable in show tables command

2018-03-02 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/branch-1.3 b9a6b6865 -> 660190fb5 [CARBONDATA-2103]Make show datamaps configurable in show tables command Make the show datamaps in show tables configurable: a new carbon property is added called carbon.query.show.datamaps, by default is it

carbondata git commit: [CARBONDATA-2219] Added validation for external partition location to use same schema.

2018-03-02 Thread gvramana
Repository: carbondata Updated Branches: refs/heads/master ac30e3e72 -> 7bfe4afe4 [CARBONDATA-2219] Added validation for external partition location to use same schema. This closes #2018 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/rep

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

Jenkins build is still unstable: carbondata-master-spark-2.2 #143

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2209] Fixed rename table with partitions not working issue and batch_sort and no_sort with partition table issue

2018-03-02 Thread gvramana
Repository: carbondata Updated Branches: refs/heads/master 7bfe4afe4 -> 74f5d67c0 [CARBONDATA-2209] Fixed rename table with partitions not working issue and batch_sort and no_sort with partition table issue This closes #2006 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Co

[1/2] carbondata git commit: [CARBONDATA-2219] Added validation for external partition location to use same schema.

2018-03-02 Thread gvramana
Repository: carbondata Updated Branches: refs/heads/branch-1.3 660190fb5 -> 5b44e8105 [CARBONDATA-2219] Added validation for external partition location to use same schema. This closes #2018 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org

[2/2] carbondata git commit: [CARBONDATA-2209] Fixed rename table with partitions not working issue and batch_sort and no_sort with partition table issue

2018-03-02 Thread gvramana
[CARBONDATA-2209] Fixed rename table with partitions not working issue and batch_sort and no_sort with partition table issue This closes #2006 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/5b44e810 Tree: http://g

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

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

2018-03-02 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2098] Optimize pre-aggregate documentation

2018-03-02 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 74f5d67c0 -> 3e36639ed [CARBONDATA-2098] Optimize pre-aggregate documentation optimize pre-aggregate documentation move to separate file add more examples This closes #2022 Project: http://git-wip-us.apache.org/repos/asf/carbondata/

carbondata git commit: [HOTFIX] Fixed all examples

2018-03-02 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 3e36639ed -> 9c12f5dc8 [HOTFIX] Fixed all examples Fixed all examples This closes #2024 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/9c12f5dc Tree:

carbondata git commit: [CARBONDATA-2098] Optimize document for datamap

2018-03-02 Thread chenliang613
Repository: carbondata Updated Branches: refs/heads/master 9c12f5dc8 -> bfd77f69f [CARBONDATA-2098] Optimize document for datamap Optimize document for datamap This closes #2025 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/ca

carbondata git commit: [CARBONDATA-2204] Optimized number of reads of tablestatus file while querying

2018-03-02 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master bfd77f69f -> c125f0caa [CARBONDATA-2204] Optimized number of reads of tablestatus file while querying This PR avoid reading status file multiple times. For first time query, it reads 2 times(Needed for datamap refresher) and 1 time fo