You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2016/05/27 16:01:23 UTC

tez git commit: TEZ-2769. TEZ-UI Hive SQL is only displayed to line 11

Repository: tez
Updated Branches:
  refs/heads/branch-0.8 6030c2721 -> 1d7ce6204


TEZ-2769. TEZ-UI Hive SQL is only displayed to line 11


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

Branch: refs/heads/branch-0.8
Commit: 1d7ce62042de10b67c08326faf776d4971191e25
Parents: 6030c27
Author: Jonathan Eagles <je...@yahoo-inc.com>
Authored: Fri May 27 11:01:13 2016 -0500
Committer: Jonathan Eagles <je...@yahoo-inc.com>
Committed: Fri May 27 11:01:13 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt                                                  | 2 ++
 tez-ui/src/main/webapp/app/scripts/components/code-mirror.js | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/1d7ce620/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8350baa..b5e2a78 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-2769. TEZ-UI Hive SQL is only displayed to line 11
   TEZ-3257. Fix flaky test TestUnorderedPartitionedKVWriter.
   TEZ-3240. Improvements to tez.lib.uris to allow for multiple tarballs and mixing tarballs and jars.
   TEZ-3237. Corrupted shuffle transfers to disk are not detected during transfer
@@ -454,6 +455,7 @@ Release 0.7.2: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2769. TEZ-UI Hive SQL is only displayed to line 11
   TEZ-3257. Fix flaky test TestUnorderedPartitionedKVWriter.
   TEZ-3237. Corrupted shuffle transfers to disk are not detected during transfer
   TEZ-3258. Jvm Checker does not ignore DisableExplicitGC when checking JVM GC options.

http://git-wip-us.apache.org/repos/asf/tez/blob/1d7ce620/tez-ui/src/main/webapp/app/scripts/components/code-mirror.js
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/scripts/components/code-mirror.js b/tez-ui/src/main/webapp/app/scripts/components/code-mirror.js
index 24d8f76..9bb7a53 100644
--- a/tez-ui/src/main/webapp/app/scripts/components/code-mirror.js
+++ b/tez-ui/src/main/webapp/app/scripts/components/code-mirror.js
@@ -53,7 +53,7 @@ App.CodeMirrorComponent = Em.Component.extend({
     this._bindProperty('value', this, '_valueDidChange');
     this._valueDidChange();
 
-    this.on('becameVisible', codeMirror, 'refresh');
+    codeMirror.refresh();
   }),
 
   _bindCodeMirrorOption: function(key) {