ibzib commented on a change in pull request #13908:
URL: https://github.com/apache/beam/pull/13908#discussion_r578007076



##########
File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/options/PortablePipelineOptions.java
##########
@@ -103,4 +103,32 @@
   String getOutputExecutablePath();
 
   void setOutputExecutablePath(String outputExecutablePath);
+
+  @Description(
+      "Options for configuring the environment of portable workers. Recognized 
options depend on the value of defaultEnvironmentType:\n"
+          + "DOCKER: docker_container_image (optional)\n"
+          + "EXTERNAL: external_service_address (required)\n"

Review comment:
       Done.

##########
File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/options/PortablePipelineOptions.java
##########
@@ -103,4 +103,32 @@
   String getOutputExecutablePath();
 
   void setOutputExecutablePath(String outputExecutablePath);
+
+  @Description(
+      "Options for configuring the environment of portable workers. Recognized 
options depend on the value of defaultEnvironmentType:\n"

Review comment:
       Done.




----------------------------------------------------------------
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]


Reply via email to