Member since
02-12-2017
19
Posts
2
Kudos Received
0
Solutions
09-12-2017
04:53 AM
Great thanks for following up on that 🙂
... View more
09-10-2017
10:15 PM
When trying to download companion files for HDP-2.6.1 I am getting a 404 error not found when running: sudo wget http://public-repo-1.hortonworks.com/HDP/tools/2.6.1.0/hdp_manual_install_rpm_helper_files-2.6.1.0.129.tar.gz I am following the documentation located here - https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_command-line-installation/content/download-companion-files.html Cheers, Brendan
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
09-06-2017
04:16 AM
Interesting I copied what you had and it now works :O. It looks like the difference in lower case and upper case is the difference here. Thanks!
... View more
09-05-2017
04:36 AM
I found my problem, using ${event_type} in the Correlation Attribute Name where it should just be event_type. All is sorted now thanks a lot for the help!
... View more
09-05-2017
03:39 AM
I have an datetime attribute which looks something like this "2017-08-29T00:00:15.4945" which comes from a JSON file. In my PutHDFS when I am trying to put files into a file structure I am trying to get Year/Month/Day. My Directory: /data/events/${datetime:toDate("YYYY-MM-dd'T'HH:mm:ss.SSSS", "NZDT"):format("YYYY/MM/dd")} This is nearly working but is putting 2017/01/01 but it should be 2017/08/29. Thanks, Brendan
... View more
Labels:
- Labels:
-
Apache NiFi
09-04-2017
12:28 AM
Hi there @Bryan Bende, Thanks a lot for your answer. I think I am going to go with the RouteText option for now. A couple questions with that,
Will the RouteText go to a singular UpdateAttributes processor or a separate one for each event type? I did try just one UpdateAttribute processor with event_type set as ${RouteText.Route}
How should be MergeContent be set up. I have tried as below but it is joining all the different event types into one file. Where I want a separate file for each event type that goes into HDFS when it is say 1GB large.
... View more
08-31-2017
09:50 PM
Hi there, Currently I am trying to replace our current flume workflow using NiFi. For a bit of background I am working with JSON files where each line is an event (bids, logins, purchase, comment etc..) with other information that comes along with that. What I am trying to do is: 1. Read the JSON file line by line 2. Grab the event type from each line 3. Store events of the same type in say 1GB files in HDFS based on the event type e.g (events/$(event_type)). I don't want to store lots of tiny files preferably. I have attached some of the different ways I have tried, but haven't been able to get the desired flow. Thanks a lot! Brendan
... View more
Labels:
- Labels:
-
Apache NiFi
06-19-2017
05:08 AM
Hey there, Thanks for the super fast reply. This is a good guide to getting it running thank you for that.
... View more
06-19-2017
04:02 AM
Hello all, I am running a kerberised cluster and am having issues trying to open the Falcon Web UI. I am using Mozilla Firefox to try and open it. Any help would be much appreciated.
... View more
Labels:
- Labels:
-
Apache Falcon