Repository: kylin
Updated Branches:
  refs/heads/master c1f5ed88c -> 0b5f799e9


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

Branch: refs/heads/master
Commit: 0b5f799e9e9061a1f9194ebab988a17f2ac269e2
Parents: c1f5ed8
Author: lidongsjtu <lid...@apache.org>
Authored: Sun Oct 29 14:17:35 2017 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Sun Oct 29 16:01:18 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/0b5f799e/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