Re: Error: Mandatory attribute value missing in type Referenceable

2018-08-22 Thread Apoorv Naik
Like the message states, you'll have to set the "qualifiedName" attribute for the storm AtlasEntity. Please refer to the storm model JSON to ensure that you pass all the required attributes when attempting a create. On 8/22/18, 7:25 AM, "anshu shukla" wrote: Hi, I am trying to

Error: Mandatory attribute value missing in type Referenceable

2018-08-22 Thread anshu shukla
Hi, I am trying to create instances for the storm_topology type in Atlas. *My logic goes here:* AtlasEntity storm_topology = new AtlasEntity("storm_topology"); storm_topology.setAttribute("nodes", AtlasTypeUtil.toObjectIds(Arrays.asList(*entity_stormNode_temp*))); where *entity_stormNode_temp