You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/05/24 23:14:48 UTC

[beam] branch asf-site updated: Publishing website 2019/05/24 23:14:37 at commit 064be0e

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1a39d56  Publishing website 2019/05/24 23:14:37 at commit 064be0e
1a39d56 is described below

commit 1a39d563e6e1ae25c3faf754dcb2256a7e7ac4f8
Author: jenkins <bu...@apache.org>
AuthorDate: Fri May 24 23:14:38 2019 +0000

    Publishing website 2019/05/24 23:14:37 at commit 064be0e
---
 website/generated-content/contribute/runner-guide/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/contribute/runner-guide/index.html b/website/generated-content/contribute/runner-guide/index.html
index 1f20922..2601e1b 100644
--- a/website/generated-content/contribute/runner-guide/index.html
+++ b/website/generated-content/contribute/runner-guide/index.html
@@ -1216,12 +1216,12 @@ sense that includes side effects, etc.</p>
 
 <p>A <code class="highlighter-rouge">FunctionSpec</code> includes a URN identifying the function as well as an arbitrary
 fixed parameter. For example the (hypothetical) “max” CombineFn might have the
-URN <code class="highlighter-rouge">urn:beam:combinefn:max:0.1</code> and a parameter that indicates by what
+URN <code class="highlighter-rouge">beam:combinefn:max:0.1</code> and a parameter that indicates by what
 comparison to take the max.</p>
 
 <p>For most UDFs in a pipeline constructed using a particular language’s SDK, the
 URN will indicate that the SDK must interpret it, for example
-<code class="highlighter-rouge">urn:beam:dofn:javasdk:0.1</code> or <code class="highlighter-rouge">urn:beam:dofn:pythonsdk:0.1</code>. The parameter
+<code class="highlighter-rouge">beam:dofn:javasdk:0.1</code> or <code class="highlighter-rouge">beam:dofn:pythonsdk:0.1</code>. The parameter
 will contain serialized code, such as a Java-serialized <code class="highlighter-rouge">DoFn</code> or a Python
 pickled <code class="highlighter-rouge">DoFn</code>.</p>