timeabarna commented on PR #6159: URL: https://github.com/apache/nifi/pull/6159#issuecomment-1166913123
Hello @jfrazee and @exceptionfactory, I've managed to get to modifying PitAzureDataLake processor upload. Last year we had a long discussion how different service like Spark or HDFS could be impacted by this change. Based on that discussion can be found [here](https://github.com/apache/nifi/pull/5098) the following design decisions have been made: List processor: - A boolean property has been created to turn off showing temp directory listing. If the list processor would hide files starting with '.' or '_' set to default true, users listing hidden files now would be impacted. If the default value would be false, temporary files would appear in listing which may again be an impact for users. Put processor: - A property for temp directory location has been created. - Temp files created in a static folder under a generated UUID with the existing file name. When you have some time can you please check? Thanks in advance for your help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
