[
https://issues.apache.org/jira/browse/IGNITE-4481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869729#comment-15869729
]
Ilya Suntsov edited comment on IGNITE-4481 at 2/16/17 11:01 AM:
----------------------------------------------------------------
[~oleg-ostanin]
Please fix this in function {{define_ips}}:
{noformat}for local_ip in ${local_ips_array}{noformat}
When you write
{noformat}${array}{noformat}
instead of
{noformat}${array[@]}{noformat}
you will get only first item form array.
was (Author: ustas):
[~oleg-ostanin]
Please fix this in function {{define_ips}}:
{noformat}for local_ip in ${local_ips_array}{noformat}
When you write ${array} instead of ${array[@]} you will get only first item
form array.
> 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)