[ https://issues.apache.org/jira/browse/HIVE-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcin Kurczych updated HIVE-2400: ---------------------------------- Description: Hadoop 0.20.1 used in unittests contains bugs that were fixed in later versions of Hadoop, for example * har:// connections cannot be indexed by (scheme, authority, username) - the path is significant as well. Caching them in this way limits a hadoop client to opening one archive per filesystem. It seems to be safe not to cache them, since they wrap another connection that does the actual networking. fixed in https://issues.apache.org/jira/browse/HADOOP-6231 . was: Hadoop 0.20.1 used in unittests contains bugs that were fixed in later versions of Hadoop, for example * har:// connections cannot be indexed by (scheme, authority, username) - the path is significant as well. Caching them in this way limits a hadoop client to opening one archive per filesystem. It seems to be safe not to cache them, since they wrap another connection that does the actual networking. fixed in https://issues.apache.org/jira/browse/HADOOP-6231 . > Update unittests Hadoop version > ------------------------------- > > Key: HIVE-2400 > URL: https://issues.apache.org/jira/browse/HIVE-2400 > Project: Hive > Issue Type: Improvement > Reporter: Marcin Kurczych > > Hadoop 0.20.1 used in unittests contains bugs that were fixed in later > versions of Hadoop, for example > * har:// connections cannot be indexed by (scheme, authority, username) - the > path is significant as well. Caching them in this way limits a hadoop client > to opening one archive per filesystem. It seems to be safe not to cache them, > since they wrap another connection that does the actual networking. > fixed in https://issues.apache.org/jira/browse/HADOOP-6231 . -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira