Member since
05-05-2016
35
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2372 | 05-06-2016 10:54 AM |
01-24-2017
12:24 AM
Thanks... It worked...
... View more
01-23-2017
10:44 AM
I am trying to parse my json using Nifi Expression language - jsonpath https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#jsonpath Its uses '.' for node traversal. If json which has one node name with '.' in it. Below is sample json {"feedName":"trigger_category.childfeed123",
"feedId":"eff68e0b-a9e6-4c11-b74f-53f161a47faf",
"dependentFeedNames":["trigger_category.test_shashi"],
"feedJobExecutionContexts":{"trigger_category.test_shashi":[{"jobExecutionId":23946,
"startTime":1485145059971,
"endTime":1485145111733,
"executionContext":{"feedts":"1485145061170"}}]},
"latestFeedJobExecutionContext":{"**trigger_category.test_shashi**":{"jobExecutionId":23946,
"startTime":1485145059971,
"endTime":1485145111733,
"executionContext":{"**feedts**":"1485145061170"}}}} I am trying to read feedts but its parent node 'trigger_category.test_shashi' has dot ('.') in it. How do i escape "."character?
... View more
Labels:
- Labels:
-
Apache NiFi
11-23-2016
07:05 AM
Nice Article....!!!!
... View more
11-11-2016
09:02 AM
Is possible to follow above approach in Kerberos environment? I tried above step to run job as proxy user but it failed. Got GSS initialization exception. Any pointers?
... View more
09-19-2016
04:58 PM
Did you get solution for this? I am facing exact same issue.
... View more
09-07-2016
07:42 AM
@Michael Young It worked.
... View more
09-03-2016
05:10 PM
@Michael Young thanks for your reply. I have 3 criteria for routing. Just one more i would like to understand. You mentioned here i need to define expression as routing criteria ($twitter.text.contains("elasticsearch")). Can you please tell me from where $twitter.text value will come ? Will that be property of my parent processor?
... View more
09-03-2016
02:52 PM
2 Kudos
Hi I have a requirement where I need to redirect a flow based on property value set in parent processor. Below image shows an example of it. If property is set to ABC then flow file should go to ABC processor. I was looking at RouteOnAttribute but not sure how can i use it. Thanks Shashi
... View more
Labels:
- Labels:
-
Apache NiFi
07-30-2016
06:23 AM
Hi Is there any Java API available for creating Ranger HDFS/Hive Policy?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
07-20-2016
09:18 AM
Hi Is there any ranger rest api to authorize user against policy ? Consider example : Lets say I want check if user 'xyz' has permission to access hdfs/hive or not.
... View more
Labels:
- Labels:
-
Apache Ranger