Repository: kylin
Updated Branches:
  refs/heads/2.2.x 57d97d149 -> 4cf1a98d0


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/aa39a6d3
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/aa39a6d3
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/aa39a6d3

Branch: refs/heads/2.2.x
Commit: aa39a6d3bd0d3c3575b166320437b63e47fa8220
Parents: 57d97d1
Author: lidongsjtu <lid...@apache.org>
Authored: Sun Oct 29 14:17:35 2017 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Fri Nov 3 14:59:14 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/aa39a6d3/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