0

I deleted my hbase folder for PredictionIO by mistake, so I lost previous AccessKey for AppName. Created new App using same name, but I need to use old AccessKey for the App for integration with clients.

Is it possible to do this?

2 Answers2

0

Have you tried the Event Server Command:

pio accesskey

Manage app access keys

PredictionIO CLI

K. Bjerke
  • 1
  • 1
0

I got the answer.

We have to use

pio app new --access-key <<access-key>> <<app-name>>

command.