Jenkins build is back to normal : carbondata-master-spark-2.1 #802

2017-07-20 Thread Apache Jenkins Server
See

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

2017-07-20 Thread Apache Jenkins Server
See -- Started by upstream project "carbondata-master-spark-1.6" build number 1244 originally caused by: Started by upstream project "carbondata-master-spark-2.1" build

[1/3] carbondata-site git commit: Updated Links For New Release and cwiki

2017-07-20 Thread chenliang613
Repository: carbondata-site Updated Branches: refs/heads/asf-site f1a4abdf9 -> b41bbc68b Updated Links For New Release and cwiki Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/94393427 Tree:

[2/3] carbondata-site git commit: add 1.1.1 release

2017-07-20 Thread chenliang613
add 1.1.1 release Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/5fc9ff50 Tree: http://git-wip-us.apache.org/repos/asf/carbondata-site/tree/5fc9ff50 Diff:

[3/3] carbondata-site git commit: add 1.1.1 release info

2017-07-20 Thread chenliang613
add 1.1.1 release info Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/b41bbc68 Tree: http://git-wip-us.apache.org/repos/asf/carbondata-site/tree/b41bbc68 Diff:

Jenkins build is back to normal : carbondata-master-spark-1.6 #1237

2017-07-20 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-1322] Insert overwrite support and force clean up files and clean up in progress files support added

2017-07-20 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/metadata c07996ee8 -> 67b59634f [CARBONDATA-1322] Insert overwrite support and force clean up files and clean up in progress files support added 1. Added support for LOAD OVERWRITE and INSERT OVERWRITE in carbon load 2. Added support for

[5/5] carbondata git commit: [CARBONDATA-1098] Change page statistics use exact type and use column page in writer

2017-07-20 Thread ravipesala
[CARBONDATA-1098] Change page statistics use exact type and use column page in writer This PR changes writer in data load: make statistics collection use exact data type in schema instead of generic type change consumer and writer to use EncodedTablePage instead of NodeHolder. EncodedTablePage

[2/5] carbondata git commit: [CARBONDATA-1098] Change page statistics use exact type and use column page in writer

2017-07-20 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fecafde8/core/src/test/java/org/apache/carbondata/core/util/CarbonMetadataUtilTest.java -- diff --git

[4/5] carbondata git commit: [CARBONDATA-1098] Change page statistics use exact type and use column page in writer

2017-07-20 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fecafde8/core/src/main/java/org/apache/carbondata/core/datastore/page/compression/Compression.java -- diff --git

[1/5] carbondata git commit: [CARBONDATA-1098] Change page statistics use exact type and use column page in writer

2017-07-20 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/encoding_override 9e4da2a6c -> fecafde85 http://git-wip-us.apache.org/repos/asf/carbondata/blob/fecafde8/processing/src/main/java/org/apache/carbondata/processing/store/writer/v1/CarbonFactDataWriterImplV1.java

[3/5] carbondata git commit: [CARBONDATA-1098] Change page statistics use exact type and use column page in writer

2017-07-20 Thread ravipesala
http://git-wip-us.apache.org/repos/asf/carbondata/blob/fecafde8/core/src/main/java/org/apache/carbondata/core/datastore/page/statistics/MeasurePageStatsVO.java -- diff --git

carbondata git commit: [CARBONDATA-1319] Support concurrent data load on the same table

2017-07-20 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/metadata 9d8abbdf9 -> c07996ee8 [CARBONDATA-1319] Support concurrent data load on the same table Modified code to support concurrent data load. Changes done Removed meta.lock file Modified code to add for the new load and generate segment