Reputation: 1062
I'm stuck trying to configure cygnus
inside an Orion
running FIWARE Lab
instance. I'd like the entity data log being stored on CKAN
.
The first question that comes to my mind is: Will I be able to accomplish this task using FIWARE Lab
's own CKAN
or will I have to install and configure my own?
If this is possible, what should I specify on the cygnusagent.sinks.ckan-sink.ckan_host
property? Shall I write down cosmos.lab.fiware.org
in there?.
I tried using my own API key (the one shown on the field API Key
at the Data tab) and also that previously mentioned host (cosmos.lab.fiware.org
) but whenever I subscribe the context I get the following log cygnus
message:
ERROR [SinkRunner-PollingRunner-DefaultSinkProcessor] (com.telefonica.iot.cygnus.sinks.OrionSink.process:178) - Runtime error (Don't know how to treat the response code. Possibly the organization already exists in a deleted state (respCode=404, orgName=cated))
I've done several tests such as not specifying the ´Fiware-Service´ but sadly the results always lead to that same error. The 'organization' concept is different from the Data tab (CKAN
) and the oneshown at FIWARE Lab
Account tab, isn't it?
Upvotes: 2
Views: 230
Reputation: 3798
Trying to answer all the questions:
data.lab.fiware.org
. cosmos.lab.fiware.org
is the head node of the Big Data Global Instance based on Hadoop.fiware-service
. If no fiware-service
is notified, then the configured default_service
value is used; this is configured in the Cygnus source.fiware-servicePath
. If no fiware-servicePath
is notified, then the configured default_service_path
value is used; this is configured in the Cygnus source.entityId
and entityType
(these values are concatenated). A datastore related to this resource is created as well, which is a PostgreSQL table. Upvotes: 0