[jira] [Commented] (CARBONDATA-387) RLike and REGEXP showing all records in empty regex

2017-01-31 Thread anubhav tarar (JIRA)

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

anubhav tarar commented on CARBONDATA-387:
--

[~pk_official] closed it it is same as spark hive

> RLike and REGEXP showing all records in empty regex
> ---
>
> Key: CARBONDATA-387
> URL: https://issues.apache.org/jira/browse/CARBONDATA-387
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Prabhat Kashyap
>Priority: Minor
>
> When I'm trying to run RLIKE with empty regex, it is showing me all the 
> records instead of no record.
> select * from knolders where age RLIKE '';
> It is behaving in a similar manner for REGEXP operator.



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


[jira] [Commented] (CARBONDATA-354) Query execute successfully even not argument given in count function

2017-01-31 Thread anubhav tarar (JIRA)

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

anubhav tarar commented on CARBONDATA-354:
--

[~pkofficial] behaviour is same as that of spark hive it should be closed

here are the logs ---

0: jdbc:hive2://localhost:1> select count() from abc;
+--+--+
| _c0  |
+--+--+
| 0|
+--+--+


> Query execute successfully even not argument given in count function
> 
>
> Key: CARBONDATA-354
> URL: https://issues.apache.org/jira/browse/CARBONDATA-354
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Prabhat Kashyap
>Assignee: Akash R Nilugal
>Priority: Minor
>
> When I am executing following command:
> select count() from tableName;
> It gave me no error and execute successfully but it gives following exception 
> when I execute the same in Hive:
> FAILED: UDFArgumentException Argument expected



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


[jira] (CARBONDATA-690) Carbon data load fails with default option for USE_KETTLE(False)

2017-01-31 Thread Ramakrishna (JIRA)

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

Ramakrishna commented on CARBONDATA-690:


Jar is taken from today's build

> Carbon data load fails with default option for USE_KETTLE(False)
> 
>
> Key: CARBONDATA-690
> URL: https://issues.apache.org/jira/browse/CARBONDATA-690
> Project: CarbonData
>  Issue Type: Bug
> Environment: Spark 2.1
>Reporter: Ramakrishna
>Priority: Minor
>
> When load query is run with default option for USE_KETTLE, it fails at mdkey 
> generation.
> sample query and issue:
> LOAD DATA  inpath 
> 'hdfs://hacluster/user/OSCON/sparkhive/warehouse/communication.db/flow_text_1/20140113_0_120.csv'
>  into table flow_carbon options('USE_KETTLE'='FALSE', 'DELIMITER'=',', 
> 'QUOTECHAR'='"','FILEHEADER'='aco_ac,ac_dte,txn_cnt,jrn_par,mfm_jrn_no,cbn_jrn_no,ibs_jrn_no,vch_no,vch_seq,srv_cde,cus_no,bus_cd_no,id_flg,cus_ac,bv_cde,bv_no,txn_dte,txn_time,txn_tlr,txn_bk,txn_br,ety_tlr,ety_bk,ety_br,bus_pss_no,chk_flg,chk_tlr,chk_jrn_no,bus_sys_no,bus_opr_cde,txn_sub_cde,fin_bus_cde,fin_bus_sub_cde,opt_prd_cde,chl,tml_id,sus_no,sus_seq,cho_seq,itm_itm,itm_sub,itm_sss,dc_flg,amt,bal,ccy,spv_flg,vch_vld_dte,pst_bk,pst_br,ec_flg,aco_tlr,opp_ac,opp_ac_nme,opp_bk,gen_flg,his_rec_sum_flg,his_flg,vch_typ,val_dte,opp_ac_flg,cmb_flg,ass_vch_flg,cus_pps_flg,bus_rmk_cde,vch_bus_rmk,tec_rmk_cde,vch_tec_rmk,rsv_ara,own_br,own_bk,gems_last_upd_d,gems_last_upd_d_bat,maps_date,maps_job,dt');
> Error: java.lang.Exception: DataLoad failure: There is an unexpected error: 
> unable to generate the mdkey (state=,code=0)



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


[jira] (CARBONDATA-690) Carbon data load fails with default option for USE_KETTLE(False)

2017-01-31 Thread Ramakrishna (JIRA)
Ramakrishna created CARBONDATA-690:
--

 Summary: Carbon data load fails with default option for 
USE_KETTLE(False)
 Key: CARBONDATA-690
 URL: https://issues.apache.org/jira/browse/CARBONDATA-690
 Project: CarbonData
  Issue Type: Bug
 Environment: Spark 2.1
Reporter: Ramakrishna
Priority: Minor


When load query is run with default option for USE_KETTLE, it fails at mdkey 
generation.
sample query and issue:
LOAD DATA  inpath 
'hdfs://hacluster/user/OSCON/sparkhive/warehouse/communication.db/flow_text_1/20140113_0_120.csv'
 into table flow_carbon options('USE_KETTLE'='FALSE', 'DELIMITER'=',', 
'QUOTECHAR'='"','FILEHEADER'='aco_ac,ac_dte,txn_cnt,jrn_par,mfm_jrn_no,cbn_jrn_no,ibs_jrn_no,vch_no,vch_seq,srv_cde,cus_no,bus_cd_no,id_flg,cus_ac,bv_cde,bv_no,txn_dte,txn_time,txn_tlr,txn_bk,txn_br,ety_tlr,ety_bk,ety_br,bus_pss_no,chk_flg,chk_tlr,chk_jrn_no,bus_sys_no,bus_opr_cde,txn_sub_cde,fin_bus_cde,fin_bus_sub_cde,opt_prd_cde,chl,tml_id,sus_no,sus_seq,cho_seq,itm_itm,itm_sub,itm_sss,dc_flg,amt,bal,ccy,spv_flg,vch_vld_dte,pst_bk,pst_br,ec_flg,aco_tlr,opp_ac,opp_ac_nme,opp_bk,gen_flg,his_rec_sum_flg,his_flg,vch_typ,val_dte,opp_ac_flg,cmb_flg,ass_vch_flg,cus_pps_flg,bus_rmk_cde,vch_bus_rmk,tec_rmk_cde,vch_tec_rmk,rsv_ara,own_br,own_bk,gems_last_upd_d,gems_last_upd_d_bat,maps_date,maps_job,dt');
Error: java.lang.Exception: DataLoad failure: There is an unexpected error: 
unable to generate the mdkey (state=,code=0)




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


[GitHub] incubator-carbondata issue #582: [CARBONDATA-687] Added documentation for ne...

2017-01-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/incubator-carbondata/pull/582
  
Build Success with Spark 1.6.2, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/804/



---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #582: [CARBONDATA-687] Added documentation for ne...

2017-01-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/incubator-carbondata/pull/582
  
Build Success with Spark 1.6.2, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/803/



---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] (CARBONDATA-602) When we are loading data 3 or 4 time using 'USE_KETTLE' ='false' with 'SINGLE_PASS'='true', It is throwing an error

2017-01-31 Thread sandeep purohit (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 sandeep purohit commented on  CARBONDATA-602 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When we are loading data 3 or 4 time using 'USE_KETTLE' ='false' with 'SINGLE_PASS'='true', It is throwing an error  
 
 
 
 
 
 
 
 
 
 
I check this bug again it is already fixed and now working fine with 'USE_KETTLE' ='false' with 'SINGLE_PASS'='true' on multiple loads on local and cluster environment. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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



[GitHub] incubator-carbondata issue #576: [WIP] Improve query performance with read a...

2017-01-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/incubator-carbondata/pull/576
  
Build Failed  with Spark 1.6.2, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/801/



---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #582: [CARBONDATA-687] Added documentation for ne...

2017-01-31 Thread sgururajshetty
Github user sgururajshetty commented on the issue:

https://github.com/apache/incubator-carbondata/pull/582
  
@chenliang613 please review and let us know any changes required.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] (CARBONDATA-689) User unable to create table using another database with carbon source.

2017-01-31 Thread Vinod Rohilla (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vinod Rohilla created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 CarbonData /  CARBONDATA-689 
 
 
 
  User unable to create table using another database with carbon source.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 1.1.0-incubating 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 Screenshots.png 
 
 
 

Components:
 

 spark-integration 
 
 
 

Created:
 

 31/Jan/17 08:34 
 
 
 

Environment:
 

 Spark 2.1 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Vinod Rohilla 
 
 
 
 
 
 
 
 
 
 
I try to create the table in default database it was successfully created successfully and showing same in HDFS but when I create a new database(vinod) and inside I try to create the same table then as per the log it's created successfully but the table does not exist in HDFS(under vinod database). 

[GitHub] incubator-carbondata issue #582: [CARBONDATA-687] Added documentation for ne...

2017-01-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/incubator-carbondata/pull/582
  
Build Success with Spark 1.6.2, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/799/



---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---