[
https://issues.apache.org/jira/browse/ACCUMULO-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169236#comment-15169236
]
ASF GitHub Bot commented on ACCUMULO-4147:
------------------------------------------
Github user keith-turner commented on the pull request:
https://github.com/apache/accumulo/pull/74#issuecomment-189345114
> Any thoughts on where I should look?
Looking at the test I have a strong suspicion that the reason the test is
failing is because its using MockAccumulo. When things worked w/ your Python
test client, was that proxy back a mini or real accumulo instance?
I would discourage using Mock. Its been deperecated because it was not
being well maintained as features (like namspaces) were added to Accumulo. I
would also encourage you to add your namespace test to SimpleProxyBase.
TBinaryProxyIT, TJsonProtocolProxyIT, etc all extend SimpleProxyBase but run
configure a different protocol. All of the test in SimpleProxyBase are run
using multiple thrift protocols. Also, the test in SimpleProxyBase use
MiniAccumulo instead of MockAccumulo.
> Add Accumulo Namespace Operations to Proxy
> ------------------------------------------
>
> Key: ACCUMULO-4147
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4147
> Project: Accumulo
> Issue Type: Improvement
> Components: proxy
> Affects Versions: 1.7.1
> Reporter: Tristen Georgiou
> Assignee: Tristen Georgiou
> Priority: Minor
> Fix For: 1.8.0
>
>
> The namespace operations are absent from the Accumulo proxy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)