aznwarmonkey commented on issue #4788:
URL: https://github.com/apache/hudi/issues/4788#issuecomment-1037254347


   I believe i have solved the error. the relevant jars in $HUDI_HOME/cli/lib 
was not included in the `run_sync_tool.sh`
   So I had to modify that script to add all the relevant jars on the class 
path. 
   
   This is the line i added into the script then updated the `java -cp entry`
   
   ```sh
   HUDI_HOME=/usr/lib/hudi/
   HUDI_LIBS=`ls ${HUDI_HOME}/cli/lib/*parquet*.jar | tr '\n' ':'`
   ```
   
   Not sure if this is a Hudi issue or how AWS EMR is built/deployed
   


-- 
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]


Reply via email to