[jira] [Created] (CARBONDATA-1228) the query result of double is not correct

2017-06-26 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-1228:


 Summary: the query result of double is not correct
 Key: CARBONDATA-1228
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1228
 Project: CarbonData
  Issue Type: Bug
Reporter: QiangCai






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: problem with branch-1.1

2017-06-26 Thread David CaiQiang
The spark core version of  hdp2.6.0-spark2.1.0 is spark 2.1.1.
In spark 2.1.1, CatalystConf was already removed.

We raised PR to support it and will merge it at later.
https://github.com/apache/carbondata/pull/1096
https://github.com/apache/carbondata/pull/1017

And the command will be "mvn package -DskipTests -Pspark-2.1
-Dspark.version=2.1.1 -Phadoop-2.7.2"



-
Best Regards
David Cai
--
View this message in context: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/problem-with-branch-1-1-tp16004p16261.html
Sent from the Apache CarbonData Dev Mailing List archive mailing list archive 
at Nabble.com.


[jira] [Created] (CARBONDATA-1229) null being populated in table if user deletes table during single pass load

2017-06-26 Thread Kunal Kapoor (JIRA)
Kunal Kapoor created CARBONDATA-1229:


 Summary: null being populated in table if user deletes table 
during single pass load
 Key: CARBONDATA-1229
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1229
 Project: CarbonData
  Issue Type: Bug
Reporter: Kunal Kapoor
Assignee: Kunal Kapoor


Steps to reproduce:-
1. Create table 
2. Load data using single_pass
3. Delete table 
4. recreate table with the same name



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1230) Datamap framework for Carbondata to leverage indexing

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1230:
---

 Summary: Datamap framework for Carbondata to leverage indexing
 Key: CARBONDATA-1230
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1230
 Project: CarbonData
  Issue Type: New Feature
Reporter: Ravindra Pesala


Datamap should be single point interface for indexing and pruning. 
It could be two types
# 1. Coarse grained datamap.
# 2 Fine grained datamap.

h3. Coarse grained datamap
These datamaps contains the information of blocklets. so it can prune till 
blocklet level. It could be loaded on driver side or executor side depends on 
size of datamap.
Default implementation for this type is BlockletDataMap. It contains all 
necessary information  of blocklet with stats like startkey, endkey and max and 
min value. Using this information all filter queries would be pruned by datamap.

h3. Fine grained datamap
These datamap contains information up to page and row level. It is stored 
executor side and used as part of filtering to speed up the queries.
 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1231) Add datamap interfaces for pruning and indexing

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1231:
---

 Summary: Add datamap interfaces for pruning and indexing
 Key: CARBONDATA-1231
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1231
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Ravindra Pesala


Add datamap interfaces for pruning and indexing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1232) Implement Blocklet datamap only driver side and prune blocklets using it.

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1232:
---

 Summary: Implement Blocklet datamap only driver side and prune 
blocklets using it. 
 Key: CARBONDATA-1232
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1232
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Ravindra Pesala


Load all blocklet details to BlockletDataMap and prune the blocklets using it. 
Load these details on driver side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1233) Add datamap writer for Blocklet datamap.

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1233:
---

 Summary: Add datamap writer for Blocklet datamap.
 Key: CARBONDATA-1233
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1233
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Ravindra Pesala


Add blocklet datamap writer and plug it into data writer step.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1234) Make the datamap distributable.

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1234:
---

 Summary: Make the datamap distributable. 
 Key: CARBONDATA-1234
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1234
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Ravindra Pesala


Make the datamap distributable so that multiple tasks could be launched prune 
the datamap on executor side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1235) Add lucene coarse grained datamap

2017-06-26 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1235:
---

 Summary: Add lucene coarse grained datamap
 Key: CARBONDATA-1235
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1235
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Ravindra Pesala






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)