GitHub user meiercaleb opened a pull request:
https://github.com/apache/incubator-rya/pull/49
Updated PcjTables to be compatible with MockInstance
The PcjTables class now checks whether the Accumulo Connector parameter is
for a MockInstance. If the Connector is for a MockInstance, the table
cardinality is updated using a BatchWriter as opposed to a ConditionalWriter,
which is what is used for normal Instances. There is a risk that if the
cardinality is updated asynchronously for a MockInstance the cardinality will
be incorrect. But this change is mainly to facilitate the use of PcjTables
with MockInstances for testing purposes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/meiercaleb/incubator-rya
RYA-78-RyaDirectExample-Bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/49.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #49
----
commit 0f3edef4b0e6a752f8c8596096acad01002faec5
Author: Caleb Meier <[email protected]>
Date: 2016-06-03T18:56:00Z
Updated PcjTables to be compatible with MockInstance
Added Licensing Header
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---