Another item that seems to fail is the call to
DiskUtils.deleteRecursively(rootFile); in TestFileSystemRepository. Is there a
reason why rootFile.delete() isn't sufficient? It deletes directories as well.
Thanks
Shawn Weeks
-Original Message-
From: Shawn Weeks
Sent: Saturday, May 4, 2
I discovered what appears to be a bug while compiling on Windows.
Line 46 of NiFiGroovyTest.groovy should be
private static final String TEST_RES_PATH =
Paths.get(NiFiGroovyTest.getClassLoader().getResource(".").toURI()).toString()
Instead of
private static final String TEST_RES_PATH =
NiFiGr
I've created Pull Request https://github.com/apache/nifi/pull/3462 for this
change. I'm still doing some testing and it might not actually work right but I
wanted some other folks to be able to see it. If anyone knows how to do include
timestamp in a checkAndPut for HBase 1.x let me know and I'l
Hi)
I read your documentation and find little mistake. Hear:
https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#replaceall
-
Regex : he Regular Expression (in Java syntax) to match in the Subject
And tanks a lot for your products and work! It is simple incredible.