[jira] [Updated] (CARBONDATA-729) CarbonOutputFormat

2017-04-06 Thread cen yuhai (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cen yuhai updated CARBONDATA-729:
-
Summary: CarbonOutputFormat  (was: Stable CarbonOutputFormat)

> CarbonOutputFormat
> --
>
> Key: CARBONDATA-729
> URL: https://issues.apache.org/jira/browse/CARBONDATA-729
> Project: CarbonData
>  Issue Type: Sub-task
>  Components: hadoop-integration
>Affects Versions: NONE, 1.1.0-incubating
>Reporter: cen yuhai
>
> Now we already has a carbon inputformat, but we don't have a carbon 
> outputformat.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (CARBONDATA-727) Hive integration

2017-03-19 Thread cen yuhai (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cen yuhai reassigned CARBONDATA-727:


Assignee: cen yuhai

> Hive integration
> 
>
> Key: CARBONDATA-727
> URL: https://issues.apache.org/jira/browse/CARBONDATA-727
> Project: CarbonData
>  Issue Type: New Feature
>  Components: hadoop-integration
>Affects Versions: NONE
>Reporter: cen yuhai
>Assignee: cen yuhai
>
> Now hive is widely used in warehouse. I think we should support hive



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-729) Stable CarbonOutputFormat

2017-02-24 Thread cen yuhai (JIRA)
cen yuhai created CARBONDATA-729:


 Summary: Stable CarbonOutputFormat
 Key: CARBONDATA-729
 URL: https://issues.apache.org/jira/browse/CARBONDATA-729
 Project: CarbonData
  Issue Type: Sub-task
  Components: hadoop-integration
Affects Versions: NONE, 1.1.0-incubating
Reporter: cen yuhai


Now we already has a carbon inputformat, but we don't have a carbon 
outputformat.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-727) Hive integration

2017-02-24 Thread cen yuhai (JIRA)
cen yuhai created CARBONDATA-727:


 Summary: Hive integration
 Key: CARBONDATA-727
 URL: https://issues.apache.org/jira/browse/CARBONDATA-727
 Project: CarbonData
  Issue Type: Bug
  Components: hadoop-integration
Affects Versions: NONE
Reporter: cen yuhai


Now hive is widely used in warehouse. I think we should support hive



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CARBONDATA-583) Replace Function is not working for string/char

2017-01-02 Thread cen yuhai (JIRA)

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

cen yuhai commented on CARBONDATA-583:
--

I think the root cause is that carbon hack spark's Analyzer, if this is not 
fixed, a lot of similar problems will occur.

> Replace Function is not working  for string/char
> 
>
> Key: CARBONDATA-583
> URL: https://issues.apache.org/jira/browse/CARBONDATA-583
> Project: CarbonData
>  Issue Type: Bug
>Affects Versions: 1.0.0-incubating
>Reporter: Anurag Srivastava
>Priority: Minor
>
> I am running "replace" function but it is giving error : "undefined function 
> replace".
> Query : select replace('aaabbccaabb', 'aaa', 't');
> Expected Result : "tbbccaabb"
> Result : Error: org.apache.spark.sql.AnalysisException: undefined function 
> replace; line 1 pos 30 (state=,code=0) 



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


[jira] [Assigned] (CARBONDATA-433) blocklet size should belong to the table's meta data

2016-12-09 Thread cen yuhai (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cen yuhai reassigned CARBONDATA-433:


Assignee: cen yuhai

> blocklet size should belong to the table's meta data
> 
>
> Key: CARBONDATA-433
> URL: https://issues.apache.org/jira/browse/CARBONDATA-433
> Project: CarbonData
>  Issue Type: Sub-task
>Reporter: suo tong
>Assignee: cen yuhai
>
> Currently, the blocklet size is configed with carbon.blocklet.size in 
> carbon.properties file, its default value is 12. This will cause we can 
> not read the previous table if we change the blocklet size



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


[jira] [Assigned] (CARBONDATA-388) Remove Useless File CarbonFileFolderComparator.java

2016-11-13 Thread cen yuhai (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cen yuhai reassigned CARBONDATA-388:


Assignee: cen yuhai

> Remove Useless File CarbonFileFolderComparator.java
> ---
>
> Key: CARBONDATA-388
> URL: https://issues.apache.org/jira/browse/CARBONDATA-388
> Project: CarbonData
>  Issue Type: Improvement
>Reporter: Lionx
>Assignee: cen yuhai
>Priority: Minor
>
> Remove Useless File CarbonFileFolderComparator.java



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


[jira] [Commented] (CARBONDATA-361) SMALL INT data showing unsupported datatype

2016-11-04 Thread cen yuhai (JIRA)

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

cen yuhai commented on CARBONDATA-361:
--

I think we should support smallint, short is really not a type of SQL, it is a 
type of Java.

> SMALL INT data showing unsupported datatype
> ---
>
> Key: CARBONDATA-361
> URL: https://issues.apache.org/jira/browse/CARBONDATA-361
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Prabhat Kashyap
>
> When I tried executing the following query with SMALLINT datatype
> create table testTable2(id SMALLINT, name String) stored by 'carbondata' ;
> It is giving me following exception.
> Error: org.apache.carbondata.spark.exception.MalformedCarbonCommandException: 
> Unsupported data type : FieldSchema(name:id, type:smallint, 
> comment:null).getType (state=,code=0)



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


[jira] [Assigned] (CARBONDATA-374) Short data type is not working.

2016-11-03 Thread cen yuhai (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cen yuhai reassigned CARBONDATA-374:


Assignee: cen yuhai

> Short data type is not working.
> ---
>
> Key: CARBONDATA-374
> URL: https://issues.apache.org/jira/browse/CARBONDATA-374
> Project: CarbonData
>  Issue Type: Bug
>Reporter: SWATI RAO
>Assignee: cen yuhai
>
> Short datatype is not working as you have mentioned it is supported datatype 
> in the below link:
> http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/List-the-supported-datatypes-in-carbondata-td2419.html
> e.g:
> create table testTable(id Short, name String) stored by 'carbondata' ;
> Error: org.apache.spark.sql.AnalysisException: cannot recognize input near 
> 'Short' ',' 'name' in column type; line 1 pos 26 (state=,code=0)



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


[jira] [Commented] (CARBONDATA-374) Short data type is not working.

2016-11-03 Thread cen yuhai (JIRA)

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

cen yuhai commented on CARBONDATA-374:
--

Standard SQL don't include short type, it has smallint instead. Can we change 
short to smallint, we should not create type.

> Short data type is not working.
> ---
>
> Key: CARBONDATA-374
> URL: https://issues.apache.org/jira/browse/CARBONDATA-374
> Project: CarbonData
>  Issue Type: Bug
>Reporter: SWATI RAO
>
> Short datatype is not working as you have mentioned it is supported datatype 
> in the below link:
> http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/List-the-supported-datatypes-in-carbondata-td2419.html
> e.g:
> create table testTable(id Short, name String) stored by 'carbondata' ;
> Error: org.apache.spark.sql.AnalysisException: cannot recognize input near 
> 'Short' ',' 'name' in column type; line 1 pos 26 (state=,code=0)



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