----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12894/#review23909 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java <https://reviews.apache.org/r/12894/#comment47755> Also, should the colon be there if there's an empty port? - Gunther Hagleitner On July 24, 2013, 6:12 a.m., Vikram Dixit Kumaraswamy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12894/ > ----------------------------------------------------------- > > (Updated July 24, 2013, 6:12 a.m.) > > > Review request for hive, Ashutosh Chauhan and Gunther Hagleitner. > > > Bugs: HIVE-4910 > https://issues.apache.org/jira/browse/HIVE-4910 > > > Repository: hive-git > > > Description > ------- > > Hadoop 2 archive tests are broken. The issue stems from the fact that har uri > construction does not really have a port in the URI when unit tests are run. > This means that an invalid uri is constructed resulting in failures. > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java 4dcb260 > ql/src/test/queries/clientpositive/archive_excludeHadoop20.q ddc06a9 > ql/src/test/results/clientpositive/archive_excludeHadoop20.q.out 5c14851 > > Diff: https://reviews.apache.org/r/12894/diff/ > > > Testing > ------- > > Unit tests pass. > > > Thanks, > > Vikram Dixit Kumaraswamy > >