pramodbiligiri commented on PR #6665: URL: https://github.com/apache/hudi/pull/6665#issuecomment-1263187034
Ack. Did more or less the same locally, just now: I'm not able to repro the error. Could have been because I hadn't cleaned up the build and different versions were conflicting. I just ran the below two commands and it worked: $ mvn -DskipTests -Dspark2 -Dscala-2.12 -Dcheckstyle.skip -Drat.skip clean install Followed by: $ mvn -Dspark2 -Dscala-2.12 -Dcheckstyle.skip -Drat.skip -Dtest=org.apache.hudi.utilities.sources.TestGcsEventsSource -pl hudi-utilities test [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.804 s - in org.apache.hudi.utilities.sources.TestGcsEventsSource [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:07 min -- 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]
