[
https://issues.apache.org/jira/browse/IGNITE-4481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869771#comment-15869771
]
Ilya Suntsov edited comment on IGNITE-4481 at 2/16/17 11:39 AM:
----------------------------------------------------------------
[~oleg-ostanin]
Also please replace
{noformat} IFS=" " read -ra local_ips_array <<<
${local_ip_addresses[@]}{noformat}
with
{noformat}local_ips_array=( ${local_ip_addresses[@]} ){noformat}
Please, note that between {{(}} and {{$}} and between {{}}} and {{)}} are
spaces.
was (Author: ustas):
[~oleg-ostanin]
Also please replace
{noformat} IFS=" " read -ra local_ips_array <<<
${local_ip_addresses[@]}{noformat}
with
local_ips_array=( ${local_ip_addresses[@]} )
Please, note that between {{(}} and {{$}} and between {{}}} and {{)}} are
spaces.
> Creating the scripts
> --------------------
>
> Key: IGNITE-4481
> URL: https://issues.apache.org/jira/browse/IGNITE-4481
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Oleg Ostanin
> Assignee: Oleg Ostanin
> Fix For: 2.0
>
>
> The goal of this subtask is to resolve this part of original task:
> 1. Every deliverable must contain an executable (bat or sh file) with a clear
> instruction on how to start a specific benchmark from the console.
> 2. For local runs (drivers and servers point out on localhost) ssh connection
> must not be used
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)