I am using two aerospike clusters(each with one node/machine only).
Since both machine are on same LAN, they try to connect each other trying to form single cluster. Because of this I was getting error(while inserting record):
Error: (11)…
I'm trying to use the Aerospike bulk loader to seed a cluster with data from a tab-separated file.
The source data looks like this:
set key segments
segment 123 10,20,30,40,50
segment 234 40,50,60,70
The third column, 'segments', contains a comma…
I have an Aerospike cache consists of list of data with value of json like structure.
example value: {"name": "John", "count": 10}
I was wandering if it is possible to set an expiration time for only the count field and reset it after some time.
I am using community edition aerospike docker image.
Our k8s cluster does not allow running containers as root. hence i started following this doc for running as non root.
But when run the image i am getting below error
link eth0 state up
link eth0…
I'd like to insert millions of records as a batch process from MongoDB to Aerospike. I follow the documentation and found this doc: http://www.aerospike.com/docs/client/nodejs/usage/kvs/write.html
but with this only one record can we inserted at a…
I have an Aerospike cache consists of list of data with value of json like structure.
example value: {"name": "John", "count": 10}
I wanted to scan for all records and reset count to zero. What would be a good option to handle this problem?
I'm new to Aerospike..
How to create a New Namespace and new set..
I have gone thru some docs and videos but I didn't find any useful thing.
i have read somewhere which is 5 years old blog, i.e. thru config file only we can create namespace and…
I am working on Aerospike python client. I am inserting data into the cluster using aerospike loader. Now I need to see whether the records were stored on the cluster successfully.
The command being used:
command = 'java -cp…
I am wanting to upload a psv file with records holding key statistics for a physician, location and a practice, stored per day.
A unique key for this entry would consist of a:
physician name,
practice name,
location name, and
a date of service.
Four…
Is it possible to use primary key along with secondary key. I want to get all records on the basis of primary key and then apply secondary index over it? Is it the correct way to do it or some other approach should be used?
I have a bin with primary…
We got "device overload" error after the program ran successfully on production for a few months. And we find that some maps' sizes are very big, which may be bigger than 1,000.
After I inspected the source code, I found that the reason of "devcie…
Trying to upload .csv file using Aerospike loader but I keep getting this error. I am trying to figure out what I am missing.
ERROR Parser :243 - "bin_list" Key is missing in mapping. Mapping:…
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…
when i am trying to install aerospike-loader using mvn clean install command, it gives error. Below is the result of mvn clean install command.At the end of result it shows error.
[INFO] Scanning for projects...
[INFO]…