Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/127#discussion_r110959602
  
    --- Diff: extras/indexingExample/src/main/java/RyaDirectExample.java ---
    @@ -149,24 +153,19 @@ private static void closeQuietly(final 
SailRepositoryConnection conn) {
     
        private static Configuration getConf() {
     
    -           final AccumuloRdfConfiguration conf = new 
AccumuloRdfConfiguration();
    -
    -           conf.setBoolean(ConfigUtils.USE_MOCK_INSTANCE, 
USE_MOCK_INSTANCE);
    -           conf.set(ConfigUtils.USE_PCJ, "true");
    -           conf.set(ConfigUtils.USE_FREETEXT, "true");
    -           conf.set(ConfigUtils.USE_TEMPORAL, "true");
    -           conf.set(PrecomputedJoinIndexerConfig.PCJ_STORAGE_TYPE, 
PrecomputedJoinStorageType.ACCUMULO.name());
    -           conf.set(RdfCloudTripleStoreConfiguration.CONF_TBL_PREFIX, 
RYA_TABLE_PREFIX);
    -           conf.set(ConfigUtils.CLOUDBASE_USER, "root");
    -           conf.set(ConfigUtils.CLOUDBASE_PASSWORD, "");
    -           conf.set(ConfigUtils.CLOUDBASE_INSTANCE, INSTANCE);
    -           conf.setInt(ConfigUtils.NUM_PARTITIONS, 3);
    -           conf.set(ConfigUtils.CLOUDBASE_AUTHS, AUTHS);
    -
    -           // only geo index statements with geo:asWKT predicates
    -           conf.set(ConfigUtils.GEO_PREDICATES_LIST,
    -                           GeoConstants.GEO_AS_WKT.stringValue());
    -           return conf;
    +           
    +           return AccumuloIndexingConfiguration.builder()//
    --- End diff --
    
    Done.


---
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.
---

Reply via email to