Re: There isnot show any items on Provenance GUI

2020-10-29 Thread Joe Witt
Thanks for following up with the info on how you solved it. Glad it is working now. Thanks On Thu, Oct 29, 2020 at 7:13 PM 杨量(上海-技术部-开发) wrote: > Hi, > > The problem I'm having is the permission configuration. > > There should grant permission to node proxy and user to view provenance. > >

Re: There isnot show any items on Provenance GUI

2020-10-29 Thread 杨量(上海-技术部-开发)
Hi, The problem I'm having is the permission configuration. There should grant permission to node proxy and user to view provenance. Now the problem is solved Thanks Paul [mailto:liang.y...@feiniu.com] : 2020年10月29日 9:21: users@nifi.apache.org : There isnot show any

NIFI Groovy Script - Filter file names and get count

2020-10-29 Thread KhajaAsmath Mohammed
Hi, I have a requirement where I need to get the file count from the path using the groovy script. I came up with the below but unable to filter and count only txt files . Any suggestions please? import org.apache.commons.io.IOUtils import java.nio.charset.*; import java.io.*; def flowFile =