[ https://issues.apache.org/jira/browse/HIVE-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joydeep Sen Sarma updated HIVE-1475: ------------------------------------ Attachment: 1475.2.patch there was a bug in the 1464 patch (something that i had intended to take out but forgot). this fixes things: > --- ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java (revision 966856) > +++ ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java (working copy) > @@ -528,7 +528,7 @@ > createSources(); > } > > - CliSessionState ss = new CliSessionState(new HiveConf(Driver.class)); > + CliSessionState ss = new CliSessionState(conf); > assert ss != null; > ss.in = System.in; > i haven't run the full tests - but the hbase-handler tests do pass. > .gitignore files being placed in test warehouse directories causing build > failure > --------------------------------------------------------------------------------- > > Key: HIVE-1475 > URL: https://issues.apache.org/jira/browse/HIVE-1475 > Project: Hadoop Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Joydeep Sen Sarma > Assignee: Joydeep Sen Sarma > Priority: Critical > Attachments: 1475.1.patch, 1475.2.patch > > > from last comments on HIVE-1463: > test warehouse is being polluted with .gitignore files. these need to be > removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.