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 d92f580  Publishing website 2018/11/21 09:48:18 at commit 469c90a
d92f580 is described below

commit d92f580594ea665d3838e326b827d8f4bcb9a5a6
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Nov 21 09:48:19 2018 +0000

    Publishing website 2018/11/21 09:48:18 at commit 469c90a
---
 .../generated-content/roadmap/euphoria/index.html  | 28 +++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)

diff --git a/website/generated-content/roadmap/euphoria/index.html 
b/website/generated-content/roadmap/euphoria/index.html
index 1f28ad0..cb13f83 100644
--- a/website/generated-content/roadmap/euphoria/index.html
+++ b/website/generated-content/roadmap/euphoria/index.html
@@ -206,6 +206,12 @@
 
 
 
+<ul class="nav">
+  <li><a href="#salted-join-implementation">“Salted” join 
implementation</a></li>
+  <li><a href="#pipeline-sampling">Pipeline sampling</a></li>
+  <li><a href="#fluent-api">Fluent API</a></li>
+  <li><a href="#side-outputs">Side Outputs</a></li>
+</ul>
 
 
       </nav>
@@ -229,13 +235,29 @@ limitations under the License.
 
 <p>Easy to use Java 8 DSL for the Beam Java SDK. Provides a high-level 
abstraction of Beam transformations, which is both easy to read and write. Can 
be used as a complement to existing Beam pipelines (convertible back and 
forth). You can have a glimpse of the API at <a 
href="/documentation/sdks/java/euphoria/#wordcount-example">WordCount 
example</a>.</p>
 
-<p>This roadmap is in progress. In the meantime, here are some resources:</p>
-
 <ul>
   <li>JIRA: <a 
href="https://issues.apache.org/jira/browse/BEAM-4366?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20dsl-euphoria";>dsl-euphoria</a>
 / <a href="https://issues.apache.org/jira/browse/BEAM-3900";>BEAM-3900</a></li>
-  <li>Contact: <a href="mailto:david.mora...@gmail.com";>David Moravek</a></li>
+  <li>Contact: <a href="mailto:d...@apache.org";>David Moravek</a></li>
 </ul>
 
+<h2 id="salted-join-implementation">“Salted” join implementation</h2>
+
+<p>Implementation of a join, that can handle large scale join of highly skewed 
data sets. This implementation breaks
+the large keys into multiple splits, using key distribution approximated by 
count min sketch data structure.</p>
+
+<h2 id="pipeline-sampling">Pipeline sampling</h2>
+
+<p>In order to pick the right translation for the operator without user 
interference, we can leverage knowledge from
+previous pipeline runs. We want to provide a convenient and portable way to 
gather this knowledge.</p>
+
+<h2 id="fluent-api">Fluent API</h2>
+
+<p>Implementation of an easy to use Fluent API on top of Euphoria DSL.</p>
+
+<h2 id="side-outputs">Side Outputs</h2>
+
+<p>An convenient API for multiple outputs.</p>
+
       </div>
     </div>
     <!--

Reply via email to