[
https://issues.apache.org/jira/browse/BEAM-4290?focusedWorklogId=108181&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-108181
]
ASF GitHub Bot logged work on BEAM-4290:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jun/18 19:57
Start Date: 01/Jun/18 19:57
Worklog Time Spent: 10m
Work Description: jkff commented on a change in pull request #5489:
[BEAM-4290] proto changes to support staging_session_token
URL: https://github.com/apache/beam/pull/5489#discussion_r192499852
##########
File path: sdks/python/apache_beam/runners/portability/local_job_service.py
##########
@@ -87,7 +87,9 @@ def Prepare(self, request, context=None):
use_grpc=self._use_grpc,
sdk_harness_factory=sdk_harness_factory)
logging.debug("Prepared job '%s' as '%s'", request.job_name,
preparation_id)
- return beam_job_api_pb2.PrepareJobResponse(preparation_id=preparation_id)
+ # TODO(angoenka): Pass an appropriate staging_session_token
Review comment:
Ditto
----------------------------------------------------------------
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: 108181)
> ArtifactStagingService that stages to a distributed filesystem
> --------------------------------------------------------------
>
> Key: BEAM-4290
> URL: https://issues.apache.org/jira/browse/BEAM-4290
> Project: Beam
> Issue Type: Sub-task
> Components: runner-core
> Reporter: Eugene Kirpichov
> Assignee: Ankur Goenka
> Priority: Major
> Time Spent: 6h
> Remaining Estimate: 0h
>
> Using the job's staging directory from PipelineOptions.
> Physical layout on the distributed filesystem is TBD but it should allow for
> arbitrary filenames and ideally for eventually avoiding uploading artifacts
> that are already there.
> Handling credentials is TBD.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)