Member since
05-02-2016
154
Posts
54
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4165 | 07-24-2018 06:34 PM | |
5778 | 09-28-2017 01:53 PM | |
1431 | 02-22-2017 05:18 PM | |
14174 | 01-13-2017 10:07 PM | |
3946 | 12-15-2016 06:00 AM |
12-01-2016
04:23 AM
I have done the needed code changes. Unfortunately i do not have a way to test this. If i sent you the NAR with the code change, would you be able to test it. Basically, just swap out the nifi-standar-nar-x.x.x from the lib, with the one i send you. Please test it on a local, non-prod instance.
... View more
11-30-2016
03:29 PM
2 Kudos
you can pin executesql to one node. This make sure you are running this from only one node. The success of this can be send to the downstream processes using a Remote Process Group, which can run on multiple nodes. The document below is a good guide https://community.hortonworks.com/articles/16120/how-do-i-distribute-data-across-a-nifi-cluster.html Another alternative could be to use the QueryDatabaseTable processor, it may work better.
... View more
11-30-2016
02:19 PM
2 Kudos
The error means that the processor has not been configured completely yet. make sure you have auto terminated the success relation. for failure you can connect back to puthdfs.
... View more
11-29-2016
10:24 PM
yeah i am seeing the same behavior, on safari, it worked for me on chrome. Try that.
... View more
11-29-2016
10:21 PM
are you trying to add nifi?
... View more
11-29-2016
10:12 PM
That should be the latest one.
... View more
11-29-2016
10:05 PM
sandbox-version
... View more
11-29-2016
10:02 PM
Hi raf, what is your sandbox version. type sandbox version on the prompt to get it. the older sandbox had this issue. there is a newer version that works fine.
... View more
11-28-2016
11:47 PM
see if this works for you
... View more
11-28-2016
07:08 PM
NFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 51583 The above is not an error message. change Nifi.properties back to 9090. Then you can go and open a browser and type http:<your_host>:9090/nifi. give it a minute or so and you should see wifi. 9090 is the webui port 51583 is the port bootstrap is binding on
... View more