Repository: accumulo-website Updated Branches: refs/heads/asf-site ac9e7868f -> 28236ffef refs/heads/master f261f85ad -> 69b19d36c
Add a quick warning about not doing this in production Closes apache/accumulo-website#4 Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/69b19d36 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/69b19d36 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/69b19d36 Branch: refs/heads/master Commit: 69b19d36cee835056f105c2613aba4dd3b7b224d Parents: f261f85 Author: Josh Elser <els...@apache.org> Authored: Tue Dec 20 13:45:23 2016 -0500 Committer: Josh Elser <els...@apache.org> Committed: Tue Dec 20 16:33:41 2016 -0500 ---------------------------------------------------------------------- _posts/blog/2016-12-19-running-on-fedora-25.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/69b19d36/_posts/blog/2016-12-19-running-on-fedora-25.md ---------------------------------------------------------------------- diff --git a/_posts/blog/2016-12-19-running-on-fedora-25.md b/_posts/blog/2016-12-19-running-on-fedora-25.md index 9e911b7..4c9a0ff 100644 --- a/_posts/blog/2016-12-19-running-on-fedora-25.md +++ b/_posts/blog/2016-12-19-running-on-fedora-25.md @@ -241,6 +241,10 @@ permissions for the root back to what they were: sudo -u hdfs hdfs dfs -chmod 755 / ``` +_Note: we only choose to do the above because this is a developer/testing +environment. Temporarily changing ownership of HDFS is not recommended for +the root of HDFS. _ + Now, you can start Accumulo. On the NameNode, start all the Accumulo services and enable on reboot: