Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Nov 22, 2014
1 parent 49e2b9b commit 484f4fd
Show file tree
Hide file tree
Showing 57 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions bin/install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

INSTALL_DIR=/home/$USER
TEMP_DIR=/tmp
PIO_VERSION=0.8.1
PIO_VERSION=0.8.2
PIO_DIR=$INSTALL_DIR/PredictionIO
PIO_FILE=PredictionIO-$PIO_VERSION.tar.gz
VENDORS_DIR=$PIO_DIR/vendors
Expand Down Expand Up @@ -131,4 +131,4 @@ echo "Check the eventserver status with 'curl -i -X GET http:https://localhost:7070'"
echo "Use 'pio [train|deploy|...] commands"
echo "Please report any problems to [email protected]"
echo "Documentation at http:https://docs.prediction.io"
echo "################################################################################"
echo "################################################################################"
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import UnidocKeys._

name := "pio"

version in ThisBuild := "0.8.2-SNAPSHOT"
version in ThisBuild := "0.8.2"

organization in ThisBuild := "io.prediction"

Expand Down
4 changes: 2 additions & 2 deletions data/src/main/scala/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ ./make-distribution.sh
$ $SPARK_HOME/bin/spark-submit \
--class "io.prediction.data.storage.examples.HBPEventsTest" \
--master local[4] \
assembly/pio-assembly-0.8.2-SNAPSHOT.jar <appId>
assembly/pio-assembly-0.8.2.jar <appId>
```

PBatchViewTest
Expand All @@ -18,7 +18,7 @@ $ ./make-distribution.sh
$ $SPARK_HOME/bin/spark-submit \
--class "io.prediction.data.storage.examples.PBatchViewTest" \
--master local[4] \
assembly/pio-assembly-0.8.2-SNAPSHOT.jar <appId>
assembly/pio-assembly-0.8.2.jar <appId>
```

TestEvents
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ email: [email protected]
description: >
PredictionIO tech documentation
PredictionIO is a Machine Learning Server for developers
baseurl: "/0.8.2-SNAPSHOT" # the subpath of your site, e.g. /blog/
baseurl: "/0.8.2" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
permalink: /:title
highlighter: pygments
Expand All @@ -14,7 +14,7 @@ redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", 'strikethrough', 'superscript']

# Version Params
pio_version: 0.8.2-SNAPSHOT
pio_version: 0.8.2
spark_download_filename: spark-1.1.0-bin-hadoop2.4
elasticsearch_download_filename: elasticsearch-1.3.2
hbase_basename: hbase-0.98.6
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/cookbook/filteringunavailable.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This project depends on the builtin engines, hence in `build.sbt` under project
```scala
libraryDependencies ++= Seq(
...
"io.prediction" %% "engines" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "engines" % "0.8.2" % "provided",
...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/engines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Engines

# Engines

<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2-SNAPSHOT will be availble soon.</code>
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2 will be availble soon.</code>

An engine represents a type of prediction. Some examples of engines are Item
Recommendation, Item Ranking, Churn Analysis.
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ total 197776
drwxr-xr-x 2 yipjustin yipjustin 4096 Nov 12 00:08 .
drwxr-xr-x 17 yipjustin yipjustin 4096 Nov 12 00:09 ..
-rw-r--r-- 1 yipjustin yipjustin 101184982 Nov 5 06:05 pio-assembly-0.8.1-SNAPSHOT.jar
-rw-r--r-- 1 yipjustin yipjustin 101324859 Nov 12 00:09 pio-assembly-0.8.2-SNAPSHOT.jar
-rw-r--r-- 1 yipjustin yipjustin 101324859 Nov 12 00:09 pio-assembly-0.8.2.jar
PredictionIO/assembly$ rm pio-assembly-0.8.1-SNAPSHOT.jar
```
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ total 197776
drwxr-xr-x 2 yipjustin yipjustin 4096 Nov 12 00:08 .
drwxr-xr-x 17 yipjustin yipjustin 4096 Nov 12 00:09 ..
-rw-r--r-- 1 yipjustin yipjustin 101184982 Nov 5 06:05 pio-assembly-0.8.1-SNAPSHOT.jar
-rw-r--r-- 1 yipjustin yipjustin 101324859 Nov 12 00:09 pio-assembly-0.8.2-SNAPSHOT.jar
-rw-r--r-- 1 yipjustin yipjustin 101324859 Nov 12 00:09 pio-assembly-0.8.2.jar
PredictionIO/assembly$ rm pio-assembly-0.8.1-SNAPSHOT.jar
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ for the engine, and register it with PredictionIO. Here's the content:
```json
{
"id": "io.prediction.examples.java.recommendations.tutorial4.EngineFactory",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "FeatureBased Recommendations Engine",
"engineFactory": "io.prediction.examples.java.recommendations.tutorial4.EngineFactory"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ An engine manifest `engine.json` is needed to describe the Engine:
```json
{
"id": "io.prediction.examples.java.recommendations.tutorial1.EngineFactory",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "Simple Recommendations Engine",
"engineFactory": "io.prediction.examples.java.recommendations.tutorial1.EngineFactory"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/tutorials/engines/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Quick Start - Using a Built-in Engine
---

# Quick Start - Using a Built-in Engine
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2-SNAPSHOT will be availble soon.</code>
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2 will be availble soon.</code>


This is a quick start guide of using a PredictionIO's built-in engine and its
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/tutorials/recommendation/movielens.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Tutorial on Item Recommendation Engine - Movie Recommendation
---

# Building Movie Recommendation App with Item Recommendation Engine
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2-SNAPSHOT will be availble soon.</code>
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2 will be availble soon.</code>

## Importing Movie-Lens Data

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/tutorials/recommendation/yelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Build a Sample Rails Application with Yelp Data


# Introduction
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2-SNAPSHOT will be availble soon.</code>
<code>This doc is applicable to 0.8.0 only. Updated version for 0.8.2 will be availble soon.</code>


In this tutorial we are going to create a business recommendation app using
Expand Down
2 changes: 1 addition & 1 deletion engines/src/main/scala/itemrank/examples/engine.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.engines.itemrank.examples",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "PredictionIO ItemRank Engine Examples",
"engineFactory": "io.prediction.engines.itemrank.ItemRankEngine"
}
2 changes: 1 addition & 1 deletion engines/src/main/scala/itemrec/examples/engine.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.engines.itemrec.examples",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "PredictionIO ItemRec Engine Examples",
"engineFactory": "io.prediction.engines.itemrec.ItemRecEngine"
}
2 changes: 1 addition & 1 deletion engines/src/main/scala/itemsim/examples/engine.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.engines.itemsim.examples",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "PredictionIO ItemSim Engine Examples",
"engineFactory": "io.prediction.engines.itemsim.ItemSimEngine"
}
2 changes: 1 addition & 1 deletion examples/experimental/java-local-helloworld/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ name := "example-java-local-helloworld"
organization := "org.sample"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
2 changes: 1 addition & 1 deletion examples/experimental/java-local-regression/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ organization := "myorg"
version := "0.0.1-SNAPSHOT"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
6 changes: 3 additions & 3 deletions examples/experimental/java-local-tutorial/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name := "java-local-tutorial"

organization := "io.prediction"

version := "0.8.2-SNAPSHOT"
version := "0.8.2"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "engines" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"io.prediction" %% "engines" % "0.8.2" % "provided",
"org.apache.mahout" % "mahout-core" % "0.9",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.examples.java.recommendations.tutorial1.EngineFactory",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "Simple Recommendations Engine",
"engineFactory": "io.prediction.examples.java.recommendations.tutorial1.EngineFactory"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.examples.java.recommendations.tutorial4.EngineFactory",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "FeatureBased Recommendations Engine",
"engineFactory": "io.prediction.examples.java.recommendations.tutorial4.EngineFactory"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "io.prediction.examples.java.recommendations.tutorial4.SingleEngineFactory",
"version": "0.8.2-SNAPSHOT",
"version": "0.8.2",
"name": "FeatureBased Recommendations Engine",
"engineFactory": "io.prediction.examples.java.recommendations.tutorial4.SingleEngineFactory"
}
2 changes: 1 addition & 1 deletion examples/experimental/java-parallel-helloworld/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ name := "example-java-parallel-helloworld"
organization := "org.sample"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
4 changes: 2 additions & 2 deletions examples/experimental/scala-local-helloworld/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name := "example-scala-local-helloworld"
organization := "org.sample"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "data" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"io.prediction" %% "data" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ organization := "myorg"
version := "0.0.1-SNAPSHOT"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "engines" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"io.prediction" %% "engines" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ organization := "myorg"
version := "0.0.1-SNAPSHOT"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "engines" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"io.prediction" %% "engines" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")
2 changes: 1 addition & 1 deletion examples/experimental/scala-local-regression/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := "example-scala-local-regression"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.json4s" %% "json4s-native" % "3.2.10",
"org.scalanlp" %% "nak" % "1.3")
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name := "template-scala-parallel-recommendation"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided")
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := "template-scala-parallel-recommendation"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided")

Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/scala-parallel-regression/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ organization := "myorg"
version := "0.0.1-SNAPSHOT"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0"
exclude("org.apache.spark", "spark-core_2.10")
Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/scala-recommendations/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := "example-scala-recommendations"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"commons-io" % "commons-io" % "2.4",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name := "template-scala-parallel-recommendation-custom-preparator"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided")
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name := "template-scala-parallel-recommendation"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided")
4 changes: 2 additions & 2 deletions examples/scala-stock/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name := "example-scala-stock"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "engines" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"io.prediction" %% "engines" % "0.8.2" % "provided",
"com.github.scopt" %% "scopt" % "3.2.0",
"commons-io" % "commons-io" % "2.4",
"org.apache.commons" % "commons-math3" % "3.3",
Expand Down
2 changes: 1 addition & 1 deletion templates/scala-parallel-classification/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := "template-scala-parallel-classification"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"commons-io" % "commons-io" % "2.4",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided",
Expand Down
2 changes: 1 addition & 1 deletion templates/scala-parallel-recommendation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name := "template-scala-parallel-recommendation"
organization := "io.prediction"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.2-SNAPSHOT" % "provided",
"io.prediction" %% "core" % "0.8.2" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.1.0" % "provided")

0 comments on commit 484f4fd

Please sign in to comment.