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 data is inserted in the Hbase Table (like add()/put()) by pio. Please suggest where can I see the code for the same used in pio. Thanks, Amal
