timeabarna commented on code in PR #6159:
URL: https://github.com/apache/nifi/pull/6159#discussion_r943154041


##########
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java:
##########
@@ -101,6 +101,8 @@ public abstract class AbstractAzureDataLakeStorageProcessor 
extends AbstractProc
             REL_FAILURE
     )));
 
+    public static final String TEMP_FILE_DIRECTORY = "_$azuretempdirectory$";

Review Comment:
   I used the name can be found in this review [comment] 
https://github.com/apache/nifi/pull/5098#discussion_r675242859). My assumption 
was that $ character may be means something for either Hadoop or Azure, it 
seems I was wrong. I can rename the directory to '_nifitempdirectory'. What do 
you think?



-- 
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]

Reply via email to