Skip to content

Commit a820f08

Browse files
author
Donald Szeto
committed
0.4.2 release
1 parent f62a04c commit a820f08

File tree

32 files changed

+97
-97
lines changed

32 files changed

+97
-97
lines changed

bin/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script should be sourced with $BASE set to the base of the repository
44

5-
VERSION=0.5-SNAPSHOT
5+
VERSION=0.4.2
66

77
# Play framework related
88
PLAY_OPTS=

commons/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "PredictionIO Commons"
22

3-
version := "0.5-SNAPSHOT"
3+
version := "0.4.2"
44

55
organization := "io.prediction"
66

dist/bin/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script should be sourced with $BASE set to the base of the repository
44

5-
VERSION=0.5-SNAPSHOT
5+
VERSION=0.4.2
66

77
# Play framework related
88
PLAY_OPTS=""

dist/bin/conncheck

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fi
126126

127127
PROG_NAME=conncheck
128128

129-
JARS="${PROG_HOME}/lib/predictionio-connection-check-tool_2.10-0.5-SNAPSHOT.jar:"
129+
JARS="${PROG_HOME}/lib/predictionio-connection-check-tool_2.10-0.4.2.jar:"
130130
JARS="${JARS}:${PROG_HOME}/lib/casbah-commons_2.10-2.5.0.jar"
131131
JARS="${JARS}:${PROG_HOME}/lib/casbah-core_2.10-2.5.0.jar"
132132
JARS="${JARS}:${PROG_HOME}/lib/casbah-gridfs_2.10-2.5.0.jar"
@@ -138,7 +138,7 @@ JARS="${JARS}:${PROG_HOME}/lib/joda-convert-1.2.jar"
138138
JARS="${JARS}:${PROG_HOME}/lib/joda-time-2.1.jar"
139139
JARS="${JARS}:${PROG_HOME}/lib/mongo-java-driver-2.10.1.jar"
140140
JARS="${JARS}:${PROG_HOME}/lib/nscala-time_2.10-0.2.0.jar"
141-
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.5-SNAPSHOT.jar"
141+
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.4.2.jar"
142142
JARS="${JARS}:${PROG_HOME}/lib/scala-library-2.10.0.jar"
143143
JARS="${JARS}:${PROG_HOME}/lib/scalaz-concurrent_2.10-7.0.0.jar"
144144
JARS="${JARS}:${PROG_HOME}/lib/scalaz-core_2.10-7.0.0.jar"

dist/bin/settingsinit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fi
126126

127127
PROG_NAME=settingsinit
128128

129-
JARS="${PROG_HOME}/lib/predictionio-settings-initialization_2.10-0.5-SNAPSHOT.jar:"
129+
JARS="${PROG_HOME}/lib/predictionio-settings-initialization_2.10-0.4.2.jar:"
130130
JARS="${JARS}:${PROG_HOME}/lib/casbah-commons_2.10-2.5.0.jar"
131131
JARS="${JARS}:${PROG_HOME}/lib/casbah-core_2.10-2.5.0.jar"
132132
JARS="${JARS}:${PROG_HOME}/lib/casbah-gridfs_2.10-2.5.0.jar"
@@ -138,7 +138,7 @@ JARS="${JARS}:${PROG_HOME}/lib/joda-convert-1.2.jar"
138138
JARS="${JARS}:${PROG_HOME}/lib/joda-time-2.1.jar"
139139
JARS="${JARS}:${PROG_HOME}/lib/mongo-java-driver-2.10.1.jar"
140140
JARS="${JARS}:${PROG_HOME}/lib/nscala-time_2.10-0.2.0.jar"
141-
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.5-SNAPSHOT.jar"
141+
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.4.2.jar"
142142
JARS="${JARS}:${PROG_HOME}/lib/scala-library-2.10.0.jar"
143143
JARS="${JARS}:${PROG_HOME}/lib/scalaz-concurrent_2.10-7.0.0.jar"
144144
JARS="${JARS}:${PROG_HOME}/lib/scalaz-core_2.10-7.0.0.jar"

dist/bin/users

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fi
126126

127127
PROG_NAME=users
128128

129-
JARS="${PROG_HOME}/lib/predictionio-users-tool_2.10-0.5-SNAPSHOT.jar:"
129+
JARS="${PROG_HOME}/lib/predictionio-users-tool_2.10-0.4.2.jar:"
130130
JARS="${JARS}:${PROG_HOME}/lib/casbah-commons_2.10-2.5.0.jar"
131131
JARS="${JARS}:${PROG_HOME}/lib/casbah-core_2.10-2.5.0.jar"
132132
JARS="${JARS}:${PROG_HOME}/lib/casbah-gridfs_2.10-2.5.0.jar"
@@ -138,7 +138,7 @@ JARS="${JARS}:${PROG_HOME}/lib/joda-convert-1.2.jar"
138138
JARS="${JARS}:${PROG_HOME}/lib/joda-time-2.1.jar"
139139
JARS="${JARS}:${PROG_HOME}/lib/mongo-java-driver-2.10.1.jar"
140140
JARS="${JARS}:${PROG_HOME}/lib/nscala-time_2.10-0.2.0.jar"
141-
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.5-SNAPSHOT.jar"
141+
JARS="${JARS}:${PROG_HOME}/lib/predictionio-commons_2.10-0.4.2.jar"
142142
JARS="${JARS}:${PROG_HOME}/lib/scala-library-2.10.0.jar"
143143
JARS="${JARS}:${PROG_HOME}/lib/scalaz-concurrent_2.10-7.0.0.jar"
144144
JARS="${JARS}:${PROG_HOME}/lib/scalaz-core_2.10-7.0.0.jar"

dist/conf/predictionio.conf

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,29 @@ io.prediction.commons.modeldata.training.db.host=localhost
7575
io.prediction.commons.modeldata.training.db.port=27017
7676

7777
# PredictionIO Algorithms
78-
pdio-knnitembased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
79-
pdio-latestrank.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
80-
pdio-randomrank.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
81-
mahout-itembased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
82-
mahout-parallelals.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
83-
mahout-knnuserbased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
84-
mahout-thresholduserbased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
85-
mahout-slopeone.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
86-
mahout-alswr.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
87-
mahout-svdsgd.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
88-
mahout-svdplusplus.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
78+
pdio-knnitembased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
79+
pdio-latestrank.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
80+
pdio-randomrank.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
81+
mahout-itembased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
82+
mahout-parallelals.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
83+
mahout-knnuserbased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
84+
mahout-thresholduserbased.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
85+
mahout-slopeone.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
86+
mahout-alswr.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
87+
mahout-svdsgd.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
88+
mahout-svdplusplus.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
8989

9090
# PredictionIO generic scalding job
91-
io.prediction.algorithms.scalding.itemrec.generic.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
91+
io.prediction.algorithms.scalding.itemrec.generic.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding-assembly-0.4.2.jar
9292

9393
# Itemrec Scala Mahout Algorithms
94-
io.prediction.algorithms.mahout.itemrec.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Scala-Mahout-assembly-0.5-SNAPSHOT.jar
94+
io.prediction.algorithms.mahout.itemrec.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Algorithms-Scala-Mahout-assembly-0.4.2.jar
9595

9696
# Mahout core job
9797
io.prediction.algorithms.mahout-core-job.jar=${io.prediction.base}/vendors/mahout-0.8-snapshot/mahout-core-0.8-SNAPSHOT-job.jar
9898

9999
# PredictionIO Offline Evaluation
100-
io.prediction.evaluations.scalding.itemrec.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-Hadoop-Scalding-assembly-0.5-SNAPSHOT.jar
101-
io.prediction.evaluations.itemrec.topkitems.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-TopKItems-assembly-0.5-SNAPSHOT.jar
102-
io.prediction.evaluations.itemrec.trainingtestsplit.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-Scala-TrainingTestSplitTime-assembly-0.5-SNAPSHOT.jar
103-
io.prediction.evaluations.itemrec.paramgen.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-ParamGen-assembly-0.5-SNAPSHOT.jar
100+
io.prediction.evaluations.scalding.itemrec.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-Hadoop-Scalding-assembly-0.4.2.jar
101+
io.prediction.evaluations.itemrec.topkitems.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-TopKItems-assembly-0.4.2.jar
102+
io.prediction.evaluations.itemrec.trainingtestsplit.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-Scala-TrainingTestSplitTime-assembly-0.4.2.jar
103+
io.prediction.evaluations.itemrec.paramgen.jar=${io.prediction.base}/lib/PredictionIO-Process-ItemRec-Evaluations-ParamGen-assembly-0.4.2.jar

output/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "PredictionIO Output"
22

3-
version := "0.5-SNAPSHOT"
3+
version := "0.4.2"
44

55
organization := "io.prediction"
66

@@ -9,7 +9,7 @@ scalaVersion := "2.10.0"
99
scalacOptions in (Compile, doc) ++= Opts.doc.title("PredictionIO Output API Documentation")
1010

1111
libraryDependencies ++= Seq(
12-
"io.prediction" %% "predictionio-commons" % "0.5-SNAPSHOT",
12+
"io.prediction" %% "predictionio-commons" % "0.4.2",
1313
"com.github.nscala-time" %% "nscala-time" % "0.2.0",
1414
"junit" % "junit" % "4.11",
1515
"org.specs2" %% "specs2" % "1.14" % "test"

process/commons/hadoop/scalding/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "PredictionIO Process Commons Hadoop Scalding"
22

33
organization := "io.prediction"
44

5-
version := "0.5-SNAPSHOT"
5+
version := "0.4.2"
66

77
scalaVersion := "2.9.2"
88

@@ -32,7 +32,7 @@ libraryDependencies ++= Seq(
3232
)
3333

3434
libraryDependencies ++= Seq(
35-
"io.prediction" %% "predictionio-commons" % "0.5-SNAPSHOT"
35+
"io.prediction" %% "predictionio-commons" % "0.4.2"
3636
)
3737

3838
resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"

process/engines/itemrec/algorithms/hadoop/scalding/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "PredictionIO-Process-ItemRec-Algorithms-Hadoop-Scalding"
44

55
packageOptions += Package.ManifestAttributes(java.util.jar.Attributes.Name.MAIN_CLASS -> "com.twitter.scalding.Tool")
66

7-
version in ThisBuild := "0.5-SNAPSHOT"
7+
version in ThisBuild := "0.4.2"
88

99
scalaVersion in ThisBuild := "2.9.2"
1010

0 commit comments

Comments
 (0)