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

emergentorder pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/predictionio.git.


    from b2ef983  [PIO-211] Fix pio deploy fail when using HDFS model storage
     add 9ed7d84  [PIO-209] Upgrade Elasticsearch to 6.8 for pre-built binary 
distribution (#516)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   5 +-
 LICENSE.txt                                        |   1 -
 build.sbt                                          |   4 +-
 conf/pio-env.sh.template                           |   7 +-
 conf/pio-vendors.sh                                |   2 +-
 docs/manual/data/versions.yml                      |   2 +-
 docs/manual/source/install/index.html.md.erb       |  52 ++---
 .../source/install/install-sourcecode.html.md.erb  |  19 --
 .../partials/shared/install/_postgres.html.erb     |   5 +-
 project/assembly.sbt                               |   2 +-
 project/build.properties                           |   2 +-
 project/plugins.sbt                                |   6 +-
 storage/elasticsearch/build.sbt                    |  17 +-
 .../data/storage/elasticsearch/ESAccessKeys.scala  |  51 ++---
 .../data/storage/elasticsearch/ESApps.scala        |  64 +++---
 .../data/storage/elasticsearch/ESChannels.scala    |  47 ++---
 .../storage/elasticsearch/ESEngineInstances.scala  |  77 +++----
 .../elasticsearch/ESEvaluationInstances.scala      |  67 +++---
 .../data/storage/elasticsearch/ESLEvents.scala     | 113 ++++-------
 .../data/storage/elasticsearch/ESPEvents.scala     |  28 ++-
 .../data/storage/elasticsearch/ESSequences.scala   |  27 +--
 .../data/storage/elasticsearch/ESUtils.scala       |  72 +++----
 .../data/storage/hbase/upgrade/HB_0_8_0.scala      | 193 ------------------
 .../data/storage/hbase/upgrade/Upgrade.scala       |  75 -------
 .../data/storage/hbase/upgrade/Upgrade_0_8_3.scala | 224 ---------------------
 .../engines/recommendation-engine/build.sbt        |  10 +-
 .../recommendation-engine/project/assembly.sbt     |   2 +-
 .../apache/predictionio/tools/console/Pio.scala    |   7 +-
 28 files changed, 298 insertions(+), 883 deletions(-)
 delete mode 100644 
storage/hbase/src/main/scala/org/apache/predictionio/data/storage/hbase/upgrade/HB_0_8_0.scala
 delete mode 100644 
storage/hbase/src/main/scala/org/apache/predictionio/data/storage/hbase/upgrade/Upgrade.scala
 delete mode 100644 
storage/hbase/src/main/scala/org/apache/predictionio/data/storage/hbase/upgrade/Upgrade_0_8_3.scala

Reply via email to