- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个带有 Cygnus 的 Orion 实例,订阅和通知工作正常,但我无法从我的实例向 cosmos.lab.fi-ware.org 发送文件。
[错误 - es.tid.fiware.orionco nnectors.cosmosinjector.OrionHDFSSink.start(OrionHDFSSink.java:108)] 连接到 http://130.206.80.46:14000拒绝
我的 cygnus.conf :
# APACHE_FLUME_HOME/conf/cygnus.conf
# The next tree fields set the sources, sinks and channels used by Cygnus. You could use different names than the
# ones suggested below, but in that case make sure you keep coherence in properties names along the configuration file.
# Regarding sinks, you can use multiple ones at the same time; the only requirement is to provide a channel for each
# one of them (this example shows how to configure 3 sinks at the same time).
cygnusagent.sources = http-source
cygnusagent.sinks = hdfs-sink
cygnusagent.channels = hdfs-channel
#=============================================
# source configuration
# channel name where to write the notification events
cygnusagent.sources.http-source.channels = hdfs-channel
# source class, must not be changed
cygnusagent.sources.http-source.type = org.apache.flume.source.http.HTTPSource
# listening port the Flume source will use for receiving incoming notifications
cygnusagent.sources.http-source.port = 5050
# Flume handler that will parse the notifications, must not be changed
cygnusagent.sources.http-source.handler =
es.tid.fiware.fiwareconnectors.cygnus.handlers.OrionRestHandler
# URL target
cygnusagent.sources.http-source.handler.notification_target = /notify
# Default organization (organization semantic depend on the persistence sink)
cygnusagent.sources.http-source.handler.default_organization = org42
# ============================================
# OrionHDFSSink configuration
# channel name from where to read notification events
cygnusagent.sinks.hdfs-sink.channel = hdfs-channel
# sink class, must not be changed
cygnusagent.sinks.hdfs-sink.type =
es.tid.fiware.fiwareconnectors.cygnus.sinks.OrionHDFSSink
# The FQDN/IP address of the Cosmos deployment where the notification events will be persisted
cygnusagent.sinks.hdfs-sink.cosmos_host = 130.206.80.46
# port of the Cosmos service listening for persistence operations; 14000 for httpfs, 50070 for webhdfs and free choice for inifinty
cygnusagent.sinks.hdfs-sink.cosmos_port = 14000
# default username allowed to write in HDFS
cygnusagent.sinks.hdfs-sink.cosmos_default_username = myUsername
# default password for the default username
cygnusagent.sinks.hdfs-sink.cosmos_default_password = **********
# HDFS backend type (webhdfs, httpfs or infinity)
cygnusagent.sinks.hdfs-sink.hdfs_api = httpfs
# how the attributes are stored, either per row either per column (row, column)
cygnusagent.sinks.hdfs-sink.attr_persistence = column
# prefix for the database and table names, empty if no prefix is desired
cygnusagent.sinks.hdfs-sink.naming_prefix =
# Hive port for Hive external table provisioning
cygnusagent.sinks.hdfs-sink.hive_port = 10000
#=============================================
# hdfs-channel configuration
# channel type (must not be changed)
cygnusagent.channels.hdfs-channel.type = memory
# capacity of the channel
cygnusagent.channels.hdfs-channel.capacity = 1000
# amount of bytes that can be sent per transaction
cygnusagent.channels.hdfs-channel.transactionCapacity = 100
2015-02-04 22:52:28,627 (lifecycleSupervisor-1-1)
[INFO - es.tid.fiware.orionconnectors.cosmosinjector.hdfs.HttpFSBackend.createDir(HttpFSBackend.java:68)]
HttpFS operation: PUT 130.206.80.46:14000/webhdfs/v1/user/maxime.mularz/4planet/?op=mkdirs&user.name=maxime.mularz HTTP/1.1
2015-02-04 22:53:31,690 (lifecycleSupervisor-1-1)
[ERROR -.tid.fiware.orionconnectors.cosmosinjector.OrionHDFSSink.start(OrionHDFSSink.java:108)]
Connection to http://130.206.80.46:14000 refused
2015-02-04 22:56:02,182 (SinkRunner-PollingRunner-DefaultSinkProcessor)
[INFO - es.tid.fiware.orionconnectors.cosmosinjector.OrionHDFSSink.persist(OrionHDFSSink.java:212)]
Persisting data. File: Room1-Room-temperature-float.txt, Data: 2015- 02-04T22:56:02.182|1423086962|Room1|Room|temperature|float|90)
2015-02-04 22:56:02,183 (SinkRunner-PollingRunner-DefaultSinkProcessor)
[INFO - es.tid.fiware.orionconnectors.cosmosinjector.hdfs.HttpFSBackend.exists(HttpFSBackend.java:158)]
HttpFS operation: GET 130.206.80.46:14000/webhdfs/v1/user/maxime.mularz/4planet/Room1-Room-temperature-float.txt?op=getfilestatus&user.name=maxime.mularz HTTP/1.1
最佳答案
一旦启用了从 Lanion 节点到西类牙节点的访问,则已修复。
关于fiware-orion - Fiware - Cygnus 到 Cosmos,我无法上传数据到 HDFS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28310863/
我们在 cygnus 中遇到了问题。日志中出现此错误。 java.lang.OutOfMemoryError:Java 堆空间 我们已经更改了分配给 cygnus 的内存,但我们不知道它是否正确。 修
我想使用 Fiware cygnus 将数据从上下文代理保存到 CKAN 实例中。我已经在 Fiware 云上创建了一个 orion-psb-image-R5.4 版本 1.7.0 的 orion 上
我已经安装了cygnus在我的 CentOS 7.0 上使用 RPM,但我无法作为服务启动: [centos@cygnus-mongo ~]$ sudo service cygnus start St
我正在使用一些 FIWARE 组件(Orion 2.4.0-bext 和 Cygnus 2.3.0)。此外,我使用 mongoDB(版本 3.6)获取当前上下文信息,使用 MySQL(版本 5.7)使
已编辑 我先尝试安装 cgynus-ngsi ,然后先安装现成的镜像并测试其是否可以正常工作, 但是当尝试重新配置 agent.conf 时,我编辑了文件并尝试从头开始安装cgynus-ngsi时发现
我让 cygnus 在行模式下自动工作得很好。但是我想切换到列模式,这意味着我现在必须使用适当的列类型手动设置我的表(对吗?)。 我认为属性的列类型应该与我在上下文代理中指定的类型相对应(即温度:浮点
我在固件镜像 CentOS-7-x64 上使用 RPM 安装了 cygnus,但无法将其作为服务启动,这是我的日志: [centos@cygnus-mongo conf]$ sudo service
当尝试将实体从 Cygnus 持久保存到 Cosmos 全局实例时,它失败了。 查看日志文件,我看到类似的内容: 2015 15:31:50,006 DEBUG [SinkRunner-Polling
我正在尝试设置和理解 Cygnus。但是我在安装过程中遇到了问题。 我按照下面给出的步骤。 使用 Docker 安装 Cygnus (docker run -d -p 5050:5050 -p 808
我在 Cygnus 模块上遇到了一个奇怪的行为。我正在使用 Context Broker 0.28 版和 Cygnus 0.13 版。假设我在 CB(上下文代理)上加载了一些与此类似的实体: (cur
我已经在 CentOS 6.9 机器上干净安装了 Fiware(Orion ContextBroker、MongoDB、Java JDK 和 Cygnus)。但是我遇到了 Cygnus 的问题,我无法
所以我已经阅读了所有文档并遵循了 MySQL persistence 上的教程但我仍然无法在 MySQL 数据库中保存任何类型的数据。 即使我设置了 presistence mode = row,它也
我想以 Parquet 格式存储事件数据(例如,在 HDFS 上)。我需要修改相应接收器的代码,还是有办法解决?例如,使用 Flume 拦截器。谢谢。 最佳答案 一方面,有一个 issue关于 Cyg
我目前有一个工作流程: Fiware Orion -> Fiware Cygnus -> Kafka -> Logstash -> Elasticsearch -> Kibana 我想直接将数据从 C
如何配置Cygnus将数据保存在SQL数据库上?安装 Orion 和 Cosmos 后,我尝试配置 cygnus 并将数据保存在 mysql 数据库上。可能吗? 最佳答案 使用 Cygnus,您可以通
当尝试从源代码构建fiware / cygnus docker镜像时,其最后一部分,即使用以下命令从jar中构建镜像: docker build -f ./docker/Dockerfile -t f
我在 cygnus instance in Docker 上遇到此错误: java.lang.OutOfMemoryError: GC overhead limit exceeded 如何修复它? 最
我已经在固件镜像 CentOS-7-x64 上安装了 cygnus 0.8.2,我使用以下方式订阅了 orion 上下文代理: (curl 193.48.247.246:1026/v1/subscri
我正在使用 cygnus 在 MySQL 数据库和 Cosmos 中存储数据。将数据存储在 cosmos 中可以正常工作,但是当存储在 MySQL 中时,特别是使用属性“cygnusagent.sin
现在我正在尝试为我的猎户座数据创建一个包含所有实体信息的数据集。 我设置正确,当一些数据发生变化时,orion 会向 cygnus 发送通知,然后,cygnus 会将数据添加到 ckan。 如图所示。
我是一名优秀的程序员,十分优秀!