Sergey Shelukhin created TEZ-3153:
-------------------------------------
Summary: build uses tmp, that is problematic on a shared machine
Key: TEZ-3153
URL: https://issues.apache.org/jira/browse/TEZ-3153
Project: Apache Tez
Issue Type: Bug
Reporter: Sergey Shelukhin
{noformat}
INFO] [email protected] node_modules/bower
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:exec (ember build) @ tez-ui2 ---
version: 1.13.13
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
BuildingBuilding.Build failed.
File: modules/ember-wormhole/components/ember-wormhole.js
EACCES, mkdir '/tmp/async-disk-cache/3b95d6f55686e4f2ba8e38923a59b8dd'
Error: EACCES, mkdir '/tmp/async-disk-cache/3b95d6f55686e4f2ba8e38923a59b8dd'
{noformat}
Looks like some stuff during the build writes to tmp; some other user has
already created /tmp/async-disk-cache so I get an access error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)