Sometimes, user need to add some custom libs to the cluster, such lzo.jar, orai18n.jar, etc. In previous, these lib files are places in fe/lib or be/lib. But when upgrading cluster, the lib dir will be replaced by new lib dir, so that all custom libs are lost. In this PR, I add new dir custom_lib for FE and BE, and user can place custom lib files in it.