Hello guys, we are trying to deploy Universal Recommender + predictionIO in our infrastructure but we don't want to distribute hbase accross datacenters cause of the latency. So the idea is to build and train the engine offline and then copy the model and ealstic data to PIO replicas. I noticed when I deploy engine, it always tries to connect to HBASE server since it is used to query user history. Is there any way to disable those user history queries and avoid connection to HBASE?
Thanks Martin
