Member since
12-08-2017
5
Posts
0
Kudos Received
0
Solutions
10-17-2018
01:06 PM
@Matt Clarke when i am writing the token using "PutDistributedMapCache", the token is only accessible to the primary node. for all the other nodes fail saying value not found when trying to read using FetchDistributedMapCache, probably because the the CacheServer is on localhost. does this make sense ? so on a whole i should host the server on something other than localhost so that all nodes can access the server, is this right ?
... View more
10-17-2018
08:39 AM
Hi All, I have a scenario where i have a 3 node HDF cluster and i am making an API call to get the validation token(valid for 1 hour only) using InvokeHTTP every one hour on primary node only, since its not preferred to make multiple API calls. i am putting this token in Distributed Cache, but since i want to fetch the token from the distributedCache on all nodes, is there a way i can duplicate the flowfile from primary node to all nodes to the processors Downstreams. is there a way i can achieve this ?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
06-26-2018
01:24 PM
i understand that possibility or we can use 2 merge content processors back to back one for each attribute. but will it be possible to use those 2 attributes separately in the same processor? thanks for the response.
... View more
06-26-2018
06:16 AM
Hi All, i have a merge content processor, which i want to merge incoming flowfiles based on the value of 2 attributes (suppose 'xx' and 'yy'. and i set the attribute strategy to 'keep only common attributes'. and i specified the correlation attributes as ( xx,yy). but i keep getting scenarios where the flowfiles having different attributes of either xx or yy are being merged together and elimating those attributes because of the attribute strategy. how do i config the processor to achieve what i a looking for (please mention syntax also, great help)? can there be only one correlation attributes? Regards Pavan
... View more
Labels:
- Labels:
-
Apache NiFi