[
https://issues.apache.org/jira/browse/BEAM-7305?focusedWorklogId=307881&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307881
]
ASF GitHub Bot logged work on BEAM-7305:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Sep/19 14:16
Start Date: 06/Sep/19 14:16
Worklog Time Spent: 10m
Work Description: RyanSkraba commented on pull request #9471: [BEAM-7305]
Improve Jet Runner related documentation
URL: https://github.com/apache/beam/pull/9471#discussion_r321749449
##########
File path: website/src/get-started/wordcount-example.md
##########
@@ -739,6 +755,12 @@ $ mvn package -Pnemo-runner && java -cp
target/word-count-beam-bundled-0.1.jar o
--runner=NemoRunner --inputFile=`pwd`/pom.xml --output=counts
```
+{:.runner-jet}
+```
+$ mvn package -P jet-runner && java -cp target/word-count-beam-bundled-0.1.jar
org.apache.beam.examples.DebuggingWordCount \
+ --runner=JetRunner --jetLocalMode=3 --inputFile=$pwd/pom.xml
--output=counts
Review comment:
```suggestion
--runner=JetRunner --jetLocalMode=3 --output=counts
```
It looks like most of the runners are running against the default inputFile
(the Shakespeare corpus) which demonstrates the PAsserts succeeding in the
example.
Nemo is running against `pom.xml` which demonstrates failing the PAssert in
the example.
I suggest following the majority!
----------------------------------------------------------------
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: 307881)
Time Spent: 11h 10m (was: 11h)
> 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: 11h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)