This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new fb8c130 HDDS-3557. Provide generic introduction / deep-dive slides as
part of the documentation
fb8c130 is described below
commit fb8c13006c12db19263a9c3319b844831f12abe2
Author: Elek Márton <[email protected]>
AuthorDate: Thu May 21 15:05:46 2020 +0200
HDDS-3557. Provide generic introduction / deep-dive slides as part of the
documentation
Closes #902
---
hadoop-hdds/docs/pom.xml | 3 ++-
hadoop-hdds/docs/static/slides/README.md | 25 +++++++++++++++++++++
hadoop-hdds/docs/static/slides/ozone-slides.drawio | 1 +
hadoop-hdds/docs/static/slides/ozone.odp | Bin 0 -> 2034839 bytes
hadoop-hdds/docs/static/slides/ozone.pdf | Bin 0 -> 1109486 bytes
5 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index 4c16606..8c1b622 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -52,7 +52,8 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
+ <excludes>
+ <exclude>static/slides/*</exclude>
<exclude>themes/ozonedoc/static/js/bootstrap.min.js</exclude>
<exclude>themes/ozonedoc/static/js/jquery-3.4.1.min.js</exclude>
<exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css
diff --git a/hadoop-hdds/docs/static/slides/README.md
b/hadoop-hdds/docs/static/slides/README.md
new file mode 100644
index 0000000..c0c8ed0
--- /dev/null
+++ b/hadoop-hdds/docs/static/slides/README.md
@@ -0,0 +1,25 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+## Slides to present about Ozone
+
+This directory contains re-usable slides and diagrams about Ozone which can be
used to present Ozone basic features.
+
+Diagrams can be read with the Open source https://github.com/jgraph/drawio
tool or with opening the drawio file with https://app.diagrams.net online tool
(without installing any external tool).
+
+Slides are created with the open source Libre Office (impress) but also
included in PDF form.
+
+Slides are created with using Montserrat fonts
(https://github.com/JulietaUla/Montserrat) but any font can work.
diff --git a/hadoop-hdds/docs/static/slides/ozone-slides.drawio
b/hadoop-hdds/docs/static/slides/ozone-slides.drawio
new file mode 100644
index 0000000..31c6069
--- /dev/null
+++ b/hadoop-hdds/docs/static/slides/ozone-slides.drawio
@@ -0,0 +1 @@
+<mxfile host="Electron" modified="2020-05-07T10:10:08.478Z" agent="Mozilla/5.0
(X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/12.5.3
Chrome/80.0.3987.163 Electron/8.2.3 Safari/537.36" etag="zPATz84LMjs2EerxM3p1"
version="12.5.3" type="device" pages="24"><diagram id="WADAhHdQ_oDnw4G6JRfi"
name="layers">5Vhdb9owFP01PLZK7CQkj20odNqqTkNo2qOHDfHqxMyYQvrrZwcnJHWqtlpIqQgPxMdf+Jx7r+9lAON0NxFoldxxTNgAOHg3gKMBAG4YBupLI/keiaABloJiM+gATOkTMaBj0A3FZN0YKDlnkq6a4JxnGZnLBoaE4NvmsAVnz
[...]
\ No newline at end of file
diff --git a/hadoop-hdds/docs/static/slides/ozone.odp
b/hadoop-hdds/docs/static/slides/ozone.odp
new file mode 100644
index 0000000..34269df
Binary files /dev/null and b/hadoop-hdds/docs/static/slides/ozone.odp differ
diff --git a/hadoop-hdds/docs/static/slides/ozone.pdf
b/hadoop-hdds/docs/static/slides/ozone.pdf
new file mode 100644
index 0000000..3a09bb3
Binary files /dev/null and b/hadoop-hdds/docs/static/slides/ozone.pdf differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]