From 29ec7df449a6108115b3ff249da7f31ed04180c9 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 7 Sep 2016 17:20:52 -0400 Subject: [PATCH] Updated adding guava dependency --- .../src/main/asciidoc/batch.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-cloud-task-docs/src/main/asciidoc/batch.adoc b/spring-cloud-task-docs/src/main/asciidoc/batch.adoc index 512e04f6..1edae8e8 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/batch.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/batch.adoc @@ -119,6 +119,20 @@ Spring Cloud Yarn Deployer: spring-cloud-starter-deployer-yarn ``` +* Add the following dependency to the dependency management for a transient dependency required by Yarn: +``` + + +... + + com.google.guava + guava + 18.0 + + +... + +``` * Also add the following property to your application.properties: `spring.yarn.container.keepContextAlive=false`. * When setting up environment variables for the partitions in the PartitionHandler it is recommended that you do not copy the current working environment properties.