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 766d92d  Publishing website 2019/09/06 15:52:26 at commit 8b7a3e3
766d92d is described below

commit 766d92d82f28eeeca3e673086573e45c80e9b1fd
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Sep 6 15:52:27 2019 +0000

    Publishing website 2019/09/06 15:52:26 at commit 8b7a3e3
---
 .../generated-content/documentation/io/built-in/hcatalog/index.html   | 4 ++--
 .../documentation/runners/capability-matrix/index.html                | 2 +-
 website/generated-content/documentation/sdks/java/euphoria/index.html | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/website/generated-content/documentation/io/built-in/hcatalog/index.html 
b/website/generated-content/documentation/io/built-in/hcatalog/index.html
index 773ffb8..ddf88e0 100644
--- a/website/generated-content/documentation/io/built-in/hcatalog/index.html
+++ b/website/generated-content/documentation/io/built-in/hcatalog/index.html
@@ -28,7 +28,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <title>Apache HCatalog InputFormat IO</title>
+  <title>Apache HCatalog I/O connector</title>
   <meta name="description" content="Apache Beam is an open source, unified 
model and set of language-specific SDKs for defining and executing data 
processing workflows, and also data ingestion and integration flows, supporting 
Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). 
Dataflow pipelines simplify the mechanics of large-scale batch and streaming 
data processing and can run on a number of runtimes like Apache Flink, Apache 
Spark, and Google Cloud Dataflow  [...]
 ">
   <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400"; 
rel="stylesheet">
@@ -519,7 +519,7 @@ The destination table should exist beforehand as the 
transform will not create a
 
 <h3 id="using-older-versions-of-hcatalog-1x">Using older versions of HCatalog 
(1.x)</h3>
 
-<p><code class="highlighter-rouge">HCatalogIO</code> is build for Apache 
HCatalog versions 2 and up and will not work out of the box for older versions 
of HCatalog. 
+<p><code class="highlighter-rouge">HCatalogIO</code> is built for Apache 
HCatalog versions 2 and up and will not work out of the box for older versions 
of HCatalog. 
 The following illustrates a workaround to work with Hive 1.1.</p>
 
 <p>Include the following Hive 1.2 jars in the über jar you build. 
diff --git 
a/website/generated-content/documentation/runners/capability-matrix/index.html 
b/website/generated-content/documentation/runners/capability-matrix/index.html
index 56a004c..449ecca 100644
--- 
a/website/generated-content/documentation/runners/capability-matrix/index.html
+++ 
b/website/generated-content/documentation/runners/capability-matrix/index.html
@@ -13549,7 +13549,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<center><b>Partially: </b></center><br />APIs and semantics for draining a 
pipeline are under discussion. This would cause incomplete aggregations to be 
emitted regardless of trigger and tagged with metadata indicating it is 
incomplated.
+<center><b>Partially: </b></center><br />APIs and semantics for draining a 
pipeline are under discussion. This would cause incomplete aggregations to be 
emitted regardless of trigger and tagged with metadata indicating it is 
incompleted.
 </td>
     
     
diff --git 
a/website/generated-content/documentation/sdks/java/euphoria/index.html 
b/website/generated-content/documentation/sdks/java/euphoria/index.html
index 3c1f842..39e332d 100644
--- a/website/generated-content/documentation/sdks/java/euphoria/index.html
+++ b/website/generated-content/documentation/sdks/java/euphoria/index.html
@@ -830,7 +830,7 @@ the API as a high level DSL over Beam Java SDK and share 
our effort with the com
 </div>
 
 <h2 id="translation">Translation</h2>
-<p>Euphoria API is build on top of Beam Java SDK. The API is transparently 
translated into Beam’s <code class="highlighter-rouge">PTransforms</code> in 
background.</p>
+<p>Euphoria API is built on top of Beam Java SDK. The API is transparently 
translated into Beam’s <code class="highlighter-rouge">PTransforms</code> in 
background.</p>
 
 <p>The fact that Euphoria API is translated to Beam Java SDK give us option to 
fine tune the translation itself. Translation of an <code 
class="highlighter-rouge">Operator</code> is realized through implementations 
of <code class="highlighter-rouge">OperatorTranslator</code>.
 Euphoria uses <code class="highlighter-rouge">TranslationProvider</code> to 
decide which translator should be used. User of Euphoria API can supply its own 
<code class="highlighter-rouge">OperatorTranslator</code> through <code 
class="highlighter-rouge">TranslationProvider</code> by extending <code 
class="highlighter-rouge">EuphoriaOptions</code>. 

Reply via email to