[TEST] remove needless script settings from create-bwc-index script
dynamic scripts are not needed here, can be disabled.
This commit is contained in:
parent
f4592a17e3
commit
d9628649a2
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue