Created
October 17, 2016 12:26
-
-
Save koolhead17/6963f4326174be357b8a94d40de4d3d4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ cat conf/alluxio-site.properties | |
alluxio.underfs.address=s3a://kline/data | |
aws.accessKeyId=T1MK61R4CT2W5C370LIS | |
aws.secretKey=WzEF4TPa0+61haiyDUQxuyE7epSknq/mdWEfiqmK | |
alluxio.underfs.s3.endpoint=127.0.0.1:9000 | |
alluxio.underfs.s3a.secure.http.enabled=false | |
alluxio.underfs.s3.disable.dns.buckets=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment