NiFi | Flow file movement withing processor
问题 I have been reading about NiFi and have few queries . Consider a use case where I want to move data into HDFS from local. I will use getFile and putHDFS processor. So when I pass location to getFile , it will pick up data and will move into content repository and further it will pass to putHDFS processor for ingestion. Question: I have seen flow file content is a byte representation , does byte conversion is done by Nifi ?( If my source file is text file)? How data is moved to HDFS from