[
https://issues.apache.org/jira/browse/BEAM-11546?focusedWorklogId=575684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-575684
]
ASF GitHub Bot logged work on BEAM-11546:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/21 18:58
Start Date: 01/Apr/21 18:58
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #13642:
URL: https://github.com/apache/beam/pull/13642#issuecomment-812107326
I believe we need to adapt code snippets to new rendering engine to which
Beam website moved recently.
Something like this:
```
{{< highlight java >}}
// Start by defining the options for the pipeline.
PipelineOptions options = PipelineOptionsFactory.create();
// Then create the pipeline.
Pipeline p = Pipeline.create(options);
{{< /highlight >}}
{{< highlight py >}}
Python code here
{{< /highlight >}}
```
Please, take a look on examples here:
https://github.com/apache/beam/blob/master/website/www/site/content/en/documentation/programming-guide.md
--
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: 575684)
Time Spent: 1.5h (was: 1h 20m)
> Cross-language pipeline pattern
> -------------------------------
>
> Key: BEAM-11546
> URL: https://issues.apache.org/jira/browse/BEAM-11546
> Project: Beam
> Issue Type: Bug
> Components: website
> Reporter: Matthias Baetens
> Priority: P3
> Labels: pipeline-patterns
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Develop a pattern showing how to create and run a cross-language pipeline.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)