You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drat.apache.org by GitBox <gi...@apache.org> on 2018/05/18 21:50:48 UTC

[GitHub] ahmedifhaam commented on a change in pull request #129: Replaced Processwrapper indexing method with SolrIndexer

ahmedifhaam commented on a change in pull request #129: Replaced Processwrapper indexing method with SolrIndexer
URL: https://github.com/apache/drat/pull/129#discussion_r189400645
 
 

 ##########
 File path: proteus/src/main/java/backend/FileConstants.java
 ##########
 @@ -32,7 +34,15 @@
   public static final String DRAT_PATH = buildDratSubdirectoryPath("/deploy/bin/drat");
   public static final String DRAT_TEMP_UNZIPPED_PATH = buildDratSubdirectoryPath("/deploy/data/staging");
   public static final String DRAT_TEMP_LOG_OUTPUT = buildDratSubdirectoryPath("/deploy/data/drat_output.log");
+  public static final String SOLR_INDEXER_CONFIG_PATH = buildDratSubdirectoryPath("/deploy/filemgr/etc/indexer.properties");
 
+  public static final String FILEMGR_URL=replaceEnvVar("http://${OODT_HOST}:9000");
 
 Review comment:
   This is done in the next commit still a new env var is needed SOLR_DRAT_URL

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services