You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2017/04/20 23:12:31 UTC

tez git commit: TEZ-3658. Fix a failure when building the tez-ui. Contributed by Zhiyuan Yang.

Repository: tez
Updated Branches:
  refs/heads/branch-0.8 ef5904f60 -> 6bd8a7212


TEZ-3658. Fix a failure when building the tez-ui. Contributed by Zhiyuan
Yang.


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/6bd8a721
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/6bd8a721
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/6bd8a721

Branch: refs/heads/branch-0.8
Commit: 6bd8a72125fb5b9cb429ff2ef877a631c073a7c2
Parents: ef5904f
Author: Siddharth Seth <ss...@apache.org>
Authored: Thu Apr 20 16:11:49 2017 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Thu Apr 20 16:11:49 2017 -0700

----------------------------------------------------------------------
 tez-ui2/src/main/webapp/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/6bd8a721/tez-ui2/src/main/webapp/package.json
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/package.json b/tez-ui2/src/main/webapp/package.json
index 1903c42..dc173cb 100644
--- a/tez-ui2/src/main/webapp/package.json
+++ b/tez-ui2/src/main/webapp/package.json
@@ -13,7 +13,7 @@
     "start": "TMPDIR=tmp node ./node_modules/ember-cli/bin/ember server",
     "test": "TMPDIR=tmp node ./node_modules/ember-cli/bin/ember test",
 
-    "build:mvn": "TMPDIR=tmp node/node ./node_modules/ember-cli/bin/ember build -prod",
+    "build:mvn": "TMPDIR=tmp node/node --harmony ./node_modules/ember-cli/bin/ember build -prod",
     "test:mvn": "TMPDIR=tmp node/node ./node_modules/ember-cli/bin/ember test"
   },
   "repository": {