[
https://issues.apache.org/jira/browse/TEZ-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325270#comment-16325270
]
Abhishek Modi commented on TEZ-3886:
------------------------------------
I also needed to remove TMPDIR=tmp line from webapp/package.json as this was
not supported on windows cmd line. Do I need to use cygwin or some similar tool
for compiling Tez on windows. Is it supported?
cc [~Sreenath] [~hitesh]
> 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
>
> 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
(v6.4.14#64029)