All indications are most of the things work fine, but we seem to have a steady trickle of compatibility issues slightly after things are released. I can bet your issue is unescaped - in uris
On Thu, Jun 21, 2012 at 5:36 PM, Zhenxiao Luo <zhenx...@cloudera.com> wrote: > Hi, > > I think Carl has a fix committed in HIVE-3025: > https://issues.apache.org/jira/browse/HIVE-3025 > > Correct me if I am wrong. > > Thanks, > Zhenxiao > > On Thu, Jun 21, 2012 at 2:31 PM, Kanna Karanam <kanna...@microsoft.com> wrote: >> Has anyone tried running HIVE unit tests with Hadoop-1.x. It seems there are >> some breaking changes in HarFileSystem which is causing unit test failures >> in Hive. It may not a production issue so are there any recommendations to >> fix it in hive? >> >> Error: >> >> MetaException(message:Got exception: java.io.IOException URI: >> har://pfile/test/data/warehouse/srcpart_archived/ds=2008-04-08/hr=12/data.har >> is an invalid Har URI since '-' not found. Expecting >> har://<scheme>-<host>/<path>.) >> >> Thanks, >> Kanna