forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.2 KiB
1.2 KiB
Why Update of the share lib Directory of Oozie on HDFS Does Not Take Effect?
Symptom
A new JAR package is uploaded to the /user/oozie/share/lib directory on HDFS. However, an error indicating that the class cannot be found is reported during task execution.
Solution
Run the following command on the client to refresh the directory:
oozie admin -oozie https://xxx.xxx.xxx.xxx:21003/oozie -sharelibupdate
Parent topic: Common Issues About Oozie