Member since
02-21-2017
19
Posts
1
Kudos Received
0
Solutions
03-14-2017
12:56 PM
Thanks a lot. It worked for me. Thanks for your help. 🙂
... View more
03-13-2017
11:00 AM
Hi Ankit, I added the dependency as you had instructed but now I am getting error in the same line of pom file which says "Project build error: 'dependencies.dependency.groupId' for null:nifi-standard-services-api-nar:nar is missing." I have added a screenshot of the same. Kindly Help me out. @Ankit Garg
... View more
03-10-2017
12:41 PM
hi, I have attached my pom file and java code. If you need any more details let me know. @Ankit Garg myprocessor.txt pom.xml
... View more
03-10-2017
10:53 AM
Hi, I have the same issue. Did you find any solution to it? @Ankit Garg @Matt Burgess
... View more
03-08-2017
01:14 PM
Labels:
- Labels:
-
Apache NiFi
03-08-2017
01:00 PM
ok thanks I will try it out!
... View more
03-07-2017
06:36 AM
Hi @Matt Burgess , I added the dependency in my pom file according to my nifi version: <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-processors</artifactId>
<version>1.1.1</version> </dependency> But the error in the line "import org.apache.nifi.processors.standard.db.DatabaseAdapter" persists. Could You help me out?
... View more
03-05-2017
03:37 PM
@Dinesh Chitlangia @Matt Clarke @Pierre Villard @Timothy Spann @Thiago
... View more
Labels:
- Labels:
-
Apache NiFi
02-23-2017
06:28 AM
thanks @Thiago I can't use native processors because I have been asked to create my own processor so that i can modify it as per the requirements of the project.
... View more
02-22-2017
11:42 AM
Okk thanks
... View more
02-22-2017
09:51 AM
@Matt Clarke @Pierre Villard @Timothy Spann
... View more
02-22-2017
09:49 AM
hi @Dinesh Chitlangia thanks for the solution, but i don't have to use sandbox. I just need to connect to my sample mysql data and write the data of tables into files. How should I proceed?
... View more
02-22-2017
09:39 AM
Hi @Aditya Hegde could you please tell me how did you perform the connection of mysql with nifi? I have to do the same. please provide the details of processor used by you.
... View more
02-22-2017
05:55 AM
Thanks @Timothy Spann
... View more
02-21-2017
06:39 PM
@Timothy Spann
... View more
02-21-2017
06:27 PM
hi pierre. thanks for your response, but are you sure its not possible? because I have been given to do this task and i am not able to find a solution.
... View more