Re: Hbase as Event Store | Data Import Code for Reference

2016-10-31 Thread Donald Szeto
Hi Amal, If you have a lot of data to import in batch, you might want to check this out: http://predictionio.incubator.apache.org/datacollection/batchimport/ The Python script goes through the Event Server, which uses the Storage API. The HBase driver code is here: https://github.com/apache/incub

Hbase as Event Store | Data Import Code for Reference

2016-10-23 Thread amal kumar
Hi, I am using Hbase as the data store for PIO and using the below command to import the sample data into the Hbase event table. *python data/import_eventserver.py --access_key $ACCESS_KEY* I need to setup a Spark job to load data to Hbase Event table and hence, I want to understand, how the dat