GitHub user ifpelset opened an issue:
https://github.com/apache/incubator-predictionio/issues/348
Event data always incomplete by call PEventStore.find/aggregateProperties
when my event json file is too large
Hello, when I use 'pio import --appid 1 --input my_events.json' to import
event data into Event Server (HBase). I always get the imcomplete data by call
PEventStore.find/aggregateProperties, but I see the HBase data count is ok by
use 'hbase shell' commandline.
I debug PEventStore.find function to see a line 'scan.setCaching(500)' in
HBPEvents.scala, then I comment it and I get the complete data.
ps: My event data file (my_event.json) is 500Mib, and the number of line is
12W+.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---