[jira] [Created] (CARBONDATA-548) Miscellaneous code improvements

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-548:


 Summary: Miscellaneous code improvements
 Key: CARBONDATA-548
 URL: https://issues.apache.org/jira/browse/CARBONDATA-548
 Project: CarbonData
  Issue Type: Improvement
  Components: core
Reporter: Jihong MA
Assignee: Jihong MA


miscellaneous code improvements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-549) code improvement for bigint compression

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-549:


 Summary: code improvement for bigint compression
 Key: CARBONDATA-549
 URL: https://issues.apache.org/jira/browse/CARBONDATA-549
 Project: CarbonData
  Issue Type: Sub-task
  Components: core
Reporter: Jihong MA
Assignee: Jihong MA


code cleanup for big int/ decimal compression.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-550) Add unit test cases for Bigint, Big decimal value compression

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-550:


 Summary: Add unit test cases for Bigint, Big decimal value 
compression
 Key: CARBONDATA-550
 URL: https://issues.apache.org/jira/browse/CARBONDATA-550
 Project: CarbonData
  Issue Type: Improvement
  Components: core
Reporter: Jihong MA
Assignee: Ashok Kumar


Please add unit test cases for Bigint & Bigdecimal value compression after 
merging PR. the old code path is no longer exercised after the code change so 
as to the test cases in ValueCompressionUtilTest.java.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-588) cleanup WriterCompressModel

2017-01-03 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-588:


 Summary: cleanup WriterCompressModel
 Key: CARBONDATA-588
 URL: https://issues.apache.org/jira/browse/CARBONDATA-588
 Project: CarbonData
  Issue Type: Improvement
  Components: core
Reporter: Jihong MA
Assignee: Jihong MA
Priority: Minor
 Fix For: 1.0.0-incubating


a separate compression type field is unnecessary and error-prone as it has been 
captured in compressionFinder abstraction. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-607) Cleanup ValueCompressionHolder class and all sub-classes

2017-01-07 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-607:


 Summary: Cleanup ValueCompressionHolder class and all sub-classes
 Key: CARBONDATA-607
 URL: https://issues.apache.org/jira/browse/CARBONDATA-607
 Project: CarbonData
  Issue Type: Improvement
  Components: core
Reporter: Jihong MA
Assignee: Jihong MA


Rewrite ValueCompressionHolder class as a base class for compressing or 
uncompressing numeric data for measurement column chunk. 

refactored all sub-classes under
org.apache.carbondata.core.datastorage.store.compression.decimal.*
org.apache.carbondata.core.datastorage.store.compression.nonDecimal.*
org.apache.carbondata.core.datastorage.store.compression.none.*
org.apache.carbondata.core.datastorage.store.compression.type.*

as part of the work, also fixed a performance bug to avoid creating unnecessary 
compression/uncompression value holder during compression or decompression. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-661) misc cleanup in carbon core

2017-01-18 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-661:


 Summary: misc cleanup in carbon core
 Key: CARBONDATA-661
 URL: https://issues.apache.org/jira/browse/CARBONDATA-661
 Project: CarbonData
  Issue Type: Improvement
  Components: core
Reporter: Jihong MA
Priority: Minor


cleanup un-exercised code/field/functions as well as minor code improvement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CARBONDATA-681) CSVReader related code improvement

2017-01-25 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-681:


 Summary: CSVReader related code improvement
 Key: CARBONDATA-681
 URL: https://issues.apache.org/jira/browse/CARBONDATA-681
 Project: CarbonData
  Issue Type: Improvement
  Components: hadoop-integration
Reporter: Jihong MA
Assignee: Jihong MA


refactoring csv reader support during data loading as well as misc changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CARBONDATA-11) Support carbon spark sql cli and carbon spark shell in carbondata to simplify operations for first time users

2016-06-27 Thread Jihong MA (JIRA)

[ 
https://issues.apache.org/jira/browse/CARBONDATA-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351551#comment-15351551
 ] 

Jihong MA commented on CARBONDATA-11:
-

let's incorporate this work with CarbonContext refinement, so the ultimate goal 
is to consolidate it ( including metadata management)  into SqlContext without 
a need for a special CarbonContext for Carbondata table. 

> Support carbon spark sql cli and carbon spark shell in carbondata to simplify 
> operations for first time users
> -
>
> Key: CARBONDATA-11
> URL: https://issues.apache.org/jira/browse/CARBONDATA-11
> Project: CarbonData
>  Issue Type: Improvement
>Reporter: Ravindra Pesala
>Assignee: Ravindra Pesala
>
> Currently in carbon there is no support spark sql cli. And also there is no 
> dedicated carbon shell in carbon so for first time users to use carbon is no 
> so easy. These two features simplify operations for first time users and have 
> good experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)