You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xuchuanyin (JIRA)" <ji...@apache.org> on 2018/01/04 06:31:03 UTC

[jira] [Created] (CARBONDATA-1981) Error occurs while building project in windows environment

xuchuanyin created CARBONDATA-1981:
--------------------------------------

             Summary: Error occurs while building project in windows environment
                 Key: CARBONDATA-1981
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1981
             Project: CarbonData
          Issue Type: Bug
          Components: build, core
    Affects Versions: 1.3.0
            Reporter: xuchuanyin


Encounter error while building project in Windows environment, the error messages are shown as bellow:

```
[INFO] Apache CarbonData :: Parent ........................ SUCCESS [ 3.915 s]
[INFO] Apache CarbonData :: Common ........................ SUCCESS [ 12.007 s]
[INFO] Apache CarbonData :: Format ........................ SUCCESS [ 30.059 s]
[INFO] Apache CarbonData :: Core .......................... FAILURE [ 3.604 s]

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.099 s
[INFO] Finished at: 2018-01-04T11:19:28+08:00
[INFO] Final Memory: 62M/612M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project carbondata-core: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "bash" (in directory "D:\01_workspace\carbondata\core"): CreateProcess error=2, 系统找不到指定的文件。(cannot find the specified file)
[ERROR] around Ant part ...... @ 4:27 in D:\01_workspace\carbondata\core\target\antrun\build-main.xml
[ERROR] -> [Help 1]
```

It is because in the pom, it calls bash script, which is not incompatible in windows.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)