You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2016/12/20 21:36:35 UTC

[1/2] accumulo-website git commit: Add a quick warning about not doing this in production

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 <el...@apache.org>
Authored: Tue Dec 20 13:45:23 2016 -0500
Committer: Josh Elser <el...@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:


[2/2] accumulo-website git commit: Jekyll build from master:69b19d3

Posted by el...@apache.org.
Jekyll build from master:69b19d3

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/28236ffe
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/28236ffe
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/28236ffe

Branch: refs/heads/asf-site
Commit: 28236ffef09423f401d9f3f3b5555ccf09d8533c
Parents: ac9e786
Author: Josh Elser <el...@apache.org>
Authored: Tue Dec 20 16:25:35 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Dec 20 16:34:19 2016 -0500

----------------------------------------------------------------------
 blog/2016/12/19/running-on-fedora-25.html | 4 ++++
 feed.xml                                  | 8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/28236ffe/blog/2016/12/19/running-on-fedora-25.html
----------------------------------------------------------------------
diff --git a/blog/2016/12/19/running-on-fedora-25.html b/blog/2016/12/19/running-on-fedora-25.html
index 9d6170d..a874b39 100644
--- a/blog/2016/12/19/running-on-fedora-25.html
+++ b/blog/2016/12/19/running-on-fedora-25.html
@@ -388,6 +388,10 @@ permissions for the root back to what they were:</p>
 </code></pre>
 </div>
 
+<p>_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. _</p>
+
 <p>Now, you can start Accumulo.</p>
 
 <p>On the NameNode, start all the Accumulo services and enable on reboot:</p>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/28236ffe/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index bc019fd..ed88355 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 19 Dec 2016 18:41:49 -0500</pubDate>
-    <lastBuildDate>Mon, 19 Dec 2016 18:41:49 -0500</lastBuildDate>
+    <pubDate>Tue, 20 Dec 2016 16:33:58 -0500</pubDate>
+    <lastBuildDate>Tue, 20 Dec 2016 16:33:58 -0500</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>
@@ -251,6 +251,10 @@ permissions for the root back to what they were:&lt;/p&gt;
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
+&lt;p&gt;_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. _&lt;/p&gt;
+
 &lt;p&gt;Now, you can start Accumulo.&lt;/p&gt;
 
 &lt;p&gt;On the NameNode, start all the Accumulo services and enable on reboot:&lt;/p&gt;