[
https://issues.apache.org/jira/browse/BEAM-9339?focusedWorklogId=405656&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-405656
]
ASF GitHub Bot logged work on BEAM-9339:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Mar/20 18:14
Start Date: 18/Mar/20 18:14
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #11160: [BEAM-9339]
Declare capabilities in the Java SDK.
URL: https://github.com/apache/beam/pull/11160#discussion_r394546436
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java
##########
@@ -228,6 +232,10 @@ public static Environment createProcessEnvironment(
return filesToStage.build();
}
+ public static Set<String> getJavaCapabilities() {
+ return ModelCoders.urns();
Review comment:
Add:
MULTI_CORE_BUNDLE_PROCESSING
PROGRESS_REPORTING
----------------------------------------------------------------
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: 405656)
Time Spent: 3h 20m (was: 3h 10m)
> Declare capabilities in SDK environments
> ----------------------------------------
>
> Key: BEAM-9339
> URL: https://issues.apache.org/jira/browse/BEAM-9339
> Project: Beam
> Issue Type: New Feature
> Components: sdk-go, sdk-java-harness, sdk-py-harness
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)