mirror of https://github.com/apache/lucene.git
SOLR-5675: cloud-scripts/zkcli.bat: quote option log4j
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f28a5e8ffd
commit
c494a5b050
|
@ -268,6 +268,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-5230: Call DelegatingCollector.finish() during grouping.
|
* SOLR-5230: Call DelegatingCollector.finish() during grouping.
|
||||||
(Joel Bernstein, ehatcher)
|
(Joel Bernstein, ehatcher)
|
||||||
|
* SOLR-5675: cloud-scripts/zkcli.bat: quote option log4j
|
||||||
|
(Günther Ruck via steffkes)
|
||||||
|
|
||||||
* SOLR-5679: Shard splitting fails with ClassCastException on collections
|
* SOLR-5679: Shard splitting fails with ClassCastException on collections
|
||||||
upgraded from 4.5 and earlier versions. (Brett Hoerner, shalin)
|
upgraded from 4.5 and earlier versions. (Brett Hoerner, shalin)
|
||||||
|
|
|
@ -8,4 +8,4 @@ REM Find location of this script
|
||||||
set SDIR=%~dp0
|
set SDIR=%~dp0
|
||||||
if "%SDIR:~-1%"=="\" set SDIR=%SDIR:~0,-1%
|
if "%SDIR:~-1%"=="\" set SDIR=%SDIR:~0,-1%
|
||||||
|
|
||||||
"%JVM%" -Dlog4j.configuration=file:%SDIR%\log4j.properties -classpath "%SDIR%\..\..\solr-webapp\webapp\WEB-INF\lib\*;%SDIR%\..\..\lib\ext\*" org.apache.solr.cloud.ZkCLI %*
|
"%JVM%" -Dlog4j.configuration="file:%SDIR%\log4j.properties" -classpath "%SDIR%\..\..\solr-webapp\webapp\WEB-INF\lib\*;%SDIR%\..\..\lib\ext\*" org.apache.solr.cloud.ZkCLI %*
|
||||||
|
|
Loading…
Reference in New Issue