草庐IT

fiware-cygnus

全部标签

hadoop - 与配置单元连接时出错,连接到 fiware 的 cosmos 服务器

我无法通过hive连接到PHP中的cosmos服务器://Loadthislibrequire_once__DIR__.'/php-thrift-sql-master/ThriftSQL.phar';//TryoutaHivequery$usuario="user@user";$clave="pass";$hive=new\ThriftSQL\Hive('cosmos.lab.fiware.org',10000,$usuario,$clave,1);$hiveTables=$hive->setSasl(false)//ToturnSASLauthoff,onbydefault->con

hadoop - FIWARE Cygnus : File exists in HDFS, 但无法写入数据

我正在使用NGSIHDFSSink通过Cygnus在HDFS上持久化。当收到来自Orion的第一个通知时,它会创建目录和包含数据的正确文件:/user/hdfs/openiot/Lamp_001_Lamp/Lamp_001_Lamp.txt但是,对于收到的下一个通知,它会显示以下错误:Therewassomeproblemwiththecurrentendpoint,tryingotherone.Details:CygnusPersistenceError./user/hdfs/openioLamp/Lamp_001_Lamp.txtfileexistsinHDFS,butcouldn

hadoop - SSH 访问 FIWARE-Cosmos 的头节点

我正在关注this关于Hadoop/FIWARE-Cosmos的指南,我对Hive部分有疑问。我可以通过SSH访问旧集群的(cosmos.lab.fiware.org)头节点,但我无法访问新集群。我尝试了storage.cosmos.lab.fiware.org和computing.cosmos.lab.fiware.org但都无法连接。我尝试通过SSH连接的目的是通过HiveCLI测试Hive对我们数据的查询。失败后,我检查并能够使用telnet连接到computing.cosmos.lab.fiware.org的10000端口。我想Hive是通过那个端口提供服务的。这是我们在新集群
12