[GitHub] incubator-carbondata pull request #231: [CARBONDATA-311]Log the data size of...

2016-10-17 Thread Vimal-Das
Github user Vimal-Das commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/231#discussion_r83780338 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/writer/CarbonFactDataWriterImplForIntIndexAndAggBlock.java --- @@ -

Re: Discussion(New feature) Support Complex Data Type: Map in Carbon Data

2016-10-17 Thread Vimal Das Kammath
The key in the map can be only primitive data types. At present, Carbon Data supports following primitive data types Integer, String, Timestamp, Double and Decimal. If in future CarbonData adds supports more primitive data types, the same can be used as key in the Map. The reason for restricting t

[GitHub] incubator-carbondata pull request #237: [CARBONDATA-317] - CSV having only s...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/237 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #241: [CARBONDATA-319] Bad Records logging...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/241 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #245: [CARBONDATA-320] problem during drop...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/245 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

RE: Discussion(New feature) regarding single pass data loading solution.

2016-10-17 Thread Jihong Ma
Hi Ravi, I took a quick look at Hazlecast, what they offer is a distributed map across cluster (on any single node only portion of the map is stored), to facilitate parallel data loading I think we need a complete copy on each node, is this the structure we are looking for? it does allow map i

[GitHub] incubator-carbondata pull request #247: [CARBONDATA-301] Added Sort processo...

2016-10-17 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/incubator-carbondata/pull/247 [CARBONDATA-301] Added Sort processor step for data loading. Add SortProcessorStep which sorts the data as per dimension order and write the sorted files to temp location and merge

[GitHub] incubator-carbondata pull request #227: [CARBONDATA-304] Fixed data loading ...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/227 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-carbondata pull request #246: [CARBONDATA-321] If user changes the...

2016-10-17 Thread sujith71955
GitHub user sujith71955 opened a pull request: https://github.com/apache/incubator-carbondata/pull/246 [CARBONDATA-321] If user changes the blocklet size the queries will b… **Problem:** If user changes the blocklet size (50) the queries will be failed. Currently byte size

[jira] [Created] (CARBONDATA-321) Query is failing on the change of blocklet size

2016-10-17 Thread Sujith (JIRA)
Sujith created CARBONDATA-321: - Summary: Query is failing on the change of blocklet size Key: CARBONDATA-321 URL: https://issues.apache.org/jira/browse/CARBONDATA-321 Project: CarbonData Issue

[GitHub] incubator-carbondata pull request #245: [CARBONDATA-320] problem during drop...

2016-10-17 Thread ravikiran23
GitHub user ravikiran23 opened a pull request: https://github.com/apache/incubator-carbondata/pull/245 [CARBONDATA-320] problem during drop of table when all datanodes are down. Problem : when all the data nodes are down and user executes drop table. then drop table will s

[jira] [Created] (CARBONDATA-320) problem when dropped a table during all data nodes are down.

2016-10-17 Thread ravikiran (JIRA)
ravikiran created CARBONDATA-320: Summary: problem when dropped a table during all data nodes are down. Key: CARBONDATA-320 URL: https://issues.apache.org/jira/browse/CARBONDATA-320 Project: CarbonDa

Re: [Discussion] Support String Trim For Table Level or Col Level

2016-10-17 Thread 向志强
trim the data when data loading. 2016-10-17 16:22 GMT+08:00 Ravindra Pesala : > Hi Lionx, > > Can you give more details on this feature? > Are you talking about trim() function while querying? Or trim the data > while loading to carbon? > > Regards, > Ravi. > > On 17 October 2016 at 12:56, 向志强 w

Re: [Discussion] Support String Trim For Table Level or Col Level

2016-10-17 Thread Ravindra Pesala
Hi Lionx, Can you give more details on this feature? Are you talking about trim() function while querying? Or trim the data while loading to carbon? Regards, Ravi. On 17 October 2016 at 12:56, 向志强 wrote: > Hi all, > We are trying to support string trim feature in carbon. > The feature will be

[Discussion] Support String Trim For Table Level or Col Level

2016-10-17 Thread 向志强
Hi all, We are trying to support string trim feature in carbon. The feature will be set in "Create Table". Pls discuss in which level we should to support this feature, Tbl or Col? Thx, Lionx