Rolando Manrique

Results 3 issues of Rolando Manrique

Codecov has not been updated in the last few PRs, need to investigate. https://codecov.io/gh/lendup/fs2-blobstore

Add configuration parameters for AWS key and secret to be used in core-site.xml. Resulting XML in core-site.xml should look like this: ``` XML fs.s3n.awsAccessKeyId {AWS_ACCESS_KEY} fs.s3n.awsSecretAccessKey {AWS_SECRET_KEY} ```

configuration

Include fs.defaultFS and fs.default.name in core-site.xml to allow dfs commands without providing full site name in the command. Running `hdfs dfs -ls /` instead of `hdfs dfs -ls hdfs://hdfs/` Xml...

configuration