Browse Source

HDDS-1457. Sequence of configuring Ozone File System instruction needs some work. Contributed by Eric Yang.

(cherry picked from commit e95c055d910c13ab0c6e0ff157b59d2b9cd936e6)
Eric Yang 6 years ago
parent
commit
3e88cb3c26

+ 1 - 1
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

+ 4 - 2
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)
+ any older hadoop version (eg. hadoop 2.7 or spark+hadoop 2.7)

+ 2 - 2
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>
+</div>