Advertisement
alex_alluxio

Untitled

Mar 13th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $ cd $DEMO/alluxio-1.8.1
  2. $ export AWS_ACCESS_KEY=YOUR_ACCESS_KEY
  3. $ export AWS_SECRET_KEY=YOUR_SECRET_KEY
  4. $ vi conf/alluxio-env.sh
  5.  
  6. # Modify the ALLUXIO_JAVA_OPTS to add the two parameters
  7. export ALLUXIO_JAVA_OPTS+="
  8. -Dlog4j.configuration=file:${CONF_DIR}/log4j.properties
  9. ...
  10. -Dfs.s3n.awsAccessKeyId=$AWS_ACCESS_KEY
  11. -Dfs.s3n.awsSecretAccessKey=$AWS_SECRET_KEY
  12. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement