Repository: kylin
Updated Branches:
  refs/heads/v2.2.0-release 3857caeec -> 22548ff95 (forced update)


KYLIN-2963 remove beta for spark cubing


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

Branch: refs/heads/v2.2.0-release
Commit: 22548ff95ce30b33b4d16ed944def0ec54311964
Parents: c4bc9c5
Author: lidongsjtu <lid...@apache.org>
Authored: Sun Oct 29 14:17:35 2017 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Sun Oct 29 14:18:44 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/22548ff9/webapp/app/js/model/cubeConfig.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/model/cubeConfig.js 
b/webapp/app/js/model/cubeConfig.js
index 7caa19b..d04af76 100644
--- a/webapp/app/js/model/cubeConfig.js
+++ b/webapp/app/js/model/cubeConfig.js
@@ -25,7 +25,7 @@ KylinApp.constant('cubeConfig', {
   cubePartitionTypes: ['APPEND'],
   engineType:[
     {name:'MapReduce',value: 2},
-    {name:'Spark (Beta)',value: 4}
+    {name:'Spark',value: 4}
   ],
   joinTypes: [
     {name: 'Left', value: 'left'},

Reply via email to