[
https://issues.apache.org/jira/browse/BEAM-13874?focusedWorklogId=729535&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-729535
]
ASF GitHub Bot logged work on BEAM-13874:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Feb/22 09:16
Start Date: 18/Feb/22 09:16
Worklog Time Spent: 10m
Work Description: KhaninArtur commented on a change in pull request
#16870:
URL: https://github.com/apache/beam/pull/16870#discussion_r809808315
##########
File path:
examples/java/src/main/java/org/apache/beam/examples/complete/TrafficRoutes.java
##########
@@ -17,6 +17,21 @@
*/
package org.apache.beam.examples.complete;
+// beam-playground:
+// name: TrafficRoutes
+// description: An example that analyzes traffic sensor data using
SlidingWindows.
+// For each window, it calculates the average speed over the window for
some small set
+// of predefined 'routes', and looks for 'slowdowns' in those routes. It
writes its
+// results to a BigQuery table.
+// multifile: true
+// context_line: 97
+// categories:
+// - Combiners
+// - Batch
Review comment:
```suggestion
```
##########
File path:
examples/java/src/main/java/org/apache/beam/examples/complete/TrafficMaxLaneFlow.java
##########
@@ -17,6 +17,20 @@
*/
package org.apache.beam.examples.complete;
+// beam-playground:
+// name: TrafficMaxLaneFlow
+// description: An example that analyzes traffic sensor data using
SlidingWindows. For each
+// window, it finds the lane that had the highest flow recorded, for each
sensor station.
+// It writes those max values along with auxiliary info to a BigQuery
table.
+// multifile: true
+// context_line: 93
+// categories:
+// - Combiners
+// - Batch
Review comment:
```suggestion
```
##########
File path:
examples/java/src/main/java/org/apache/beam/examples/complete/TfIdf.java
##########
@@ -17,6 +17,19 @@
*/
package org.apache.beam.examples.complete;
+// beam-playground:
+// name: TfIdf
+// description: An example that computes a basic TF-IDF search table for a
directory or
+// GCS prefix.
+// multifile: true
+// pipeline_options: --output output.txt
+// context_line: 84
+// categories:
+// - Side Input
+// - Combiners
+// - Options
+// - Joins
Review comment:
```suggestion
// - Combiners
// - Options
// - Joins
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 729535)
Time Spent: 1h 20m (was: 1h 10m)
> [Playground] Tag multifile examples
> -----------------------------------
>
> Key: BEAM-13874
> URL: https://issues.apache.org/jira/browse/BEAM-13874
> Project: Beam
> Issue Type: Task
> Components: beam-playground
> Reporter: Artur Khanin
> Assignee: Aydar Zaynutdinov
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Need to find and tag multifile examples to add them to the bucket via CI/CD.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)