Arup Malakar created HCATALOG-613:
-------------------------------------
Summary: E2E test cases use fs -mkdir instead of fs -mkdir -p,
hadoop 23 requires mkdir -p
Key: HCATALOG-613
URL: https://issues.apache.org/jira/browse/HCATALOG-613
Project: HCatalog
Issue Type: Bug
Environment: Though the code has been fixed in places, there are still
cases where mkdir is used instead of mkdir -p:
./hcatalog/drivers/TestDriverHadoop.pm:85: Util::runHadoopCmd($globalHash,
$log, "fs -mkdir $globalHash->{'outpath'}");
./hcatalog/drivers/TestDriverHadoop.pm:100: Util::runHadoopCmd($globalHash,
$log, "fs -mkdir tmp/$globalHash->{'runid'}");
etc.
Reporter: Arup Malakar
--
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