[
https://issues.apache.org/jira/browse/BEAM-6557?focusedWorklogId=197273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-197273
]
ASF GitHub Bot logged work on BEAM-6557:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Feb/19 23:50
Start Date: 11/Feb/19 23:50
Worklog Time Spent: 10m
Work Description: melap commented on pull request #7679: [BEAM-6557] Adds
notebooks for quickstarts and custom I/O
URL: https://github.com/apache/beam/pull/7679#discussion_r255742608
##########
File path: website/src/get-started/quickstart-py.md
##########
@@ -207,9 +207,41 @@ This runner is not yet available for the Python SDK.
```
After the pipeline completes, you can view the output files at your specified
-output path. For example, if you specify `/dir1/counts` for the `--output`
-parameter, the pipeline writes the files to `/dir1/` and names the files
-sequentially in the format `counts-0000-of-0001`.
+output path. For example, if you specify `outputs/part` for the `--output`
+parameter, the pipeline writes the files to `outputs/` and names the files
+sequentially in the format `part-0000-of-0001`.
+
+Here is how a basic implementation of WordCount looks like.
Review comment:
same comments as what I have in the Go walkthrough. I'm also concerned that
in this case, the mix of going back and forth between running a real .py file
and using a colab (and the source code does not match) is going to cause
confusion. What about moving the Colab to the bottom of the page after Inspect
results, and have its own section, with the "Try the interactive Python
WordCount example" etc. there.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 197273)
Time Spent: 1h 40m (was: 1.5h)
> Add IPython notebooks for quickstarts and custom I/O
> ----------------------------------------------------
>
> Key: BEAM-6557
> URL: https://issues.apache.org/jira/browse/BEAM-6557
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: David Cavazos
> Assignee: David Cavazos
> Priority: Minor
> Labels: triaged
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)