You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2018/01/16 13:17:00 UTC

[jira] [Comment Edited] (TEZ-3886) Tez build fails on windows machine.

    [ https://issues.apache.org/jira/browse/TEZ-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327034#comment-16327034 ] 

Sreenath Somarajapuram edited comment on TEZ-3886 at 1/16/18 1:16 PM:
----------------------------------------------------------------------

[~abmodi] TMPDIR=tmp was added as part of TEZ-3152 for the build to work on various linux platforms from multiple user accounts. Believe building on windows wasn't a priority back then. As its a priority now, please feel free to improve the pom.xml and package.json files.


was (Author: sreenath):
[~abmodi] TMPDIR=tmp was added as part of TEZ-3152.

> Tez build fails on windows machine.
> -----------------------------------
>
>                 Key: TEZ-3886
>                 URL: https://issues.apache.org/jira/browse/TEZ-3886
>             Project: Apache Tez
>          Issue Type: Bug
>         Environment: Operating System: Windows 10 (x64)
>            Reporter: Abhishek Modi
>            Priority: Major
>
> There is a build failure in tez-ui package. 
> {code}
> ENOENT: no such file or directory, symlink 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-input_base_path-fYygKLht.tmp\larskotthoff\chernoff\named-amd\main.js' -> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-output_path-Apj11vLl.tmp\d3-plugins-dist\larskotthoff\chernoff\named-amd\main.js'
> Error: ENOENT: no such file or directory, symlink 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-input_base_path-fYygKLht.tmp\larskotthoff\chernoff\named-amd\main.js' -> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-output_path-Apj11vLl.tmp\d3-plugins-dist\larskotthoff\chernoff\named-amd\main.js'
>     at Error (native)
>     at Object.fs.symlinkSync (fs.js:945:18)
>     at symlinkWindows (D:\oss\tez\tez-ui\src\main\webapp\node_modules\symlink-or-copy\index.js:120:16)
>     at Function.symlinkOrCopySync [as sync] (D:\oss\tez\tez-ui\src\main\webapp\node_modules\symlink-or-copy\index.js:63:5)
>     at Funnel._copy (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:398:19)
>     at Funnel.processFile (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:381:8)
>     at Funnel.applyPatch [as _applyPatch] (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:298:12)
>     at Funnel.<anonymous> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:250:10)
>     at Array.forEach (native)
>     at Funnel.processFilters (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:249:9)
> {code}
> This seems to be related to https://github.com/broccolijs/broccoli-funnel/issues/60. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)