[
https://issues.apache.org/jira/browse/BEAM-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164876#comment-16164876
]
Luke Cwik commented on BEAM-2868:
---------------------------------
We want to stay away from methods which only take a single thing to do since
often we can do better with bulk and people will just use the inefficient one
even though they have a list of things they want to get done because it will
seem easier. For users that truly only do have one thing to copy, then they
should rely on
[https://docs.oracle.com/javase/8/docs/api/java/util/Collections.html#singletonList-T-].
> Allow FileSystems.copy() to copy between different scheme
> ---------------------------------------------------------
>
> Key: BEAM-2868
> URL: https://issues.apache.org/jira/browse/BEAM-2868
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Reza ardeshir rokni
> Priority: Minor
>
> It would be useful to allow FileSystem.copy() to be able to copy from
> different scheme. For example when copying files from a Object store to the
> worker.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)