[
https://issues.apache.org/jira/browse/BEAM-7339?focusedWorklogId=243609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-243609
]
ASF GitHub Bot logged work on BEAM-7339:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/May/19 20:05
Start Date: 16/May/19 20:05
Worklog Time Spent: 10m
Work Description: yifanzou commented on pull request #8596: [BEAM-7339]
Make input and checksum configurable for Python WordCountIT
URL: https://github.com/apache/beam/pull/8596#discussion_r284871200
##########
File path: sdks/python/apache_beam/examples/wordcount_it_test.py
##########
@@ -39,7 +39,8 @@ class WordCountIT(unittest.TestCase):
_multiprocess_can_split_ = True
# The default checksum is a SHA-1 hash generated from a sorted list of
- # lines read from expected output.
+ # lines read from expected output. This value coresponds to the default
Review comment:
Typo - corresponds
----------------------------------------------------------------
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: 243609)
Time Spent: 0.5h (was: 20m)
> Enable 1Gb input for Python wordcount benchmark
> -----------------------------------------------
>
> Key: BEAM-7339
> URL: https://issues.apache.org/jira/browse/BEAM-7339
> Project: Beam
> Issue Type: Task
> Components: testing
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Requirement:
> - Use input from: gs://apache-beam-samples/input_small_files/*
> - Use TestDataflowRunner
> - Limit worker number
> - Disable autoscaling
> - Enable both py2 and py3 benchmarks
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)