Member since
02-08-2016
80
Posts
88
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3902 | 12-15-2018 08:40 PM | |
3272 | 03-29-2018 10:15 AM | |
1332 | 02-01-2018 08:08 AM | |
2092 | 01-24-2018 09:23 PM | |
1241 | 11-05-2017 03:24 PM |
11-20-2017
08:04 PM
Hi @Phaneendra S that error message most usually means you have incorrectly configured your Producer and it is not actually managing to talk with the Kafka service. You should check both your application logs and the kafka service logs to see what the error is. You could try connecting to the Kafka using your Parameters in NiFi, if it works you will know that your Producer code is at fault.
... View more
11-05-2017
03:24 PM
Have you looked at the Max Threads settings under the main NiFi Controller Settings menu? It doesn't allow you to strictly limit the utilisation of the flow, but it provides a limitation on the max concurrency at a global level.
... View more
10-23-2017
12:05 PM
How have you set up your shell script to handle closing on job timeout?
I'm not aware of ExecuteStreamCommand having a hidden timeout property, though you could add something like a 'max wait' timeout if you wanted to do a PR.
... View more
10-16-2017
01:22 PM
Hi @Pratik Ghatak This looks like what happens when you try to connect NiFi to an old fork of Hive like the one in CDH, I have an article about it here: https://community.hortonworks.com/articles/93771/connecting-nifi-to-cdh-hive.html There's an excellent comment from @Rudolf Schimmel on a workaround at the bottom of that post if you are in the same situation, but give it a read and let me know if you need help with an alternative solution.
... View more
09-08-2017
09:57 AM
Hi @smanjee - did you set up any automation to push your nar files into the nifi docker container on build?
... View more
08-03-2017
04:11 PM
3 Kudos
If it is a flat structure you probably want : $.* Or, if it is some part of a nested structure: $.firstpart.secondpart.*
... View more
08-03-2017
04:07 PM
2 Kudos
One of your configuration parameters for Superset is missing, it looks like it's one of the port statements. Check that you've set the database port for MySQL and the HTTP port for Superset.
... View more
08-01-2017
02:25 PM
I'm pretty sure colons in filenames are considered bad practice - try removing that. The dot could be because it's failing to complete the writing of the file, so it's generating the dot file for writing but can't complete the action. Just a guess without looking at your logs.
... View more
06-19-2017
08:10 PM
Have you considered installing Java MiNiFi on the windows server and using it to execute the necessary local flows to collect the data, then push it to NiFi via a SiteToSite connection? Opening one port for MiNiFi to S2S back to NiFi would be a lot easier than maintaining 300 sharemounts via Samba.
... View more
06-19-2017
07:44 AM
5 Kudos
@yjiang Have you installed NiFi on the same server as Superset? They have a default port clash on 9088 - I suggest you search in the NiFi configs for 9088 and change it to 9089 (9089 is free in a default install).
... View more