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?
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?
I got the answer.
We have to use
pio app new --access-key <<access-key>> <<app-name>>
command.