You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hudi.apache.org by cooper <li...@gmail.com> on 2020/05/28 10:57:17 UTC

delete the test module hudi-integ-test

dear all:
when i build the project,the following error occurred,could delete the
unimport moudle?

[ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (Setup HUDI_WS) on project
hudi-integ-test: Command execution failed.: Cannot run program "\bin\bash"
(in directory "D:\code-repository\github\hudi\hudi-integ-test"):
CreateProcess error=2, ϵͳ▒Ҳ▒▒▒ָ▒▒▒▒▒ļ▒▒▒ -> [Help 1]

Re: delete the test module hudi-integ-test

Posted by hddong <ho...@gmail.com>.
Hi Cooper,

"\bin\bash" is not supported on windows, you can try to build it on WSL(Windows
Subsystem for Linux )

Regards
hongdd

Re: delete the test module hudi-integ-test

Posted by Vinoth Chandar <vi...@apache.org>.
Hi Cooper,

hudi-integ-tests are very essential and run on every single PR... It works
fine for me locally on mac, as long as docker is installed and working
properly.

Can you please file a JIRA with what issues you are facing and how to
reproduce. We can start looking into it then

Thanks
Vinoth

On Thu, May 28, 2020 at 3:57 AM cooper <li...@gmail.com> wrote:

> dear all:
> when i build the project,the following error occurred,could delete the
> unimport moudle?
>
> [ERROR] Failed to execute goal
> org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (Setup HUDI_WS) on project
> hudi-integ-test: Command execution failed.: Cannot run program "\bin\bash"
> (in directory "D:\code-repository\github\hudi\hudi-integ-test"):
> CreateProcess error=2, ϵͳ▒Ҳ▒▒▒ָ▒▒▒▒▒ļ▒▒▒ -> [Help 1]
>

Re: delete the test module hudi-integ-test

Posted by Lamber Ken <la...@apache.org>.
based on hongdd,

local build, can use: 
mvn clean install -DskipTests -DskipITs -Dcheckstyle.skip=true -Drat.skip=true 

best

On 2020/05/28 10:57:17, cooper <li...@gmail.com> wrote: 
> dear all:
> when i build the project,the following error occurred,could delete the
> unimport moudle?
> 
> [ERROR] Failed to execute goal
> org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (Setup HUDI_WS) on project
> hudi-integ-test: Command execution failed.: Cannot run program "\bin\bash"
> (in directory "D:\code-repository\github\hudi\hudi-integ-test"):
> CreateProcess error=2, ϵͳ▒Ҳ▒▒▒ָ▒▒▒▒▒ļ▒▒▒ -> [Help 1]
>