I have several questions about oozie 2.3 share libraries:
Currently, I defined the share libraries in our coordinator.properties:
oozie.use.system.libpath=true
oozie.libpath=<hdfs_path>
Here are my questions:
When share libraries are copied to other data node and how many data node will get share libraries?
Are the share libraries copied to other data node based on number of wf in a coordinator job or they are only copied once per coordinator job?