[
https://issues.apache.org/jira/browse/HBASE-12940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198379#comment-15198379
]
Geoffrey Jacoby commented on HBASE-12940:
-----------------------------------------
I made similar changes as you, then ran "mvn test -Dtest=TestReplicationShell
-DfailIfNoTests=false" from the hbase directory
Running org.apache.hadoop.hbase.client.TestReplicationShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.548 sec - in
org.apache.hadoop.hbase.client.TestReplicationShell
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
and from within
hbase-shell/target/surefire-reports/org.apache.hadoop.hbase.client.TestReplicationShell-output.txt:
Finished in 75.782 seconds.
14 tests, 61 assertions, 0 failures, 0 errors
Done with tests! Shutting down the cluster...
The above is also consistent with the earlier runs I did within an IDE before
submitting.
> Expose listPeerConfigs and getPeerConfig to the HBase shell
> -----------------------------------------------------------
>
> Key: HBASE-12940
> URL: https://issues.apache.org/jira/browse/HBASE-12940
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Kevin Risden
> Assignee: Geoffrey Jacoby
> Attachments: HBASE-12940-v1.patch, HBASE-12940.patch
>
>
> In HBASE-12867 found that listPeerConfigs and getPeerConfig from
> ReplicationAdmin are not exposed to the HBase shell. This makes looking at
> details for custom replication endpoints and testing of add_peer from
> HBASE-12867 impossible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)