You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bo...@apache.org on 2017/10/25 02:46:17 UTC

kylin git commit: KYLIN-2963 Remove Beta for Spark Cubing

Repository: kylin
Updated Branches:
  refs/heads/master 7e1680eda -> b040c3775


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

Branch: refs/heads/master
Commit: b040c37751ecb50561d6040cd788adae0df704b3
Parents: 7e1680e
Author: luguosheng1314 <55...@qq.com>
Authored: Wed Oct 25 10:45:56 2017 +0800
Committer: luguosheng1314 <55...@qq.com>
Committed: Wed Oct 25 10:45:56 2017 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/advanced_settings.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b040c377/webapp/app/partials/cubeDesigner/advanced_settings.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/advanced_settings.html b/webapp/app/partials/cubeDesigner/advanced_settings.html
index 8768108..5d53075 100755
--- a/webapp/app/partials/cubeDesigner/advanced_settings.html
+++ b/webapp/app/partials/cubeDesigner/advanced_settings.html
@@ -302,7 +302,7 @@
                 <option value="">--Select Engine Type--</option>
               </select>
               <span ng-if="state.mode=='view'&&cubeMetaFrame.engine_type==2">MapReduce</span>
-              <span ng-if="state.mode=='view'&&cubeMetaFrame.engine_type==4">Spark(Beta)</span>
+              <span ng-if="state.mode=='view'&&cubeMetaFrame.engine_type==4">Spark</span>
             </div>
           </div>
         </div>