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

Hien Luu updated PIG-2166:
--------------------------

    Attachment: test_harnesss_1338753364

I tried to add more tests to nightly.conf and I kept getting an error when 
trying to run it.

Here is the command I used to run a specific test:

ant -Dharness.old.pig=/Users/hluu/dev/pig_project/pig/old_pig/pig-0.10.0 
-Dharness.cluster.conf=hadoop_conf_dir -Dharness.cluster.bin=hadoop_script 
test-e2e-local -Dtests.to.run="-t BagToString_1"

The test log file is attached and the error is on line 412.

Here is line 412:

ERROR TestDriver::run at : 470 Failed to run test BagToString_1 <Unable to open 
file ${PH_BENCHMARK_CACHE_PATH}/BagToString_1_benchmark.pig to write pig 
script, No such file or directory
>


Any ideas? What is PH_BENCHMARK_CACHE_PATH?

Thanks.
                
> UDFs to join a bag
> ------------------
>
>                 Key: PIG-2166
>                 URL: https://issues.apache.org/jira/browse/PIG-2166
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Daniel Dai
>            Assignee: Hien Luu
>            Priority: Minor
>              Labels: newbie, simple
>         Attachments: PIG-2166.diff, bagtotuplestring.diff, 
> test_harnesss_1338753364
>
>
> Get several request for a UDF to flatten a bag. Seems reasonable to create 
> one in builtin:
> 1. BagToTuple: {(a),(b),(c)} -> (a,b,c)
> 2. BagToString(delimit="_"): {(a),(b),(c) -> "a_b_c"

--
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