I have a java class file inside a regular .war. Is it possible to use this war file with a java action in oozie?

有帮助吗?

解决方案

No, you can't do this, because you need to have your class in classpath, and WAR file cannot be added to class path as is.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top