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

Johnny Zhang commented on PIG-2325:
-----------------------------------

[~azaroth], I think this issue can be closed, it is already been fixed in trunk
in test/e2e/pig/conf/default.conf
{noformat}
my $hdfsBase = $ENV{PH_HDFS_BASE} || "/user/pig";

$cfg = {
    #HDFS
      'inpathbase'     => "$hdfsBase/tests/data"
    , 'outpathbase'    => "$hdfsBase/out"
{noformat}
                
> Make e2e test directory for data configurable in HDFS
> -----------------------------------------------------
>
>                 Key: PIG-2325
>                 URL: https://issues.apache.org/jira/browse/PIG-2325
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Gianmarco De Francisci Morales
>            Priority: Minor
>
> Right now the place for the data generated in e2e tests is hardcoded in 
> test/e2e/pig/conf/default.conf as:
> {code}
>  $cfg = {
>      #HDFS
>       'inpathbase'     => '/user/pig/tests/data'
>     , 'outpathbase'    => '/user/pig/out'
> {code}
> It would be better to make it configurable (with an environment variable?) as 
> the rest of the paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to