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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira