[
https://issues.apache.org/jira/browse/BEAM-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383405#comment-15383405
]
ASF GitHub Bot commented on BEAM-88:
------------------------------------
Github user ilganeli closed the pull request at:
https://github.com/apache/incubator-beam/pull/379
> DataflowPipelineOptions.tempLocation doesn't really default to stagingLocation
> ------------------------------------------------------------------------------
>
> Key: BEAM-88
> URL: https://issues.apache.org/jira/browse/BEAM-88
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Reporter: Eugene Kirpichov
> Priority: Trivial
> Fix For: Not applicable
>
>
> The documentation of DataflowPipelineOptions.tempLocation says: ..."defaults
> to using stagingLocation."...
> However calling .getTempLocation() when only --stagingLocation is specified
> on the command line gives null.
> The "defaulting" is really done in DataflowPipelineRunner.fromOptions():
> {code}
> if (Strings.isNullOrEmpty(dataflowOptions.getTempLocation())) {
> dataflowOptions.setTempLocation(dataflowOptions.getStagingLocation());
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)