capstone-coal / coal-sds

An Apache OODT-powered Science Data System for COAL
Apache License 2.0
2 stars 3 forks source link

ISSUE-4 Basic File Management #5

Closed lewismc closed 6 years ago

lewismc commented 6 years ago

This issue addresses https://github.com/capstone-coal/coal-sds/issues/4 All I did to produce this code was read the OODT File Management User Guide. With this PR, alongside the documentation provides the basis for the very basics of file management. Lets discuss this, and I will demo when we have our next meeting.

lewismc commented 6 years ago

By the way, if you are interested in some trivial improvements I am proposing to make to OODT through this task, see https://github.com/apache/oodt/pull/56

chrismattmann commented 6 years ago

@lewismc i'll go ahead and commit this, looks good to me.

chrismattmann commented 6 years ago

also, note, much of the file:// etc, is obviated by how environment variables for e.g., [FILEMGR_HOME] and etc., are defined. My suggestion is always for people to look at the DRAT wiki in this sense, which has good examples of what these should be set to.

lewismc commented 6 years ago

ACK @chrismattmann thank you for the resources. Much appreciated. We are still getting started over here so lots more to come.