Member since
07-11-2016
25
Posts
1
Kudos Received
0
Solutions
10-13-2019
06:44 AM
@Mostafa01 The link in Tim's reply above has been updated and should correctly resolve now.
... View more
04-20-2017
01:22 PM
In addition to excellent resources/information provided by @Wynner, I just wanted to add: https://pierrevillard.com/2017/02/23/listfetch-pattern-and-remote-process-group-in-apache-nifi
... View more
03-18-2017
12:46 AM
@Yogesh Sharma The _all field is analyzed by default, so you shouldn't have problems performing case-insensitive queries. You are also specifying the analyze_wildcard: true parameter which will attempt to analyze the query string with wildcards before running the query. As you have shown, the query itself returns hits. So the problem is with the aggregations. For your aggregations you are using the include parameter. Can you try using ".*drama.*" as the include value instead of "*drama*"?
... View more
08-14-2019
06:54 AM
i stored a image in hive table binary type but lots rows in hive. i just stored one image file. is it collect?
... View more
09-22-2016
01:47 PM
1 Kudo
They work great together. Using Kafka to distribute once something is ingested and processed in NiFi http://hortonworks.com/hadoop-tutorial/realtime-event-processing-nifi-kafka-storm/ Kafka is great for connecting NiFi to Storm, Flink, Spark and other processors in hadoop https://blogs.apache.org/nifi/entry/integrating_apache_nifi_with_apache
... View more
08-16-2016
08:25 AM
@mclark Thanks for the response and appreciated. Do I need to configure something at back-end as well i.e. in nifi.properties or any other file in cluster or node because I am facing attached error.
... View more
08-01-2016
11:35 AM
Have a look here: https://community.hortonworks.com/articles/9203/how-to-migrate-a-standalone-nifi-into-a-nifi-clust.html It is advised to run the DistributedMapCacheServer on the NCM, then, in DistributedMapCacheClientService, instead of localhost, you can use the IP address of your NCM.
... View more