Merge branch 'develop' into livedoc
Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/5a66a6bf Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/5a66a6bf Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/5a66a6bf Branch: refs/heads/livedoc Commit: 5a66a6bf45f7ef4400c86da10395ff7e8a5e0ec9 Parents: 875b980 2c61fbc Author: Chan Lee <[email protected]> Authored: Thu Mar 1 15:20:14 2018 -0800 Committer: Chan Lee <[email protected]> Committed: Thu Mar 1 15:20:14 2018 -0800 ---------------------------------------------------------------------- .travis.yml | 24 +++++ LICENSE.txt | 3 +- PMC.md | 108 +++++++++++++------ README.md | 2 +- RELEASE.md | 6 +- bin/install.sh | 10 +- build.sbt | 14 ++- data/build.sbt | 1 + doap.rdf | 49 +++++++++ docs/manual/Gemfile.lock | 8 +- docs/manual/data/versions.yml | 2 +- docs/manual/helpers/application_helpers.rb | 2 +- .../source/community/contribute-code.html.md | 4 +- .../community/contribute-documentation.html.md | 6 +- .../source/community/contribute-sdk.html.md | 4 +- .../source/community/contribute-webhook.html.md | 12 +-- docs/manual/source/community/index.html.md | 6 +- docs/manual/source/community/projects.html.md | 4 +- .../analytics-tableau.html.md.erb | 2 +- .../analytics-zeppelin.html.md.erb | 2 +- .../source/datacollection/channel.html.md.erb | 4 +- .../source/datacollection/eventapi.html.md | 4 +- .../manual/source/datacollection/plugin.html.md | 2 +- docs/manual/source/demo/community.html.md | 2 +- docs/manual/source/demo/tapster.html.md | 20 ++-- .../source/demo/textclassification.html.md.erb | 10 +- docs/manual/source/deploy/index.html.md | 2 +- docs/manual/source/deploy/plugin.html.md | 2 +- docs/manual/source/gallery/templates.yaml | 16 +-- docs/manual/source/index.html.md.erb | 2 +- .../source/install/install-linux.html.md.erb | 4 +- .../dimensionalityreduction.html.md | 2 +- docs/manual/source/partials/_footer.html.slim | 8 +- docs/manual/source/partials/_header.html.slim | 2 +- docs/manual/source/resources/upgrade.html.md | 2 +- docs/manual/source/support/index.html.md.erb | 2 +- .../source/system/anotherdatastore.html.md | 45 +++++++- .../classification/add-algorithm.html.md | 2 +- .../classification/quickstart.html.md.erb | 2 +- .../reading-custom-properties.html.md | 2 +- .../adjust-score.html.md.erb | 2 +- .../quickstart.html.md.erb | 2 +- .../train-with-rate-event.html.md.erb | 2 +- .../quickstart.html.md.erb | 2 +- .../recommendation/blacklist-items.html.md | 2 +- .../recommendation/customize-data-prep.html.md | 2 +- .../recommendation/customize-serving.html.md | 2 +- .../recommendation/quickstart.html.md.erb | 2 +- .../reading-custom-events.html.md | 2 +- .../training-with-implicit-preference.html.md | 2 +- .../multi-events-multi-algos.html.md.erb | 2 +- .../similarproduct/quickstart.html.md.erb | 2 +- .../similarproduct/recommended-user.html.md.erb | 2 +- .../return-item-properties.html.md.erb | 2 +- .../rid-user-set-event.html.md.erb | 2 +- .../train-with-rate-event.html.md.erb | 2 +- .../templates/vanilla/quickstart.html.md.erb | 2 +- python/pypio/shell.py | 2 + python/pypio/workflow/__init__.py | 25 +++++ python/pypio/workflow/cleanup_functions.py | 32 ++++++ storage/jdbc/build.sbt | 2 +- .../data/storage/jdbc/JDBCPEvents.scala | 18 ++-- tests/README.md | 2 +- tests/docker-files/env-conf/hbase-site.xml | 5 + .../engines/recommendation-engine/build.sbt | 8 +- 65 files changed, 380 insertions(+), 152 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio/blob/5a66a6bf/docs/manual/source/partials/_footer.html.slim ---------------------------------------------------------------------- diff --cc docs/manual/source/partials/_footer.html.slim index 5544e8f,2725bb3..5a5c1a2 --- a/docs/manual/source/partials/_footer.html.slim +++ b/docs/manual/source/partials/_footer.html.slim @@@ -32,10 -32,10 +32,10 @@@ foote .col-md-12 #footer-logo-wrapper = image_tag 'logos/logo-white.png', alt: 'PredictionIO' - span ⢠+ span ® #social-icons-wrapper - a.github-button> href="https://github.com/apache/incubator-predictionio" data-style="mega" data-count-href="/apache/incubator-predictionio/stargazers" data-count-api="/repos/apache/incubator-predictionio#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star apache/incubator-predictionio on GitHub" Star - a.github-button> href="https://github.com/apache/incubator-predictionio/fork" data-icon="octicon-git-branch" data-style="mega" data-count-href="/apache/incubator-predictionio/network" data-count-api="/repos/apache/incubator-predictionio#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork apache/incubator-predictionio on GitHub" Fork + a.github-button> href="https://github.com/apache/predictionio" data-style="mega" data-count-href="/apache/predictionio/stargazers" data-count-api="/repos/apache/predictionio#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star apache/predictionio on GitHub" Star + a.github-button> href="https://github.com/apache/predictionio/fork" data-icon="octicon-git-branch" data-style="mega" data-count-href="/apache/predictionio/network" data-count-api="/repos/apache/predictionio#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork apache/predictionio on GitHub" Fork script#github-bjs(async defer src="https://buttons.github.io/buttons.js") a> href="https://twitter.com/predictionio" target="blank" = image_tag 'icons/twitter.png', alt: 'PredictionIO on Twitter' http://git-wip-us.apache.org/repos/asf/predictionio/blob/5a66a6bf/docs/manual/source/partials/_header.html.slim ----------------------------------------------------------------------
