Member since
07-31-2018
1
Post
0
Kudos Received
0
Solutions
08-01-2018
01:56 PM
But how to include the jars which are already supported by the nifi ? Like the hadoop jars which i feel is more safer to use the ones packed with the nifi. we have a use case to access some configurations which is written in Hadoop configuration file pattern. We want to access it through nifi but seems like through groovy script i am not able to access it without giving external module dependencies. Any way to safely refer to the nifi jars ? , But how about for the hadoop jars ? some of the nars already has those jars. We should be able make use of it. We have some hadoop configuration files and i am not able to make use of the hadoop nifi nars because of which i need to write some custom processor as i do not want get the dependencies with external hadoop jars.
... View more