Re: How to pass custom attribute to a ListFile and putHDFS

2017-04-26 Thread Vdsa
Thanks a lot for the detailed explanation, I agree with all your points. Just wanted to know how to define custom attributes. Thanks in advance. -- View this message in context:

How to pass custom attribute to a ListFile and putHDFS

2017-04-25 Thread Vdsa
I have a custom processor which sets a source and destination directories. I need to pass these attributes as a directory to ListFile and PutHDFS. I have added attribute in session like flowFile = session.putAttribute(flowFile, "source dir", source); and I am trying to access it using