You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2015/12/14 22:10:49 UTC

[jira] [Updated] (SOLR-7946) After Solr 5.0, The script(set-map-reduce-classpath.sh) of MapReduceIndexTool should be made a change.

     [ https://issues.apache.org/jira/browse/SOLR-7946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated SOLR-7946:
--------------------------------
    Fix Version/s:     (was: 5.4)
                   5.5

> After Solr 5.0, The script(set-map-reduce-classpath.sh) of MapReduceIndexTool should be made a change.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-7946
>                 URL: https://issues.apache.org/jira/browse/SOLR-7946
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - MapReduce
>    Affects Versions: 5.0, 5.2.1
>            Reporter: davidchiu
>            Priority: Minor
>             Fix For: 5.5, Trunk
>
>
> The original code as following:
> [code]
> if [ ! -d "$solr_distrib/example/solr-webapp/webapp" ]; then
>    unzip -o $solr_distrib/example/webapps/solr.war -d $solr_distrib/example/solr-webapp/webapp
> fi
> ....
> dir7=`absPath "$solr_distrib/example/solr-webapp/webapp/WEB-INF/lib"`
> [/code]
> It should be  changed to as following:
> [code]
> if [ ! -d "$solr_distrib/server/solr-webapp/webapp" ]; then
>    unzip -o $solr_distrib/server/webapps/solr.war -d $solr_distrib/server/solr-webapp/webapp
> fi
> ....
> dir7=`absPath "$solr_distrib/server/solr-webapp/webapp/WEB-INF/lib"`
> [/code]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org