You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Marcin Kurczych (JIRA)" <ji...@apache.org> on 2011/08/23 22:24:28 UTC

[jira] [Updated] (HIVE-2400) Update unittests Hadoop version

     [ 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