Member since
10-09-2015
86
Posts
179
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
25088 | 12-29-2016 05:19 PM | |
1834 | 12-17-2016 06:05 PM | |
14689 | 08-24-2016 03:08 PM | |
2142 | 07-14-2016 02:35 AM | |
3980 | 07-08-2016 04:29 PM |
12-29-2016
05:19 PM
4 Kudos
Hi Karri, The simplest way to do it to convert your attributes to json and then store it. you can use AttributesToJSON processor: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.AttributesToJSON/index.html Thanks, Jobin
... View more
12-17-2016
06:05 PM
2 Kudos
Hi Narasimma, Few pointers, --> If the configurations are done correctly and you have loaded your client certificate to your browser, you will only be able to view the NiFi UI via https://localhost:port not http://localhost:port like in your screenshot. --> It looks like you are following the steps to get around it in an older version of HDF. Latest release, HDF-2.x gives us better ways to get SSL enabled with help of NiFi CA and tls-toolkit. please follow the below link for the same.(unfortunately you may not be able to do this in your sandbox where HDP is already installed) https://community.hortonworks.com/articles/58009/hdf-20-enable-ssl-for-apache-nifi-from-ambari.html
--> In the Latest version we wont be using authorized-users.xml to configure user roles but instead an Initial Admin identity. Thanks, Jobin George
... View more
12-14-2016
12:06 AM
Great!!.. may be you can include the back pressure coloring feature and a screenshot as well..
... View more
11-17-2016
11:02 PM
Hi @Matt Except below lines nothing else related to this 2016-11-17 14:56:34,873 INFO [StandardProcessScheduler Thread-3] o.a.n.c.s.TimerDrivenSchedulingAgent MonitorMemory[id=01581011-0307-1aad-d6e9-7701f73fe2a3] started. Any possible configuration I might be missing? Thanks, Jobin
... View more
11-17-2016
08:43 PM
2 Kudos
Hi All, I am not able to generate any Notification while configuring MonitorMemory RepostingTask in HDF-2.0.( Tested in HDF-1.2 and was working) Does anyone faced similar issue or am i missing something here? I even tested with 1% threshold values for all pools in the list, but no luck. Any pointers? Thanks, Jobin George
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
11-08-2016
07:25 PM
@mclark Does HDF-2.0 with Ambari Supports Embedded ZooKeeper Server avoiding need of installing a separate quorum?
... View more
10-12-2016
01:51 PM
Hi @mclark, Thanks for the reply and for time you spend on zoom. It was confusing that when i make a change in the component it gets added to the Parent group if i don't override, which was some kind of reverse inheritance. The message said only below which made me think there is something wrong: "Showing effective policy inherited from Process Group Group1.
Override this policy." Thanks Again for clarifying !!
... View more
10-12-2016
06:45 AM
3 Kudos
Hello I have a scenario where I am getting confused, - I have Secured 3 node NiFi cluster [Kerberos] - Logged in as user 'admin' trying to do file-based authorization with out Ranger
- Created a Process group named Group1 --> 5 processors with in the group - Set modify privilege on just GetSFTP processor for user 'john' in the Group1. - Once I set the privilege for GetSFTP, entire process group is allocated with the modify access for john, not just GetSFTP processor. I am thinking this is not an expected behavior, someone experienced this before?
Thanks, Jobin George
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
08-24-2016
03:08 PM
4 Kudos
Hi @Sushant Bharti, 1) Simple way to schedule would be to use scheduler in the processor to run with cron/timer like below: In this case, the flow will be running, but the processor will only pull data at the time you specify, you can chose from options there. 2) The other way around this is to use nifi-api to start/stop the processors from outside: you can find details about this in the below question: https://community.hortonworks.com/questions/48445/executing-apache-nifi-through-a-shell-script.html#answer-48606 Thanks, Jobin George
... View more