[
https://issues.apache.org/jira/browse/TEZ-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15185441#comment-15185441
]
Sreenath Somarajapuram commented on TEZ-3152:
---------------------------------------------
bq. Is font-awesome no longer a dependency? Where the icons/fonts used by
font-awesome coming from?
- We still use font-awesome package, and its specified in bower.json. All the
assets comes with that and will be available in bower_components/font-awesome.
- ember-cli-font-awesome, was a different package to automatically import and
include all the font-awesome assets into the build.
- I'v just takes what we require from ember-cli-font-awesome, and added it to
our build script. Now our script adds the assets into the build, and works
without errors.
bq. npm start and npm test
- I'v just brought all commands under npm, when npm start is run, it internally
runs `ember server` as defined in the package.json, same with test.
- But your comment just reminded me, probably I can prefix 'TMPDIR=tmp' to
start and test commands also. If ever they use temp, that will ensure that they
use the local tmp.
> Tez UI 2: Build fails when run by multiple users or when node_modules is old
> ----------------------------------------------------------------------------
>
> Key: TEZ-3152
> URL: https://issues.apache.org/jira/browse/TEZ-3152
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3152.1.patch, TEZ-3152.2.patch,
> TEZ-3152.wip.1.patch, err2
>
>
> We have two separate cases in which the build fails:
> #1 The build uses Nodejs v0.12.2. When the webapp folder already have a
> node_modules folder installed by an old version of node, build fails.
> - To repro, just manually run npm install in webapp with an old node (Like
> v0.10.36). Then run mvn package from tez.
> #2 async-disk-cache package creates files in tmpDir (/tmp). When run from a
> different user, because of user permission on there files, the build fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)