ChrisSamo632 edited a comment on pull request #4822: URL: https://github.com/apache/nifi/pull/4822#issuecomment-818492989
@bhaveshpatelh the `AbstractProcessor` class has been changed as part of this PR (see earlier comments), so you need to build that from this branch in order for the AWS bundle to compile. The easiest (but probably not fastest) thing is probably to just build the whole of nifi. For a faster build, you could try: ```bash cd nifi-api mvn clean install cd ../nifi-nar-bundles/nifi-aws-bundle mvn -T 2.0C clean install ``` (Note: I've not tried this, so no guarantees it will work) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
