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

Alan Gates commented on HCATALOG-308:
-------------------------------------

When I apply this patch Pig Latin scripts that read from a table with one 
partition RCFile and one text fails.  The following sequence will create the 
failure:

{code}
hcat -e "drop table if exists pig_read_4;"
hcat -e "create table pig_read_4 (name string, age int, gpa double) partitioned 
by (b string) row format delimited fields terminated by '\t' stored as 
textfile;"
hcat -e "alter table pig_read_4 add partition (b='1') location 
'/user/hcat/tests/data/studenttab10k';"
hcat -e "alter table pig_read_4 set fileformat rcfile;"
hcat -e "alter table pig_read_4 add partition (b='2') location 
'/user/hcat/tests/data/all100krc';?"
pig -e "a = load 'pig_read_4' using org.apache.hcatalog.pig.HCatLoader();
b = foreach a generate name, age, b;
store b into 'bla';"
{code}

This is test Pig_Read_4 in HCATALOG-306
                
> TableDesc and jobProperties related changes to configureInputJobProperties 
> and configureOutputJobProperties
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: HCATALOG-308
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-308
>             Project: HCatalog
>          Issue Type: Sub-task
>            Reporter: Sushanth Sowmyan
>            Assignee: Sushanth Sowmyan
>             Fix For: 0.4
>
>         Attachments: HCATALOG-308.2.patch, HCATALOG-308.4.patch, 
> HCATALOG-308.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to