I've installed PredictionIO 0.9.6 with ElasticSearch and HBase and then followed the instructions to use the UR template here: https://templates.prediction.io/PredictionIO/template-scala-parallel-universal-recommendation
When I try to import sample events by running
python examples/import_handmade.py --access_key **my-access-key**
I get this error:
401 body: {"message":"Invalid accessKey."}
The access key comes from pio app list
command...
I tried also to upgrade the UR template to version 0.3.0 as suggested for other problems: deleted the directory with the template and reinstalled with git https://github.com/actionml/template-scala-parallel-universal-recommendation but when I run the ./examples/integration-test
I get the same error.
Anyone with this problem?