[
https://issues.apache.org/jira/browse/RYA-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16120008#comment-16120008
]
ASF GitHub Bot commented on RYA-303:
------------------------------------
Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/172#discussion_r132193846
--- Diff:
extras/indexing/src/main/java/org/apache/rya/indexing/pcj/matching/PCJOptimizer.java
---
@@ -90,9 +97,19 @@ public final void setConf(final Configuration conf) {
if (!init) {
try {
this.conf = conf;
- this.useOptimal = ConfigUtils.getUseOptimalPCJ(conf);
- provider = new AccumuloIndexSetProvider(conf);
- } catch (Exception e) {
+ useOptimal = ConfigUtils.getUseOptimalPCJ(conf);
--- End diff --
Ugh, I hate that we have to do this and we can't use an Interface. Stupid
setConf() init.
> Mongo PCJ indexer support
> -------------------------
>
> Key: RYA-303
> URL: https://issues.apache.org/jira/browse/RYA-303
> Project: Rya
> Issue Type: Improvement
> Reporter: Andrew Smith
> Assignee: Andrew Smith
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)