You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/07/10 03:19:56 UTC

[beam-site] branch asf-site updated (2db733b -> 3a9fd07)

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

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


    from 2db733b  Prepare repository for deployment.
     add 3b4bf9c  update apex runner properties example
     add e759c9e  This closes #269
     new 3a9fd07  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/documentation/runners/apex/index.html | 6 +++---
 src/documentation/runners/apex.md             | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

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

[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3a9fd07e20ff11926d0dc72a60dd5499be2d7a0b
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Jul 10 03:19:54 2017 +0000

    Prepare repository for deployment.
---
 content/documentation/runners/apex/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/documentation/runners/apex/index.html b/content/documentation/runners/apex/index.html
index 48583f1..4b99f4d 100644
--- a/content/documentation/runners/apex/index.html
+++ b/content/documentation/runners/apex/index.html
@@ -175,9 +175,9 @@ hdfs dfs -put pom.xml /tmp/input/
 The following example will reduce the number of required containers by collocating the operators into the same container
 and lower the heap memory per operator - suitable for execution in a single node Hadoop sandbox.</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>dt.application.*.operator.*.attr.MEMORY_MB=64
-dt.stream.*.prop.locality=CONTAINER_LOCAL
-dt.application.*.operator.*.attr.TIMEOUT_WINDOW_COUNT=1200
+<div class="highlighter-rouge"><pre class="highlight"><code>apex.application.*.operator.*.attr.MEMORY_MB=64
+apex.stream.*.prop.locality=CONTAINER_LOCAL
+apex.application.*.operator.*.attr.TIMEOUT_WINDOW_COUNT=1200
 </code></pre>
 </div>
 

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