[
https://issues.apache.org/jira/browse/BEAM-4290?focusedWorklogId=105992&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-105992
]
ASF GitHub Bot logged work on BEAM-4290:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/18 19:50
Start Date: 25/May/18 19:50
Worklog Time Spent: 10m
Work Description: angoenka commented on a change in pull request #5489:
[BEAM-4290] proto changes to support artifact_staging_id
URL: https://github.com/apache/beam/pull/5489#discussion_r190994089
##########
File path: model/job-management/src/main/proto/beam_job_api.proto
##########
@@ -75,6 +75,11 @@ message PrepareJobResponse {
// An endpoint which exposes the Beam Artifact Staging API. Artifacts used
by the job should be
// staged to this endpoint, and will be available during job execution.
org.apache.beam.model.pipeline.v1.ApiServiceDescriptor
artifact_staging_endpoint = 2;
+
+ // (required) Id for the artifact staging. The content of the Id can contain
Review comment:
Sounds right. Made the changes.
----------------------------------------------------------------
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: 105992)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)