Member since
02-26-2017
12
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
617 | 03-20-2017 12:10 PM |
05-07-2017
11:13 AM
Ahh... ok nobody answered but issue resolved. we need to older branch. spark-solr 2.0.4 for my configuration
... View more
12-06-2018
03:00 PM
Yes, your hive metastore and spark hive metastore are different. In spark-defaults,conf you have to point to the correct hive metastore.
... View more
03-20-2017
12:10 PM
solved. defined a single valued field and do term on that.. use schema.xml to define fields explicitly.
... View more
02-26-2017
09:50 AM
Hi All, I am using NIFI GrabGardenHose processor to fetch tweets and in the configurations, I specify the terms to filter. I have successfully fetched arabic hastags tweets however, unable to specify wild card filtering neither in english nor in arabic. For instance, I want to filter terms starting with 'Asia*' to fetch tweets having hash tags '#Asiacell' or '#AsiaWallet'. Same is is case I wanna do for arabic i.e., '*اسيا' Appreciate your support
... View more
Labels:
07-25-2019
03:44 PM
Hi, Matt! very useful and informative articles. Thank you veru much! Could you tell me how do I read content of a flowFile, transform it the way I like, and write the output to a new flowFile attribute (not back to the content)? I was trying to return transformation result from the callback but caught the error: None required for void return which is fairly expected behaviour - callback returns to the session.read function, but the latter does not return anything, I assume. So we get the flowFile itself and its content residing in different namespaces and I can't figure out how can I use content of the flowFile to place it into the attribute. Could you kindly help me, Matt?
... View more
06-08-2018
05:25 PM
Hi. You can check @Tran Quyet Thang https://github.com/iheb-boughzala/AllFbPostsUsingNifi
... View more
03-02-2017
06:57 AM
Hi @Andy LoPresto I am still struggling with that. Tried to add certificate to the truststore as well as you mentioned in your posts however,still getHTTP is not working. It is showing me an error in the access token which is working fine if I put that in the browser. I am yusing the template provided by github. SSL context service is also enabled. Highly appreciate your support. Thanks.
... View more
11-16-2017
09:18 AM
Hi @Aldrin Piri, @omer alvi ,I am using GetHTTPS to ingest data from a Facebook page and sending it to PutHDFS. The roadblock is that once the data from that page is ingested and I stop the process, that particular url is not hit again when i restart the process. What are the modifications I can make to my url such that the process of data ingestion is a continuous process? This is a sample of the url I am currently using : https://graph.facebook.com/v2.11/542678889114683/?fields=name,likes,posts&access_token="my_access_token"&limit=100
... View more