I am reading the CSV File in Java, Now i want to Stored the data present in CSV File to Aerospike. i want to do batch processing, is there is any solution for this, as per my research Aerospike does not support batch processing for write. please help me.
Asked
Active
Viewed 263 times
1 Answers
2
Aerospike does not support batch writes at the moment.
You should check out the aerospike-loader app which imports data into Aerospike from CSV files:

Jan Hecking
- 927
- 5
- 12
-
..thnx for your reply, i am getting error when i am running the cammand ./run_loader "Could not find or load main class com.aerospike.load.AerospikeLoad". – idiotduffer Nov 04 '16 at 06:53
-
1Were you able to build the package using maven by running `mvn install`? – Jan Hecking Nov 10 '16 at 15:57
-
..thnx @jan-hecking ..its work ...u solved my problem. – idiotduffer Nov 18 '16 at 04:10