Member since
06-02-2017
30
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3124 | 12-17-2018 07:35 PM |
12-17-2018
07:35 PM
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api</artifactId>
<scope>provided</scope>
</dependency> Your dependency should be that. You also need to have a NAR dependency <packaging>nar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api-nar</artifactId>
<version>1.8.0</version>
<type>nar</type>
</dependency>
... View more
09-18-2018
11:43 AM
1 Kudo
Can you build manually? Check the readme in the rpm project and try to build it, you will get the std out of the rpm build and there will be more info
... View more
09-07-2018
11:10 AM
Failing in metron-rpm usually means that docker is not running
... View more
04-09-2018
01:40 PM
1 Kudo
Also, can you create and build one from the command line without eclipse?
... View more
04-06-2018
07:20 PM
try $.[*] or $[*] http://jsonpath.herokuapp.com/ is a good place to practice https://github.com/json-path/JsonPath for documentation
... View more
11-27-2017
06:14 PM
1 Kudo
We are seeing issues when gcc-c++ doesn't support cpp 11, ie gcc-c++ < 4.8
... View more