Describe the problem you faced
Currently there does seem to be any packaging for hudi-cli. According to this doc, to use hudi-cli.sh, users need to clone the source code and build it with Maven. Even worse, the build result has lots of dependency jars in to the target/lib dir. This is not so user-friendly and hard to distribute.
To Reproduce
N/A
Expected behavior
Ideally, there should be a better packaging for hudi-cli. For example, it generates a hudi-cli-bundle.jar, available on Maven Central, and can be used with hudi-cli.sh directly.
Environment Description