Open apc999 opened 5 years ago
also want k8s deploy docs in branch-2.0 .....
also want k8s deploy docs in branch-2.0 .....
hi @zrss we do have a k8s deploy doc in branch-2.0:
Assigned sections for docs update, please take a look at update docs as you get time
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
Summary
This pinned issue is a running list of all documentation defects. If you find any defects or have any suggestions to our documentation site (https://docs.alluxio.io), you can also post under this issue.
Maintainers will periodically clean up issues listed here.
TODO
priority-high (Something missing, misleading or incorrect, plus critical content)
Talk about server-side encryption for S3 bucket, e.g. when to set
alluxio.underfs.s3.secure.http.enabled
andalluxio.underfs.s3.server.side.encryption.enabled
andalluxio.underfs.s3.endpoint
Improve S3 API page, there is no introduction on the setup of "EXAMPLE USAGE". e.g., for command
curl -i -X PUT http://localhost:39999/api/v1/s3/testbucket
, what istestbucket
? it is used without any introduction.Explanation on Some commands in fsadmin page is too brief, e.g.,
fsadmin report storage
has only one line to explainNot all the Alluxio shell fs commands are covered in page https://docs.alluxio.io/os/user/stable/en/basic/Command-Line-Interface.html, including
distributedLoad
and etcAdd Quick-Get-started: Running Presto with Alluxio on S3
Add Quick-Get-started: Running Spark with Alluxio on S3
Update Use-Cases.html which needs to be aligned with updated message from Alluxio website
Revisit deploy docs, especially Local, Cluster, Docker, K8S to be more consistent and user-oriented
Add Glue related instructions to EMR integration documentation
Pros/Cons on EMR bootstrap vs YARN integration
Add Impersonation Configure for YARN and Spark page (e.g., Spark on YARN). link at Slack
Improvement in the "journal management" document: e.g., it is not clear a secondary master can not start with embedded journal (link at Slack); e.g., manually trigger checkpoints with the checkpoint command (
bin/alluxio fsadmin checkpoint
)priority-medium (changes will dramatically improve the docs)
Improve FS API, e.g. More explanation and examples in this page.
Improve or split Namespace-Management.html. This page is not well structured and currently too long to read.
Improve or split Alluxio-Storage-Management.html. This page is not well structured and currently too long to read.
More detailed documentation about
generate-tarball
scriptMore detailed instructions or examples in instructing how to connect to Kerberized HDFS as UFS
Add link to Spark performance tuning tips to Spark page
priority-low (changes good to have)
DONE