[
https://issues.apache.org/jira/browse/PIO-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420198#comment-15420198
]
ASF GitHub Bot commented on PIO-20:
-----------------------------------
Github user dszeto commented on a diff in the pull request:
https://github.com/apache/incubator-predictionio/pull/273#discussion_r74695409
--- Diff: bin/install.sh ---
@@ -102,9 +103,8 @@ if [[ "$OS" = "Linux" && $(cat /proc/1/cgroup) ==
*cpu:/docker/* ]]; then
# Java Install
echo -e "\033[1;36mStarting Java install...\033[0m"
- sudo add-apt-repository -y ppa:openjdk-r/ppa
sudo apt-get update
- sudo apt-get install openjdk-8-jdk libgfortran3 -y
+ sudo apt-get install openjdk-7-jdk libgfortran3 -y
--- End diff --
@pferrel Do you have a fix for
https://github.com/apache/incubator-predictionio/blob/develop/data/src/main/scala/org/apache/predictionio/data/storage/AccessKeys.scala#L69
that uses Java 8 API?
> Merge ActionML fork
> -------------------
>
> Key: PIO-20
> URL: https://issues.apache.org/jira/browse/PIO-20
> Project: PredictionIO
> Issue Type: Bug
> Reporter: Pat Ferrel
> Assignee: Pat Ferrel
>
> Merge ActionML's changes since forking pio 0.9.5. This includes 2 releases
> and the biggest feature is the SelfCleaningDatasource, which optionally trims
> old events and compact dups and property change events.
> Adds an optional eventWindow param to engine.json datasource params
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)