This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package nlp.salience.fsutils | |
/** | |
* @author yc <https://github.com/skylander86/> | |
* @version 0.1 | |
* | |
* This package contains code for transparently reading and writing files to/from supported filesystems. | |
* This is useful as a drop in replacement that understands filesystem differences. | |
* Right now, it only supports local file, S3 (either using Hadoop or Amazon AWS SDK) and Hadoop filesystem. | |
* | |
* Example usage: |
NewerOlder