hudi-bot opened a new issue, #14521: URL: https://github.com/apache/hudi/issues/14521
I don't why I can't build hudi and the error msg is as followed: incubator-hudi/hudi-cli/src/main/java/org/apache/hudi/cli/HoodieHistoryFileNameProvider.java:[30,2] cannot find symbol [ERROR] symbol: class Order [ERROR] /Users/code/incubator-hudi/hudi-cli/src/main/java/org/apache/hudi/cli/commands/ArchivedCommitsCommand.java:[52,2] cannot find symbol [ERROR] symbol: class Component [ERROR] /Users/code/incubator-hudi/hudi-cli/src/main/java/org/apache/hudi/cli/commands/CommitsCommand.java:[51,2] cannot find symbol [ERROR] symbol: class Component [ERROR] /Users/code/incubator-hudi/hudi-cli/src/main/java/org/apache/hudi/cli/commands/HoodieSyncCommand.java:[40,2] cannot find symbol [ERROR] symbol: class Component [ERROR] /Users/code/incubator-hudi/hudi-cli/src/main/java/org/apache/hudi/cli/commands/SavepointsCommand.java:[49,2] cannot find symbol [ERROR] symbol: class Component It seems that it is caused by missing spring context. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-491 - Type: Bug --- ## Comments 02/Jan/20 07:35;Pratyaksh;[~alfredlu] how are you trying to build? Are you on master branch? Please share the command used to build and other environment specifics. ;;; --- 02/Jan/20 07:49;alfredlu;[~Pratyaksh] I am on master branch. And I built with the following command: mvn clean package -DskipTests -DskipITs.;;; --- 02/Jan/20 20:40;Pratyaksh;Have you tried cleaning cached dependencies using mvn clean idea:idea or clearing spring dependencies from .m2 folder and then reimporting all the dependencies through pom.xml? Somehow spring is not getting loaded properly in your case. ;;; -- 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]
