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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2455]Fix _System Folder creation and lucene AND, OR, NOT Filter fix

2018-05-10 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 6b70b7e47 -> 61afa42da [CARBONDATA-2455]Fix _System Folder creation and lucene AND,OR,NOT Filter fix This closes #2281 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

Jenkins build became unstable: carbondata-master-spark-2.1 » Apache CarbonData :: Core #2388

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2452] [CARBONDATA-2451] [CARBONDATA-2450] [CARBONDATA-2453] Fixed issues related to complex types

2018-05-10 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 8e7fceb71 -> 6b70b7e47 [CARBONDATA-2452] [CARBONDATA-2451] [CARBONDATA-2450] [CARBONDATA-2453] Fixed issues related to complex types Issue 1: Dictionary encoding was being added to complex types in SDK case which led to data load

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [HOTFIX] Fixed checkstyle issue

2018-05-10 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master 1dfbcfccc -> 8e7fceb71 [HOTFIX] Fixed checkstyle issue Fixed checkstyle issue This closes #2298 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit:

carbondata git commit: [CARBONDATA-2442][CARBONDATA-2469] Fixed: multiple issues in sdk writer and external table

2018-05-10 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master fe436c3ec -> 1dfbcfccc [CARBONDATA-2442][CARBONDATA-2469] Fixed: multiple issues in sdk writer and external table problem1: when two sdk writer output with differnt schema is placed in same folder for reading, output is not as

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2417] [SDK Writer] SDK writer goes to infinite wait when consumer thread goes dead

2018-05-10 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master 35a7b5e9a -> fe436c3ec [CARBONDATA-2417] [SDK Writer] SDK writer goes to infinite wait when consumer thread goes dead Problem: SDK Writer going into infinte loop in case of multi-threaded scenario Analysis: In multi-threaded

carbondata git commit: [CARBONDATA-2443][SDK] Multi level complex type support for AVRO based SDK

2018-05-10 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master ff5166ef7 -> 35a7b5e9a [CARBONDATA-2443][SDK] Multi level complex type support for AVRO based SDK Problem: Problem inferring the complex type schema with boolean array type from the store created using SDK writer Analysis: When we

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2435] Remove SDK dependency on spark jars.

2018-05-10 Thread ravipesala
Repository: carbondata Updated Branches: refs/heads/master b2060c611 -> ff5166ef7 [CARBONDATA-2435] Remove SDK dependency on spark jars. [CARBONDATA-2435] Remove SDK dependency on spark jars. Problem and cause : when sdk writer is used in standalone cluster without spark jars, exception is

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

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

2018-05-10 Thread Apache Jenkins Server
See

Jenkins build is back to normal : carbondata-master-spark-2.2 #416

2018-05-10 Thread Apache Jenkins Server
See

Jenkins build is back to normal : carbondata-master-spark-2.2 » Apache CarbonData :: Common #416

2018-05-10 Thread Apache Jenkins Server
See

carbondata git commit: [CARBONDATA-2401] Date and Timestamp options are not working in SDK

2018-05-10 Thread kumarvishal09
Repository: carbondata Updated Branches: refs/heads/master ceb7c8dd1 -> b2060c611 [CARBONDATA-2401] Date and Timestamp options are not working in SDK Issue:- Date and Timestamp format is passed in options of SDK but data load is failed even correct data is set as per format . Cause:- Load

carbondata git commit: [CARBONDATA-2464]Fixed OOM issue in case of Complex type

2018-05-10 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master cc0cbbac7 -> ceb7c8dd1 [CARBONDATA-2464]Fixed OOM issue in case of Complex type Problem: Query with Complex type is failing with OOM Root Cause: Complex type child column(No-dictionary) values are written in LV format, while reading

carbondata git commit: [CARBONDATA-2352] Added SDV test cases for Partition with Pre-Aggregate table

2018-05-10 Thread kunalkapoor
Repository: carbondata Updated Branches: refs/heads/master e70b6b446 -> cc0cbbac7 [CARBONDATA-2352] Added SDV test cases for Partition with Pre-Aggregate table Added SDV test cases for Support of partitioning with Pre-Aggregate tables. This closes #2175 Project: