We're on CentOS 7 upgrading PIO 0.9.7 to the latest PIO 0.11.0 and following upgrade instructions here:
https://github.com/actionml/universal-recommenderRunning ./make-distribution.sh generates the following error:
/home/centos/PredictionIO-0.11.0/data/src/main/scala/org/apache/predictionio/data/storage/AccessKeys.scala:69: value getInstanceStrong is not a member of object java.security.SecureRandom
Java 1.8 is installed: sudo update-alternatives --config java
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-0.b14.el7_2.x86_64/jre/bin/java
Installed this as suggested here:
https://groups.google.com/forum/#!topic/predictionio-user/9YT_YtUOfjQsudo yum install oracle-java8-unlimited-jce-policy
Removing all files from .ivy2/ had no effect.
Any ideas/help greatly appreciated.