[
https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HADOOP-1418:
--------------------------
Attachment: hadoop1418.patch
Patch of miscellaneous that moves changes in local repository up into hadoop
trunk. Jim, please also remove HLocking as its no longer used since hadoop1397.
Here is commit message to go w/ attached patch:
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java
Default hbase cluster test case to use mini hdfs. Previous default was
using configured filesystem which usually meant local filesystem;
problematic
when default location for hbase region directory is /hbase.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHBaseCluster.java
No need of teardown now HClient#close() has been removed.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/EvaluationClient.java
First cut at a client to run the 'Performance Evaluation' described
in section 7 of the BigTable paper.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHClient.java
Add test for HClient; runs test of HClient command line facility.
* src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java
(close, checkOpen): Removed. A close w/o an open is odd.
Current close also ran RPC.stopClient which causes havoc when
HClient instance is hosted inside a server also using RPC.
> hbase miscellaneous: unit test for HClient, client to do 'Performance
> Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
> Key: HADOOP-1418
> URL: https://issues.apache.org/jira/browse/HADOOP-1418
> Project: Hadoop
> Issue Type: Improvement
> Components: contrib/hbase
> Reporter: stack
> Assigned To: stack
> Priority: Minor
> Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.