Member since
08-27-2018
11
Posts
0
Kudos Received
0
Solutions
09-26-2018
01:18 PM
Hi Daniel; I did the first option. Since I'm on CentOS7, it was 'yum uninstall apache-server", and then just redid the setup steps.
... View more
09-25-2018
01:56 PM
Thanks everyone; I just did an uninstall/reinstall, and it's working great now
... View more
09-25-2018
11:44 AM
Thank you for that; there are some Javascript errors: I'll look into getting these errors resolved; I've received one 404 error and a 500 one. Do you know the best place to get started in solving these issues?
... View more
09-24-2018
07:43 PM
I got an Ambari Server to run, but when I try to create a cluster by its cluster name, it gets stuck on this step. Any help diagnosing the problem?
... View more
Labels:
- Labels:
-
Apache Ambari
08-28-2018
03:17 PM
Thank you Shu for your quick response. I followed your instructions regarding the PutMongoRecord processor. That helped simplify my flow a bit. If the RunMongoAggregation is working as I think it is, then as a FlowFile runs through the processor, it will "trigger" the processor and then route onto original, while the aggregation works on the database and output into "results" (see image below). Is that your thought process? Also -- I probably have to clear out the database I'm aggregating on between data-sets to prevent duplicates, do I not? @Shu
... View more
08-27-2018
12:15 PM
For my NiFi data flow, I am taking CSV, converting them into JSON, posting those JSON files into a database (PutMongo), and then running an aggregation function (RunMongoAggregation). Attached are images to show that data file. My question is how can I construct my flow so that I can ensure that RunMongoAggregation is hit after PutMongo? I've looked into implementing some Wait/Notify pattern but got really lost in the implementation. Ideally, I would like to have a RunMongoAggregation triggered whenever new data gets into the PutMongo processor. If anyone would like to test the processor, I have attached the template file. It is tested with AIS ship data (find online)
... View more
Labels:
- Labels:
-
Apache NiFi