Hi Josh, Falcon does not know about the user workflow and will not verify the contents of it but only schedule it in Oozie. Hence, before you schedule this process, you'd need to make 'em available in the configured location.
Thanks! On Tue, Jul 8, 2014 at 9:51 PM, Josh Clum <[email protected]> wrote: > Hi, > > I'm using a oozie workflow in one of my falcon processes. Inside of my > oozie workflow there is a hive action. Inside my hive action, I add files > like this: > > <file>${wf:conf('fs.defaultFS')}/${scriptsLocation}/test.hql</file> > > but when i reference those files from my oozie workflow, they are not > available to the falcon process. It seems like they are not being copied > over with the original workflow xml. > > Any thoughts how i would reference files inside a oozie hive action when > they are not being copied over by falcon? Should they be copied over to one > of the temp/working/staging dirs? > > Thanks, > Josh > -- Regards, Venkatesh “Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away.” - Antoine de Saint-Exupéry
