You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/03/02 06:42:14 UTC

[24/29] kylin git commit: KYLIN-1024 add default hivelimt at frontend

KYLIN-1024 add default hivelimt at frontend


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/068bbba9
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/068bbba9
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/068bbba9

Branch: refs/heads/1.x-HBase1.1.3
Commit: 068bbba988d1b1ca2fa5cdf3a60829b5221a3f13
Parents: 44788e0
Author: ZhongJian <zh...@ZhongJians-MacBook-Pro.local>
Authored: Tue Mar 1 17:36:39 2016 +0800
Committer: ZhongJian <zh...@ZhongJians-MacBook-Pro.local>
Committed: Tue Mar 1 17:37:03 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/services/kylinProperties.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/068bbba9/webapp/app/js/services/kylinProperties.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/services/kylinProperties.js b/webapp/app/js/services/kylinProperties.js
index 82158ec..adb8ea9 100644
--- a/webapp/app/js/services/kylinProperties.js
+++ b/webapp/app/js/services/kylinProperties.js
@@ -20,7 +20,7 @@ KylinApp.service('kylinConfig', function (AdminService, $log) {
   var _config;
   var timezone;
   var deployEnv;
-  var deployEnv = 20;
+  var hiveLimit = 20;
 
 
   this.init = function () {