[
https://issues.apache.org/jira/browse/BEAM-8870?focusedWorklogId=355489&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-355489
]
ASF GitHub Bot logged work on BEAM-8870:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Dec/19 22:53
Start Date: 06/Dec/19 22:53
Worklog Time Spent: 10m
Work Description: angoenka commented on pull request #10279: [BEAM-8870]
Fix Spark Python VR failures.
URL: https://github.com/apache/beam/pull/10279#discussion_r355063748
##########
File path: sdks/python/apache_beam/runners/portability/spark_runner_test.py
##########
@@ -42,6 +42,8 @@
parser.add_argument('--environment_type', default='docker',
help='Environment type. docker or process')
parser.add_argument('--environment_config', help='Environment config.')
+ parser.add_argument('--environment_cache_millis', default=0,
Review comment:
Instead of introducing a default here, shall we rely on the system default
and do the null check before adding `portable_options.environment_cache_millis`
in line 96.
----------------------------------------------------------------
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: 355489)
Time Spent: 50m (was: 40m)
> beam_PostCommit_Python_VR_Spark is permanently failing
> ------------------------------------------------------
>
> Key: BEAM-8870
> URL: https://issues.apache.org/jira/browse/BEAM-8870
> Project: Beam
> Issue Type: Bug
> Components: runner-spark, test-failures
> Reporter: Kenneth Knowles
> Assignee: Kyle Weaver
> Priority: Critical
> Labels: currently-failing
> Time Spent: 50m
> Remaining Estimate: 0h
>
> See https://builds.apache.org/job/beam_PostCommit_Python_VR_Spark/
> Is this a known issue? Should this suite be disabled until it is expected to
> pass?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)