Questions tagged [fiware-cygnus]

fiware-cygnus tag refers to the Cygnus connector implementation (FIWARE platform), allowing for Orion context data persistence in an historical way in several different storages such as HDFS, MySQL or CKAN

Cygnus is a data connector within FIWARE platform allowing for Orion context data persistence in an historical way in several different storages such as HDFS, MySQL or CKAN. Cygnus characteristics are:

  • It is based in Apache Flume, expanding the core elements with custom sinks, http handlers, channel selectors and interceptors among others.
  • Smart destination (HDFS file, MySQL table or CKAN resource) extraction based on data properties.
  • Automatic Hive tables creation when using HDFS sinks.
  • Support for multiple persistence models (json-row, json-column, ...)

Home Page: http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker/documentation (within the Orion Context Broker catalogue entry)

GitHub Page: https://github.com/telefonicaid/fiware-connectors/tree/master/flume

284 questions
1
vote
1 answer

Getting started with Fiware-CEP image on Fiware lab

I have launched the "cep-r3.3.3-img" image on the Fiware Lab. I have allowed the port 8080 to be accessible from the exterior. I can not access the proton interface visiting http://:8080/AuthoringTool/Main.html in the browser. I then tried…
Pedro
  • 449
  • 2
  • 9
1
vote
1 answer

unable to start Fiware Cygnus as a service

I installed fiware cygnus using RPM on my centOS 7 but I can't start it as service. I got the following error: [root@localhost cygnus]# sudo service cygnus start Starting cygnus (via systemctl): Job for cygnus.service failed. See 'systemctl status…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
1
vote
1 answer

How to configure Cygnus to save in mysql

I'm trying to configure Cygnus in order to persist Orion context data in a MySQL database. I have installed phpmyadmin, and I'm trying to use this database to save the data. The whole workflow is the following one: Orion recives some data, then it…
1
vote
1 answer

Oauth2 Cygnus and Cosmos Sink doesn't seems to work

Since the last update , i haven't been able to upload my data to Cosmos using Cygnus . I am aware that we now need to use Oauth2 token to do it . So i did the request for the token . curl -k -X POST…
1
vote
1 answer

How to test Fiware Cygnus

I installed Fiware Cygnus on my Ubuntu 14.04 using this link [1] and I am following this tutorial [2] to test it. But when I get to the step of sending a notification such as: $ ./notification.sh http://localhost:5050/notify I get "connection…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
1
vote
1 answer

OAuth2 in Cygnus

Since it was announced the access to Cosmos' WebHDFS in FIWARE Lab is protected with OAuth2, Cygnus (version 0.8.1) is not able to persist Orion's context data in Cosmos HDFS: 15/07/09 08:45:21 INFO handlers.OrionRestHandler: Starting transaction…
fgalan
  • 11,732
  • 9
  • 46
  • 89
1
vote
1 answer

"null" name is given to both folder and file when sinking data from Orion to Cosmos using Cygnus

I have an issue related to ngsi2cosmos data flow. Everything works fine when persisting the information received in Orion into the public instance of Cosmos, but the destination folder and file name are both "null". Simple test as follows: I create…
arkabide
  • 76
  • 4
1
vote
1 answer

Orion goes down randomly when send entities

I have installed Orion in a new machine, from the yum package and installing mongodb following the instructions from the Administration guide. Also, I have deployed an orion-instance from wirecloud, and also I updated my old Orion instance from 0.21…
antonio
  • 540
  • 1
  • 5
  • 19
1
vote
1 answer

Persisting data cosmos not working

I'm trying to persist the information received in Orion in the public instance of Cosmos, but I get an http 500 error. This is the contextBroker log: function=sendHttpSocket | comp=Orion | msg=clientSocketHttp.cpp[154]: Starting transaction to…
1
vote
1 answer

New Orion Context Broker with CORS VM download

thanks you for the Orion CB Virtual Machine download availability : (http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker/downloads) But can we ask to have the VM of the new Orion CB (With CORS) ? Thanks.
JajaDrinker
  • 652
  • 6
  • 15
1
vote
0 answers

Hive tables are not created

I have checked that the data are stored on text file in cosmos as I show here: hadoop fs -cat…
Cristina
  • 161
  • 1
  • 1
  • 9
1
vote
1 answer

Configuration of cygnus.conf

I need to store data in cosmos with mysql format but I can't do it. I have checked that the data are stored on text file in cosmos, but when I enter in hive, there is not any table with my name. The following is the config of cygnus. Is it correct?…
Cristina
  • 161
  • 1
  • 1
  • 9
1
vote
1 answer

I have a missing matching_table.conf

when I enter /usr/cygnus/bin/cygnus-flume-ng agent --conf /usr/cygnus/conf/ -f /usr/cygnus/conf/agent_1.conf -n cygnusagent -Dflume.root.logger=DEBUG,console I get the output: 2015-04-22 14:45:14,308 (lifecycleSupervisor-1-4) [ERROR -…
Vrankela
  • 1,162
  • 3
  • 16
  • 39
1
vote
2 answers

Cygnus 0.7.1 does not create tables (MySQL and HDFS)

I've installed (from source) cygnus 0.7.1, and after configuring it (MySQL and HDFS sinks) I can start it without problems. When I subscribe cygnus to a orion context, it receives the information ok, but there is a problem with MySQL and HDFS. This…
Ignacio Martin
  • 264
  • 2
  • 11
1
vote
1 answer

Cosmos installation on localhost

I try to install cosmos, on localhost, but i found a problem, I dont know to follow this steps. First i create a certs and pem, but in step4 move the .pem i dont know that pem to move i have two pem. And I try to verify openssl verify -CApath…