You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/04/24 13:55:59 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1457. Sequence of configuring Ozone File System instruction needs some work. Contributed by Eric Yang.

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new 3e88cb3  HDDS-1457. Sequence of configuring Ozone File System instruction needs some work. Contributed by Eric Yang.
3e88cb3 is described below

commit 3e88cb3c26f2463fa1472383e9b1b5e4ce9ce2db
Author: Eric Yang <ey...@apache.org>
AuthorDate: Wed Apr 24 15:45:46 2019 +0200

    HDDS-1457. Sequence of configuring Ozone File System instruction needs some work. Contributed by Eric Yang.
    
    (cherry picked from commit e95c055d910c13ab0c6e0ff157b59d2b9cd936e6)
---
 hadoop-hdds/docs/content/BuildingSources.md | 2 +-
 hadoop-hdds/docs/content/OzoneFS.md         | 6 ++++--
 hadoop-hdds/docs/content/RunningWithHDFS.md | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/hadoop-hdds/docs/content/BuildingSources.md b/hadoop-hdds/docs/content/BuildingSources.md
index 1953f47..f3984e6 100644
--- a/hadoop-hdds/docs/content/BuildingSources.md
+++ b/hadoop-hdds/docs/content/BuildingSources.md
@@ -4,7 +4,7 @@ weight: 1
 menu:
    main:
       parent: Starting
-      weight: 5
+      weight: 6
 ---
 <!---
   Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/hadoop-hdds/docs/content/OzoneFS.md b/hadoop-hdds/docs/content/OzoneFS.md
index 2ca0406..0d5045d 100644
--- a/hadoop-hdds/docs/content/OzoneFS.md
+++ b/hadoop-hdds/docs/content/OzoneFS.md
@@ -1,10 +1,12 @@
 ---
 title: Ozone File System
+weight: 1
 date: 2017-09-14
 menu: main
 menu:
    main:
-      parent: Client
+      parent: Starting
+      weight: 4
 ---
 <!---
   Licensed to the Apache Software Foundation (ASF) under one or more
@@ -99,4 +101,4 @@ There are two ozonefs files which includes all the dependencies:
  and a special class loader is used to load all the classes from the location.
 
  With this method the hadoop-ozone-filesystem-lib-legacy.jar can be used from
- any older hadoop version (eg. hadoop 2.7 or spark+hadoop 2.7)
\ No newline at end of file
+ any older hadoop version (eg. hadoop 2.7 or spark+hadoop 2.7)
diff --git a/hadoop-hdds/docs/content/RunningWithHDFS.md b/hadoop-hdds/docs/content/RunningWithHDFS.md
index 2fd2bd6..1d88cc5 100644
--- a/hadoop-hdds/docs/content/RunningWithHDFS.md
+++ b/hadoop-hdds/docs/content/RunningWithHDFS.md
@@ -4,7 +4,7 @@ weight: 1
 menu:
    main:
       parent: Starting
-      weight: 4
+      weight: 5
 ---
 <!---
   Licensed to the Apache Software Foundation (ASF) under one or more
@@ -74,4 +74,4 @@ not. Log of datanode should contain something like this:
 
 <div class="alert alert-warning" role="alert">
 <b>Note:</b> The current version of Ozone is tested with Hadoop 3.1.
-</div>
\ No newline at end of file
+</div>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org