[ https://issues.apache.org/jira/browse/HIVE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426967#comment-13426967 ]
Zhenxiao Luo commented on HIVE-3242: ------------------------------------ @Ashutosh: My idea is: For 1.x line(hadoop20), cascade_dbdrop.q does not run, so it EXCLUDE 0.20, cascade_dbdrop_hadoop20.q will be running, so it INCLUDE 0.20. And, cascade_dbdrop_hadoop20.q.out is having exit code -1. For 2.x line(hadoop23), cascade_dbdrop.q will be running. (it EXCLUDE 0.20, so will be running for 0.23), cascade_dbdrop_hadoop20.q does not run(it only INCLUDE 0.20, not running for 0.23). And, cascade_dbdrop.q.out is having exit code 1. INCLUDE only runs the test if the hadoop version is included in the INCLUDE macro EXCLUDE only runs the test if the hadoop version is not excluded in the EXCLUDE macro Is my understanding correct? Any comments are appreciated. Thanks, Zhenxiao > Fix cascade_dbdrop.q when building hive on hadoop0.23 > ----------------------------------------------------- > > Key: HIVE-3242 > URL: https://issues.apache.org/jira/browse/HIVE-3242 > Project: Hive > Issue Type: Bug > Affects Versions: 0.10.0 > Reporter: Zhenxiao Luo > Assignee: Zhenxiao Luo > Attachments: HIVE-3242.1.patch.txt, HIVE-3242.2.patch.txt, > HIVE-3242.3.patch.txt, HIVE-3242.4.patch.txt, HIVE-3242.5.patch.txt, > HIVE-3242.6.patch.txt > > > cascade_dbdrop.q is failing when building hive on hadoop0.23: > Failing with the following diff: > -Command failed with exit code = -1 > +Command failed with exit code = 1 -- 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