How do I specify multiple libpath in oozie job? How do I specify multiple libpath in oozie job? hadoop hadoop

How do I specify multiple libpath in oozie job?


Found the answer at
http://blog.cloudera.com/blog/2014/05/how-to-use-the-sharelib-in-apache-oozie-cdh-5/
Turns out that I can specify multiple paths separated by comma in the job.properties file:

oozie.libpath=/path/to/jars,another/path/to/jars