Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get stuck on creating new predictionio app

Tags:

predictionio

I'm creating new predictionio app with below command:

pio app new test5

and just get stuck at below logs:

[INFO] [HBLEvents] The table pio_event:events_5 doesn't exist yet. Creating now...
[INFO] [App$] Initialized Event Store for this app ID: 5.
stuck here..

how to figure it out?

like image 698
Yuwen Yan Avatar asked May 17 '16 00:05

Yuwen Yan


1 Answers

The root cause of this is due to the implementation of access key generation by OS.

Use this pio app new your_app_name --access-key your_key

like image 123
Sajad Avatar answered Nov 19 '22 15:11

Sajad