gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Replace MockAccumuloStore usage #865

Closed m29827 closed 3 years ago

m29827 commented 3 years ago

Replace usage of the deprecated MockAccumloStore with MapStore or MiniAccumuloStore as appropriate. Related to #831, requires gchq/Gaffer#2383.

n3101 commented 3 years ago

@m29827 I think the dependency https://github.com/gchq/Gaffer/issues/2383 has been released. Please check whether this one is now good to go.

n3101 commented 3 years ago

@m29827 Do you know if there is any dependency between this issue & #831?

m29827 commented 3 years ago

@m29827 Do you know if there is any dependency between this issue & #831? I believe this issue is effectively making the same change described in #831. I've brought my branch up to date and opened a PR.

t92549 commented 3 years ago

Resolved due to #876