Reputation: 2611
A few questions:
Suppose that I train the PIO system with a bunch of events, but then I find out that my events were wrong for some reason, and I want the system to ignore or delete these events the next time I train it. How can I do it without deleting the entire database for my app?
The events flowing into the PIO server add up to billions. Do you have to regularly delete old events from the system, and if so, how? do you run queries directly against HBase or are there special PIO commands for that?
In the installation process I saw that PIO uses both HBase and Elastic Search. What does it store in Elastic Search?
Code samples would be very helpful. Thanks.
Upvotes: 0
Views: 552
Reputation: 6181
I assume you ask about the universal template.
pio-env.sh
Please note that this universal template version (0.3.0) requires PredicitionIo from ActionML fork version 0.9.6.
Upvotes: 1