Repository: incubator-predictionio Updated Branches: refs/heads/livedoc 018ea8e34 -> 5f8a0c927
[PIO-131] Fix Apache licensing issues for doc site Closes #439 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/5f8a0c92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/5f8a0c92 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/5f8a0c92 Branch: refs/heads/livedoc Commit: 5f8a0c9272c4e3365a986ba95e13f9534ee70b2d Parents: 018ea8e Author: Chan Lee <[email protected]> Authored: Thu Oct 5 21:39:06 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Thu Oct 5 21:40:00 2017 -0700 ---------------------------------------------------------------------- docs/manual/data/nav/main.yml | 19 +++++++++++++++ .../install/install-sourcecode.html.md.erb | 25 ++++++++++++++++---- 2 files changed, 40 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/5f8a0c92/docs/manual/data/nav/main.yml ---------------------------------------------------------------------- diff --git a/docs/manual/data/nav/main.yml b/docs/manual/data/nav/main.yml index 8109458..c938545 100644 --- a/docs/manual/data/nav/main.yml +++ b/docs/manual/data/nav/main.yml @@ -333,3 +333,22 @@ root: - body: 'Glossary' url: '/resources/glossary/' + - + body: 'Apache Software Foundation' + url: '#' + children: + - + body: 'Apache Homepage' + url: 'https://www.apache.org/' + - + body: 'License' + url: 'https://www.apache.org/licenses/' + - + body: 'Sponsorship' + url: 'https://www.apache.org/foundation/sponsorship.html' + - + body: 'Thanks' + url: 'https://www.apache.org/foundation/thanks.html' + - + body: 'Security' + url: 'https://www.apache.org/security/' http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/5f8a0c92/docs/manual/source/install/install-sourcecode.html.md.erb ---------------------------------------------------------------------- diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb index f8410af..dd685cd 100644 --- a/docs/manual/source/install/install-sourcecode.html.md.erb +++ b/docs/manual/source/install/install-sourcecode.html.md.erb @@ -28,15 +28,32 @@ Download Apache PredictionIO (incubating) <%= data.versions.pio %> from an Apache [mirror](https://www.apache.org/dyn/closer.cgi/incubator/predictionio/<%= data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz). +Verify this release using [signatures and checksums](https://www.apache.org/ +dist/incubator/predictionio/<%= data.versions.pio %>/) and [project release +KEYS](https://www.apache.org/dist/incubator/predictionio/KEYS). + +``` +$ gpg --import KEYS +$ gpg --verify apache-predictionio-<%= data.versions.pio %>.tar.gz.asc apache-predictionio-<%= data.versions.pio %>.tar.gz +``` + +You should see something like this. + +``` +gpg: Signature made Tue Sep 26 22:55:22 2017 PDT +gpg: using RSA key 7E2363D84719A8F4 +gpg: Good signature from "Chan Lee <[email protected]>" [ultimate] +``` + ## Building Run the following at the directory where you downloaded the source code to build Apache PredictionIO (incubating). By default, the build will be against -* Scala 2.10.6 -* Spark 1.6.3 -* Hadoop 2.6.5 -* Elasticsearch 1.7.6 +* Scala 2.11.8 +* Spark 2.1.1 +* Hadoop 2.7.3 +* Elasticsearch 5.5.2 ``` $ tar zxvf apache-predictionio-<%= data.versions.pio %>.tar.gz
