Hi there,
I have deployed Aerospike and and am trying to test AS database deployment with flight analytics. I have downloaded the from github with information here http://www.aerospike.com/launchpad/realtime_analytics.html
I was trying to execute create index but it fails with below error:
aql> CREATE INDEX FL_DATE on test.flights (FL_DATE_BIN) NUMERIC; Error: (4) Single Bin Namespace
aql>
am not sure how to actually load the data, where to load into which namespace, or do i have to create a new namespace for this flight analytics alone, is there an end to end document which can help me in this process.
thanks Phani