-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23124/
-----------------------------------------------------------
Review request for hive and Brock Noland.
Bugs: HIVE-7291
https://issues.apache.org/jira/browse/HIVE-7291
Repository: hive-git
Description
-------
Add some new properties:
qFileTests.propertyFiles.${propertyFileName}=${propertyFilePath}
The testparser will look into ${propertyFilePath} and populate list of
{propertyName,propertyValue}
If any qtest group specifies ${propertyFileName}.${propertyName}, it will
substitute that propertyName by the propertyValue in the corresponding
propertyFile.
Diffs
-----
testutils/ptest2/src/main/java/org/apache/hive/ptest/execution/conf/TestParser.java
3155f08
testutils/ptest2/src/test/java/org/apache/hive/ptest/execution/conf/TestTestParser.java
35680b4
Diff: https://reviews.apache.org/r/23124/diff/
Testing
-------
Added a unit test. Also did manual testing on the current trunk-mr2.properties
to verify.
Thanks,
Szehon Ho