GoodJeek opened a new issue, #7147:
URL: https://github.com/apache/hudi/issues/7147

   **Some problems i met when compiled the hudi source code on the 
branch-master**
   
   The compile operation failed in the module of  hudi-spark3.2.x_2.12, the 
error as below
   ```
   _[ERROR] Failed to execute goal 
net.alchim31.maven:scala-maven-plugin:3.3.1:compile (default-cli) on project 
hudi-spark3.2.x_2.12: wrap: org.apache.commons.exec.Execut
   eException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging._
   
   ```
   At the package org.apache.spark.sql.parser , there are two import errors 
,the HoodieSqlBaseBaseVisitor, HoodieSqlBaseParser  lacked:
   
   ```
   import org.apache.hudi.spark.sql.parser.HoodieSqlBaseParser._
   import org.apache.hudi.spark.sql.parser.{HoodieSqlBaseBaseVisitor, 
HoodieSqlBaseParser}
   ```
   The same problem also happended in the module of hudi-spark3.3.x_2.12
   
   _I don't find the two classes above by searching in the whole project, how 
to solve this problem and if it's the lack of the two classess leand to the 
compile process failed or not ?_
   
   
   


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