GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Create AbstractFileSystem implementation of Giraffa #90

Closed shvachko closed 9 years ago

shvachko commented 9 years ago

Original issue 90 created by shvachko on 2014-10-11T00:12:48.000Z:

YarnRunner tries to load an AbstractFileSystem specified by fs.AbstractFileSystem.grfa.impl. None exists because we don't have an AbstractFileSystem implementation of Giraffa. To make Yarn work, we need to create one, possibly by extending class fs.Hdfs and replacing the DFSClient with GiraffaClient. (FileSystem API and AbstractFileSystem APIs are different)

shvachko commented 9 years ago

This has been committed. commit cf43d3885e905d4c109b923483f917ae698c8809 Date: Fri Oct 17 11:54:24 2014 -0700