AMBARI-14666. Opening hive view instance is failing because of "could not find module `ember`. (Venkat via yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2cd2e389 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2cd2e389 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2cd2e389 Branch: refs/heads/branch-dev-patch-upgrade Commit: 2cd2e38978746f8cc92d1022bd1a60007c9b449d Parents: 7d07b6b Author: Yusaku Sako <[email protected]> Authored: Thu Jan 14 10:25:34 2016 -0800 Committer: Yusaku Sako <[email protected]> Committed: Thu Jan 14 10:25:34 2016 -0800 ---------------------------------------------------------------------- contrib/views/hive/src/main/resources/ui/hive-web/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2cd2e389/contrib/views/hive/src/main/resources/ui/hive-web/bower.json ---------------------------------------------------------------------- diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/bower.json b/contrib/views/hive/src/main/resources/ui/hive-web/bower.json index 6e2836e..d029eff 100644 --- a/contrib/views/hive/src/main/resources/ui/hive-web/bower.json +++ b/contrib/views/hive/src/main/resources/ui/hive-web/bower.json @@ -1,7 +1,7 @@ { "name": "hive", "dependencies": { - "jquery": "^1.11.1", + "jquery": "1.11.3", "ember": "1.10.0", "ember-data": "1.0.0-beta.16.1", "ember-resolver": "~0.1.12",
