Member since
06-01-2016
28
Posts
2
Kudos Received
0
Solutions
04-07-2017
06:15 PM
This would be really cool if you provided instructions on how you setup the processors
... View more
04-06-2017
05:27 PM
Thanks. This ended up being a good workaround to the attributes dropping, and gave me a couple ideas on how to extend the information i need.
... View more
04-06-2017
02:41 PM
Before unpack, i have the path of the file in HDFS, and the actual file name in HDFS After unpack, the "segment.original.filename" contains the filename without extension, and no reference to the source path anymore. My main issue is i need that path when feeding to spark to create the relationships.
... View more
04-04-2017
03:29 PM
segment.original.filename is gone and filename and path are with the new values after extract. i am looking for the file name and path that came from the fetch
... View more
04-04-2017
02:49 PM
From the UnpackContent processor on, the original file and path seem to be lost. I see the path in queue going into the UnpackContent Processor, but after, when the new flow files are generated by the unpackcontent processor, the source file is not in the attributes anymore.
... View more
03-31-2017
04:44 PM
I am trying to utilize the UnpackContent processor being fed from a "FetchHDFS", but I am having an issue where the source path of the zip file, prior to being unpacked, is being dropped after being unpacked. Is there a way to either retain the path through the processor or another method I can ensure that path gets added as an attribute to the unpacked flow file?
... View more
Labels:
- Labels:
-
Apache NiFi
02-07-2017
06:15 PM
Really cool implementation of OpenNLP, thanks for sharing. Having one issue with it, but i think it's my understanding. Can i send the content of the entire flow file to the processor to be analized or must it go through the json parser first?
... View more
01-12-2017
04:40 PM
Thank you! that was the solution! I fought with that for two weeks with no error message telling me it was missing anything.
... View more
01-11-2017
09:04 PM
the nifi processors for hdfs only have a spot for 1 xml file, and it wants the hdfs-site.xml. where to I reference the core-site.xml?
... View more
01-11-2017
02:42 PM
1 Kudo
I am trying to write a HDF process which takes a feed from the listenSMTP receiver, and puts (PutHDFS) files into a folder in HDFS. For some reason, the PutHDFS is not using HDFS and instead putting in a local folder to the HDF setup. I've confirmed the hdfs-site.xml file is referenced correctly. I've also tried the FetchHDFS and ListHDFS options, and they all seem to do similar activity. Anyone have ideas on this? why would a PutHDFS put locally instead of in HDFS
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi