Created
August 10, 2016 19:33
-
-
Save WattsInABox/32e69a0b078df8373ec6a43403ac762e to your computer and use it in GitHub Desktop.
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
# a list of all available configuration options in hadoop 2.7 for the s3a filesystem | |
fs.s3a.access.key | |
fs.s3a.secret.key | |
fs.s3a.connection.maximum | |
fs.s3a.connection.ssl.enabled | |
fs.s3a.endpoint | |
fs.s3a.proxy.host | |
fs.s3a.proxy.port | |
fs.s3a.proxy.username | |
fs.s3a.proxy.password | |
fs.s3a.proxy.domain | |
fs.s3a.proxy.workstation | |
fs.s3a.attempts.maximum | |
fs.s3a.connection.establish.timeout | |
fs.s3a.connection.timeout | |
fs.s3a.paging.maximum | |
fs.s3a.threads.max | |
fs.s3a.threads.core | |
fs.s3a.threads.keepalivetime | |
fs.s3a.max.total.tasks | |
fs.s3a.multipart.size | |
fs.s3a.multipart.threshold | |
fs.s3a.buffer.dir | |
fs.s3a.fast.upload | |
fs.s3a.fast.buffer.size | |
fs.s3a.acl.default | |
fs.s3a.multipart.purge | |
fs.s3a.multipart.purge.age | |
fs.s3a.server-side-encryption-algorithm | |
fs.s3a.block.size |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment