Hi, i am just beginning to learn falcon, but i just cant get my simple example to work.
In a cron job i produce my input files with this pattern: files/<year>-<month>-<day>-<hour>-<minute>/file.csv
The files are located on HDFS.
What i want to do is to create a simple pipeline with all the csv files as input feed as input for a pig script that produces an output feed located at another location on HDFS.
in the webUI the feed entity i created doesnt even show some instances.
could somebody help me with this?
thank you :)