PhantomHunt opened a new issue, #8676: URL: https://github.com/apache/hudi/issues/8676
**ERROR** We tried to install HUDI CLI on our EC2 Ubuntu instance by following the steps mentioned in Apache HUDI CLI documentation. After all the installation, we ran this command - `./hudi-cli.sh` as instructed in the documentation but we are getting an error and CLI is not working. **Expected behavior** Hudi CLI should run. **Environment Description** * Hudi version : 0.13.0 * Spark version : 3.3.1 * Storage (HDFS/S3/GCS..) : S3 **Stacktrace** ```ls: cannot access '/home/ubuntu/hudi-0.12.3/hudi-cli/target/hudi-cli-*.jar': No such file or directory Client jar location not set, please set it in conf/hudi-env.sh ls: cannot access '/home/ubuntu/hudi-0.12.3/hudi-cli/target/lib/*': No such file or directory Running : java -cp /etc/hadoop/conf:/etc/spark/conf::: -DSPARK_CONF_DIR=/etc/spark/conf -DHADOOP_CONF_DIR=/etc/hadoop/conf org.apache.hudi.cli.Main Error: Could not find or load main class org.apache.hudi.cli.Main Caused by: java.lang.ClassNotFoundException: org.apache.hudi.cli.Main``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
