This is an automated email from the ASF dual-hosted git repository. abudnikov pushed a commit to branch IGNITE-7595 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit c10ce4eb22aa88dbd72eacdd89d9d5cac048f382 Author: abudnikov <[email protected]> AuthorDate: Wed Aug 26 19:53:54 2020 +0300 minor fixes --- docs/_docs/installation/kubernetes/amazon-eks-deployment.adoc | 2 +- docs/_docs/thin-clients/java-thin-client.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/installation/kubernetes/amazon-eks-deployment.adoc b/docs/_docs/installation/kubernetes/amazon-eks-deployment.adoc index 1eb6a51..ee2687f 100644 --- a/docs/_docs/installation/kubernetes/amazon-eks-deployment.adoc +++ b/docs/_docs/installation/kubernetes/amazon-eks-deployment.adoc @@ -14,7 +14,7 @@ include::installation/kubernetes/generic-configuration.adoc[tag=intro] include::installation/kubernetes/generic-configuration.adoc[tag=kube-version] In this guide, we will use the `eksctl` command line tool to create a Kubernetes cluster. -Please follow link:https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html[this guide,window=_blank] to install the required resources and get familiar with the tool. +Follow link:https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html[this guide,window=_blank] to install the required resources and get familiar with the tool. == Creating an Amazon EKS Cluster diff --git a/docs/_docs/thin-clients/java-thin-client.adoc b/docs/_docs/thin-clients/java-thin-client.adoc index adbc6f6..4ee092a 100644 --- a/docs/_docs/thin-clients/java-thin-client.adoc +++ b/docs/_docs/thin-clients/java-thin-client.adoc @@ -211,7 +211,7 @@ Refer to link:distributed-computing/cluster-groups[Cluster groups] to get more i == Executing compute tasks -The Java thin client has basic functionality to execute compute tasks. By default this feature is disabled on server-side. To enable this functionality server-side configuration property `maxActiveComputeTasksPerConnection` should be set excplicitly to value more than 0: +The Java thin client has basic functionality to execute compute tasks. By default this feature is disabled on server-side. To enable this functionality server-side configuration property `maxActiveComputeTasksPerConnection` should be set explicitly to value more than 0: [tabs] --
