Browse Source

[TEST] remove needless script settings from create-bwc-index script

dynamic scripts are not needed here, can be disabled.
javanna 10 years ago
parent
commit
d9628649a2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dev-tools/create-bwc-index.py

+ 0 - 2
dev-tools/create-bwc-index.py

@@ -135,8 +135,6 @@ def start_node(version, release_dir, data_dir, tcp_port, http_port):
     '-Des.cluster.name=bwc_index_' + version,  
     '-Des.network.host=localhost', 
     '-Des.discovery.zen.ping.multicast.enabled=false',
-    '-Des.script.inline=on',
-    '-Des.script.indexed=on',
     '-Des.transport.tcp.port=%s' % tcp_port,
     '-Des.http.port=%s' % http_port
   ]