[ https://issues.apache.org/jira/browse/BEAM-6049?focusedWorklogId=166544&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-166544 ]
ASF GitHub Bot logged work on BEAM-6049: ---------------------------------------- Author: ASF GitHub Bot Created on: 15/Nov/18 17:48 Start Date: 15/Nov/18 17:48 Worklog Time Spent: 10m Work Description: foegler commented on a change in pull request #7047: [BEAM-6049] Add option to load job to GCS in Dataflow Runner URL: https://github.com/apache/beam/pull/7047#discussion_r233945447 ########## File path: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java ########## @@ -34,10 +34,7 @@ import com.google.api.services.clouddebugger.v2.model.Debuggee; import com.google.api.services.clouddebugger.v2.model.RegisterDebuggeeRequest; import com.google.api.services.clouddebugger.v2.model.RegisterDebuggeeResponse; -import com.google.api.services.dataflow.model.DataflowPackage; -import com.google.api.services.dataflow.model.Job; -import com.google.api.services.dataflow.model.ListJobsResponse; -import com.google.api.services.dataflow.model.WorkerPool; +import com.google.api.services.dataflow.model.*; Review comment: Hmmm...I don't think I did that manually. Is this something IntelliJ does automatically and do you happen to know how to disable it? ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 166544) Time Spent: 50m (was: 40m) > Support Job / Graph upload to GCS in Dataflow Runner > ---------------------------------------------------- > > Key: BEAM-6049 > URL: https://issues.apache.org/jira/browse/BEAM-6049 > Project: Beam > Issue Type: Improvement > Components: runner-dataflow > Reporter: Andrea Foegler > Assignee: Andrea Foegler > Priority: Major > Time Spent: 50m > Remaining Estimate: 0h > > Add uploadGraph flag to support uploading the job / graph to GCS instead of > embedding in the request. This change allows the API to support much larger > graphs than the embedded format of CreateJob. -- This message was sent by Atlassian JIRA (v7.6.3#76005)