[
https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632546#comment-13632546
]
Enis Soztutar commented on HBASE-8326:
--------------------------------------
Sorry to come in late. Should this:
{code}
+ // now look in any jars we've packaged using JarFinder
+ for (Map.Entry<String, String> e : packagedClasses.entrySet()) {
+ if (e.getKey().equals(class_file)) return e.getValue();
+ }
{code}
be changed to packagedClasses.get() for O(1) access rather than 0(n). Am I
reading this wrong?
> mapreduce.TestTableInputFormatScan times out frequently
> -------------------------------------------------------
>
> Key: HBASE-8326
> URL: https://issues.apache.org/jira/browse/HBASE-8326
> Project: HBase
> Issue Type: Bug
> Components: mapreduce, test
> Affects Versions: 0.98.0, 0.94.7, 0.95.1
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 0.98.0, 0.94.7, 0.95.1
>
> Attachments: HBASE-8326-reuse-jars-0.94-v0.patch,
> HBASE-8326-reuse-jars-trunk-v0.patch, HBASE-8326-reuse-jars-trunk-v1.patch
>
>
> bq. It looks like since this change
> org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan has not passed a
> single time in the EC2 builds (http://54.241.6.143/job/HBase-0.94/). Change
> was introduced in Build #72, since then this tests times out (or doesn't
> finish)
> via [~lhofhansl] in [HBASE-8140
> comment|https://issues.apache.org/jira/browse/HBASE-8140?focusedCommentId=13629101&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13629101].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira