You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/08/30 19:39:45 UTC

[jira] [Comment Edited] (REEF-693) Define a new field IsFilesystemLocal boolean field in IFilesystem

    [ https://issues.apache.org/jira/browse/REEF-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14721616#comment-14721616 ] 

Markus Weimer edited comment on REEF-693 at 8/30/15 5:39 PM:
-------------------------------------------------------------

It is still needed. In many third party codes on which we will not have control say IDataView we need to pass file name and not stream. In these cases We would like to check if filesystem is local or not and then call copytolocal accordingly.


was (Author: dkm2110):
It is still needed. In many third party codes on which we will not have control say IDataView we need to pass file name and not stream. In these cases We would like to check if filesystem is local or not and then call copytolocal accordingly.

Sent by Outlook<http://taps.io/outlookmobile> for Android



On Sun, Aug 30, 2015 at 10:25 AM -0700, "Markus Weimer (JIRA)" <ji...@apache.org>> wrote:


    [ https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fREEF-693%3fpage%3dcom.atlassian.jira.plugin.system.issuetabpanels%3acomment-tabpanel%26focusedCommentId%3d14721610%23comment-14721610&data=01%7c01%7cdhrumaha%40microsoft.com%7cab905bc2494243c9a11408d2b1600ab3%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=uyI7o32fdosjH04KHjdcNLyg%2f5VoG88P91hanGz71GI%3d ]

Markus Weimer commented on REEF-693:
------------------------------------

Isn't this redundant when [REEF-692] is solved?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


> Define a new field IsFilesystemLocal boolean field in IFilesystem
> -----------------------------------------------------------------
>
>                 Key: REEF-693
>                 URL: https://issues.apache.org/jira/browse/REEF-693
>             Project: REEF
>          Issue Type: Improvement
>          Components: REEF.NET
>    Affects Versions: 0.13
>         Environment: C#
>            Reporter: Dhruv Mahajan
>            Assignee: Dhruv Mahajan
>
> We would like to introduce a boolean field in IFileSystem which tells us whether FileSystem is local or not. This will help us in making a decision whether to use function like CopyFromLocal or CopyToLocal because if FileSystem is local calling these functions will lead to extra redundant time as well as extra disk usage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)