You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ilya Kozyrev (Jira)" <ji...@apache.org> on 2021/09/30 09:48:00 UTC

[jira] [Created] (BEAM-12988) Implement FileSystem service

Ilya Kozyrev created BEAM-12988:
-----------------------------------

             Summary: Implement FileSystem service
                 Key: BEAM-12988
                 URL: https://issues.apache.org/jira/browse/BEAM-12988
             Project: Beam
          Issue Type: Sub-task
          Components: beam-playground
            Reporter: Ilya Kozyrev
            Assignee: Aydar Zaynutdinov


We need to have a go module that helps us to communicate with the file system.

 

Server and controller take code as a string, but executor requires the prepared folder structure on fs and Java code located in the file. For this purpose, we need to implement an additional module that will be responsible for that.

This module should have the following functionality:
 * Take SDK in the constructor and be able to manage functionality depends on SDK.
 * Create directory structure on fs for specific SDK. This structure will use for compilation and running code.
 * Write Java code from string to file on FS

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)