[
https://issues.apache.org/jira/browse/BEAM-8106?focusedWorklogId=484843&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-484843
]
ASF GitHub Bot logged work on BEAM-8106:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Sep/20 00:33
Start Date: 16/Sep/20 00:33
Worklog Time Spent: 10m
Work Description: emilymye commented on a change in pull request #12505:
URL: https://github.com/apache/beam/pull/12505#discussion_r489092740
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java
##########
@@ -357,4 +354,14 @@ private static File zipDirectory(File directory) throws
IOException {
return env;
}
}
+
+ private static String getDefaultJavaSdkHarnessContainerUrl() {
+ String javaVersionId =
+ Float.parseFloat(System.getProperty("java.specification.version")) >=
9 ? "java11" : "java8";
Review comment:
I went ahead and added an Enum to Environments, and removed similar
checks in DataflowRunner
----------------------------------------------------------------
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: 484843)
Time Spent: 6.5h (was: 6h 20m)
> Publish Java 11 SDK Harness docker image
> ----------------------------------------
>
> Key: BEAM-8106
> URL: https://issues.apache.org/jira/browse/BEAM-8106
> Project: Beam
> Issue Type: Sub-task
> Components: build-system, sdk-java-harness
> Reporter: Hannah Jiang
> Priority: P3
> Labels: portability
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> There are multiple benefits including optimized String representation in
> memory, better GC, more Docker friendliness and others that could be of the
> interest of users.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)