This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git


The following commit(s) were added to refs/heads/mergebot by this push:
     new 3b4bf9c  update apex runner properties example
     new e759c9e  This closes #269
3b4bf9c is described below

commit 3b4bf9ce4a0e904d6e94840b0b63f0820cbf6d16
Author: Thomas Weise <t...@apache.org>
AuthorDate: Sun Jul 9 12:21:06 2017 -0700

    update apex runner properties example
---
 src/documentation/runners/apex.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/documentation/runners/apex.md 
b/src/documentation/runners/apex.md
index 9e97d77..9d68b2f 100644
--- a/src/documentation/runners/apex.md
+++ b/src/documentation/runners/apex.md
@@ -42,9 +42,9 @@ The following example will reduce the number of required 
containers by collocati
 and lower the heap memory per operator - suitable for execution in a single 
node Hadoop sandbox.
 
 ```
-dt.application.*.operator.*.attr.MEMORY_MB=64
-dt.stream.*.prop.locality=CONTAINER_LOCAL
-dt.application.*.operator.*.attr.TIMEOUT_WINDOW_COUNT=1200
+apex.application.*.operator.*.attr.MEMORY_MB=64
+apex.stream.*.prop.locality=CONTAINER_LOCAL
+apex.application.*.operator.*.attr.TIMEOUT_WINDOW_COUNT=1200
 ```
 
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <commits@beam.apache.org>'].

Reply via email to