[ 
https://issues.apache.org/jira/browse/BEAM-7305?focusedWorklogId=247295&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247295
 ]

ASF GitHub Bot logged work on BEAM-7305:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/May/19 06:12
            Start Date: 23/May/19 06:12
    Worklog Time Spent: 10m 
      Work Description: jbartok commented on pull request #8637: [BEAM-7305] 
Make Jet Runner usable and documented
URL: https://github.com/apache/beam/pull/8637#discussion_r286788789
 
 

 ##########
 File path: website/src/documentation/runners/jet.md
 ##########
 @@ -0,0 +1,185 @@
+---
+layout: section
+title: "Hazelcast Jet Runner"
+section_menu: section-menu/runners.html
+permalink: /documentation/runners/jet/
+redirect_from: /learn/runners/jet/
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+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.
+-->
+
+# Overview
+
+The Hazelcast Jet Runner can be used to execute Beam pipelines using [Hazelcat
+Jet](https://jet.hazelcast.org/). 
+
+The Jet Runner and Jet are suitable for large scale continuous jobs and 
provide:
+* Support for both batch (bounded) and streaming (unbounded) data sets
+* A runtime that supports very high throughput and low event latency at the 
same time
+* Natural back-pressure in streaming programs
+* Distributed massively parallel data processing engine with in memory storage 
+
+It's important to note that the Jet Runner is currently in an *EXPERIMENTAL* 
state and can not make use of many of
+the capabilities present in Jet:
+* Jet has full Fault Tolerance support, the Jet Runner does not; if a job 
fails it must be restarted
+* Internal performance of Jet is extremely high (see 
[benchmarks](https://jet.hazelcast.org/performance/)). 
 
 Review comment:
   Will do.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 247295)
    Time Spent: 5h 20m  (was: 5h 10m)

> Add first version of Hazelcast Jet Runner
> -----------------------------------------
>
>                 Key: BEAM-7305
>                 URL: https://issues.apache.org/jira/browse/BEAM-7305
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-jet
>            Reporter: Maximilian Michels
>            Assignee: Jozsef Bartok
>            Priority: Major
>             Fix For: 2.14.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to