Modified: kylin/site/docs23/tutorial/cube_streaming.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/cube_streaming.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/cube_streaming.html (original) +++ kylin/site/docs23/tutorial/cube_streaming.html Tue Jun 19 14:05:48 2018 @@ -67,25 +67,28 @@ <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" /> <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]--> +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120788561-1"></script> <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - //oringal tracker for kylin.io - ga('create', 'UA-55534813-1', 'auto'); - //new tracker for kylin.apache.org - ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'}); - - ga('send', 'pageview'); - ga('toplevel.send', 'pageview'); - + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-120788561-1'); </script> <script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="/assets/js/nside.js"></script> </script> <script type="text/javascript" src="/assets/js/nnav.js"></script> </script> +<script> +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?bdc5e03add430c0b72cc0eb91eabfa99"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); +</script> + </head> <body> @@ -109,90 +112,43 @@ <header id="header" > - <div id="head" class="parallax" parallax-speed="3" > - <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylinâ¢</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> - </div> - <div class="text-center" style=" - position: relative; - top: 66px; - width: 1080px; - margin: 0 auto; - z-index: 11; - margin-top: -253px; - text-align: right;" - > - <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;"> - <img src="https://www.apache.org/images/SupportApache-small.png" style="height: 150px; width: 150px;"> - </a> - </div> - </div> - - <!-- Main Menu --> <nav class="navbar navbar-default" role="navigation" id="nav-wrapper"> - <div class="container-fluid" id="nav"> - <!-- - <img class="img-circle" width="40px" height="40px" id="circlelogo" src="/assets/images/kylin_logo.jpg"> - --> - <!-- Brand and toggle get grouped for better mobile display --> - <div class="navbar-header"> - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - - </div> - - <!-- Collect the nav links, forms, and other content for toggling --> - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> - <ul class="nav navbar-nav"> - <li><a href="/">Home</a></li> - <li><a href="/docs21" >Docs</a></li> - <li><a href="/download">Download</li> - <li><a href="/community" >Community</a></li> - <li><a href="/development" >Development</a></li> - <li><a href="/blog">Blog</li> - <li><a href="/cn" >䏿ç</a></li> - <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li> - <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li> - <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li> - </ul> - </div><!-- /.navbar-collapse --> - </div><!-- /.container-fluid --> -</nav> - </header> + <div class="container-fluid" id="nav"> + <!-- + <img class="img-circle" width="40px" height="40px" id="circlelogo" src="/assets/images/kylin_logo.jpg"> + --> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + </div> - - <div class="container"> - <div class="row"> - <!-- -* Licensed to the Apache Software Foundation (ASF) under one -* or more contributor license agreements. See the NOTICE file -* distributed with this work for additional information -* regarding copyright ownership. The ASF licenses this file -* to you under the Apache License, Version 2.0 (the -* "License"); you may not use this file except in compliance -* with the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. ---> + <!-- Collect the nav links, forms, and other content for toggling --> + <div class="navbar-collapse" id="bs-example-navbar-collapse-1"> + <img class="navbar-logo" width="46" src="/assets/images/kylin_logo.png" ></img> + <ul class="icon-navbar"> + <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li> + <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li> + <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li> + </ul> + <ul class="nav navbar-nav"> -<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em"> - <ul class="nav nav-pills nav-stacked"> - - <li><a href="#titleGetting Started" data-toggle="collapse" id="navtitle">Getting Started</a></li> - <div class="collapse in"> - <div class="list-group" id="list1"> - <ul style="list-style-type:disc"> - + <li><a href="/">Home</a></li> + <li> + <a href="/docs23">Docs</a> +<!-- + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Docs</a> + <ul class="dropdown-menu"> + + <li class="dropdown-submenu"><a href="#titleGetting Started" data-toggle="collapse" class="navtitle">Getting Started</a> + <ul class="dropdown-menu"> + @@ -239,6 +195,42 @@ + <li><a href="/docs/index.html" class="list-group-item-lay pjaxlink" id="navlist">Overview</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -267,7 +259,7 @@ - <li><a href="/docs23/index.html" class="list-group-item-lay pjaxlink" id="navlist">Overview</a></li> + <li><a href="/docs/release_notes.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Kylin⢠Release Notes</a></li> @@ -283,9 +275,21 @@ + <li><a href="/docs/gettingstarted/concepts.html" class="list-group-item-lay pjaxlink" id="navlist">Technical Concepts</a></li> + + + + + + + + + + + @@ -293,23 +297,59 @@ + <li><a href="/docs/gettingstarted/terminology.html" class="list-group-item-lay pjaxlink" id="navlist">Terminology</a></li> + + + + + + + + + + + + <li><a href="/docs/gettingstarted/faq.html" class="list-group-item-lay pjaxlink" id="navlist">FAQ</a></li> + + + + + + + + + + + + <li><a href="/docs/gettingstarted/events.html" class="list-group-item-lay pjaxlink" id="navlist">Events and Conferences</a></li> + + + + + + + + + + + @@ -359,38 +399,22 @@ - <li><a href="/docs23/release_notes.html" class="list-group-item-lay pjaxlink" id="navlist">Release Notes</a></li> - - - - - - + - - - + - <li><a href="/docs23/gettingstarted/concepts.html" class="list-group-item-lay pjaxlink" id="navlist">Technical Concepts</a></li> - - - - - - + - - - + @@ -401,8 +425,34 @@ - <li><a href="/docs23/gettingstarted/terminology.html" class="list-group-item-lay pjaxlink" id="navlist">Terminology</a></li> - + + + + + + + + + + + + + + + + + + + + + <ul> + </li> + + <li class="dropdown-submenu"><a href="#titleInstallation" data-toggle="collapse" class="navtitle">Installation</a> + <ul class="dropdown-menu"> + + + @@ -423,62 +473,38 @@ - <li><a href="/docs23/gettingstarted/faq.html" class="list-group-item-lay pjaxlink" id="navlist">FAQ</a></li> - - - - - - + - - - + - <li><a href="/docs23/gettingstarted/events.html" class="list-group-item-lay pjaxlink" id="navlist">Events and Conferences</a></li> - - - - - - + - - - + - <li><a href="/docs23/gettingstarted/best_practices.html" class="list-group-item-lay pjaxlink" id="navlist">Community Best Practices</a></li> - - - - - - - - - <ul> - </div> -</div> + - <li><a href="#titleInstallation" data-toggle="collapse" id="navtitle">Installation</a></li> - <div class="collapse in"> - <div class="list-group" id="list1"> - <ul style="list-style-type:disc"> + - - + + + + + + + <li><a href="/docs/install/index.html" class="list-group-item-lay pjaxlink" id="navlist">Installation Guide</a></li> + @@ -539,9 +565,21 @@ + <li><a href="/docs/install/manual_install_guide.html" class="list-group-item-lay pjaxlink" id="navlist">Manual Installation Guide</a></li> + + + + + + + + + + + @@ -559,20 +597,12 @@ - <li><a href="/docs23/install/index.html" class="list-group-item-lay pjaxlink" id="navlist">Installation Guide</a></li> - - - - - - + - - - + @@ -637,8 +667,7 @@ - <li><a href="/docs23/install/hadoop_env.html" class="list-group-item-lay pjaxlink" id="navlist">Hadoop Environment</a></li> - + @@ -693,9 +722,21 @@ + <li><a href="/docs/install/kylin_cluster.html" class="list-group-item-lay pjaxlink" id="navlist">Deploy in cluster mode</a></li> + + + + + + + + + + + @@ -729,9 +770,21 @@ + <li><a href="/docs/install/advance_settings.html" class="list-group-item-lay pjaxlink" id="navlist">Advance Settings</a></li> + + + + + + + + + + + @@ -768,11 +821,4470 @@ - + + + + + + + + <li><a href="/docs/install/kylin_docker.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin with Docker</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <ul> + </li> + + <li class="dropdown-submenu"><a href="#titleTutorial" data-toggle="collapse" class="navtitle">Tutorial</a> + <ul class="dropdown-menu"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink" id="navlist">Quick Start with Sample Cube</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Web Interface</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/create_cube.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube Creation</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube Build and Job Monitoring</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/kylin_client_tool.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Client Tool Tutorial</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <ul> + </li> + + <li class="dropdown-submenu"><a href="#titleIntegration" data-toggle="collapse" class="navtitle">Integration</a> + <ul class="dropdown-menu"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC Driver</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 8</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">MS Excel and Power BI</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <ul> + </li> + + <li class="dropdown-submenu"><a href="#titleHow To" data-toggle="collapse" class="navtitle">How To</a> + <ul class="dropdown-menu"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_use_restapi.html" class="list-group-item-lay pjaxlink" id="navlist">Use RESTful API</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_build_cube_with_restapi.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with RESTful API</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_optimize_cubes.html" class="list-group-item-lay pjaxlink" id="navlist">Optimize Cubes</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_backup_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">Backup Metadata</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_cleanup_storage.html" class="list-group-item-lay pjaxlink" id="navlist">Cleanup Storage (HDFS & HBase Tables)</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_upgrade.html" class="list-group-item-lay pjaxlink" id="navlist">Upgrade from old version</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li><a href="/docs/howto/howto_ldap_and_sso.html" class="list-group-item-lay pjaxlink" id="navlist">Enable Security with LDAP</a></li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <ul> + </li> + + </ul> --> + </li> + <li><a href="/download">Download</a></li> + <li><a href="/community" >Community</a></li> + <li><a href="/development" >Development</a></li> + <li><a href="/blog">Blog</a></li> + <li><a href="/cn" >䏿ç</a></li> + </ul> + </div><!-- /.navbar-collapse --> + </div><!-- /.container-fluid --> + </nav> + + <div id="head" class="parallax normal-header" > + <div class="text-center header-apache"> + <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;"> + <div> + <img src="https://www.apache.org/images/SupportApache-small.png" style="height: 79px; width: 79px;"> + </div> + </a> + </div> + </div> + + </header> + + + <div class="container"> + <div class="row"> + <!-- +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +--> + +<div class="col-md-4 col-lg-4 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 5em"> + <ul class="nav nav-pills nav-stacked"> + + <li><a href="#titleGetting Started" data-toggle="collapse" class="navtitle">Getting Started</a></li> + <div class="collapse in"> + <div class="list-group" id="list1"> + <ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/index.html" class="list-group-item-lay pjaxlink">Overview</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/release_notes.html" class="list-group-item-lay pjaxlink">Release Notes</a> + </li> + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/gettingstarted/concepts.html" class="list-group-item-lay pjaxlink">Technical Concepts</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/gettingstarted/terminology.html" class="list-group-item-lay pjaxlink">Terminology</a> + </li> + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/gettingstarted/faq.html" class="list-group-item-lay pjaxlink">FAQ</a> + </li> + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/gettingstarted/events.html" class="list-group-item-lay pjaxlink">Events and Conferences</a> + </li> + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/gettingstarted/best_practices.html" class="list-group-item-lay pjaxlink">Community Best Practices</a> + </li> + + + + + + + + + <ul> + </div> +</div> + + <li><a href="#titleInstallation" data-toggle="collapse" class="navtitle">Installation</a></li> + <div class="collapse in"> + <div class="list-group" id="list1"> + <ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/index.html" class="list-group-item-lay pjaxlink">Installation Guide</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/configuration.html" class="list-group-item-lay pjaxlink">Kylin Configuration</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/kylin_cluster.html" class="list-group-item-lay pjaxlink">Deploy in Cluster Mode</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/advance_settings.html" class="list-group-item-lay pjaxlink">Advanced Settings</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/kylin_docker.html" class="list-group-item-lay pjaxlink">Run Kylin with Docker</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/install/kylin_aws_emr.html" class="list-group-item-lay pjaxlink">Install Kylin on AWS EMR</a> + </li> + + + + + + + + + <ul> + </div> +</div> + + <li><a href="#titleTutorial" data-toggle="collapse" class="navtitle">Tutorial</a></li> + <div class="collapse in"> + <div class="list-group" id="list1"> + <ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink">Quick Start with Sample Cube</a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/web.html" class="list-group-item-lay pjaxlink">Web Interface</a> + </li> + + + + + + + - + + + @@ -792,19 +5304,8 @@ - - - - - - - - - - - @@ -876,7 +5377,9 @@ - <li><a href="/docs23/install/kylin_cluster.html" class="list-group-item-lay pjaxlink" id="navlist">Deploy in Cluster Mode</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/create_cube.html" class="list-group-item-lay pjaxlink">Cube Wizard</a> + </li> @@ -952,20 +5455,12 @@ - <li><a href="/docs23/install/advance_settings.html" class="list-group-item-lay pjaxlink" id="navlist">Advanced Settings</a></li> - - - - - - + - - - + @@ -994,9 +5489,23 @@ + <li class="navlist"> + <a href="/docs23/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink">Cube Build and Job Monitoring</a> + </li> + + + + + + + + + + + @@ -1040,20 +5549,12 @@ - <li><a href="/docs23/install/kylin_docker.html" class="list-group-item-lay pjaxlink" id="navlist">Run Kylin with Docker</a></li> - - - - - - + - - - + @@ -1124,26 +5625,18 @@ - <li><a href="/docs23/install/kylin_aws_emr.html" class="list-group-item-lay pjaxlink" id="navlist">Install Kylin on AWS EMR</a></li> - - - - - - - - - <ul> - </div> -</div> + - <li><a href="#titleTutorial" data-toggle="collapse" id="navtitle">Tutorial</a></li> - <div class="collapse in"> - <div class="list-group" id="list1"> - <ul style="list-style-type:disc"> + - - + + + + + <li class="navlist"> + <a href="/docs23/tutorial/project_level_acl.html" class="list-group-item-lay pjaxlink">Project Level ACL</a> + </li> + @@ -1256,17 +5749,9 @@ - - - - - - - - - - - <li><a href="/docs23/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink" id="navlist">Quick Start with Sample Cube</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/cube_spark.html" class="list-group-item-lay pjaxlink">Build Cube with Spark</a> + </li> @@ -1382,14 +5867,22 @@ + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + + + + - - - + + - + + + @@ -1420,21 +5913,9 @@ - <li><a href="/docs23/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Web Interface</a></li> - - - - - - - - - - - @@ -1500,12 +5981,22 @@ + <li class="navlist"> + <a href="/docs23/tutorial/cube_build_performance.html" class="list-group-item-lay pjaxlink">Cube Build Tuning</a> + </li> + + + + - + + - + + + @@ -1524,21 +6015,9 @@ - <li><a href="/docs23/tutorial/create_cube.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Wizard</a></li> - - - - - - - - - - - @@ -1632,7 +6111,9 @@ - <li><a href="/docs23/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build and Job Monitoring</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/kylin_client_tool.html" class="list-group-item-lay pjaxlink">Kylin Python Client</a> + </li> @@ -1732,20 +6213,12 @@ - <li><a href="/docs23/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Permission (v2.1.x)</a></li> - - - - - - + - - - + @@ -1788,9 +6261,23 @@ + <li class="navlist"> + <a href="/docs23/tutorial/setup_systemcube.html" class="list-group-item-lay pjaxlink">Set Up System Cube</a> + </li> + + + + + + + + + + + @@ -1868,20 +6355,12 @@ - <li><a href="/docs23/tutorial/project_level_acl.html" class="list-group-item-lay pjaxlink" id="navlist">Project Level ACL</a></li> - - - - - - + - - - + @@ -1946,9 +6425,23 @@ + <li class="navlist"> + <a href="/docs23/tutorial/use_cube_planner.html" class="list-group-item-lay pjaxlink">Use Cube Planner</a> + </li> + + + + + + + + + + + @@ -1980,20 +6473,28 @@ - <li><a href="/docs23/tutorial/cube_spark.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with Spark</a></li> - - - - - - + - - - + + + + + + + + + + + + + + + + + @@ -2090,11 +6591,31 @@ - <li><a href="/docs23/tutorial/cube_build_performance.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build Tuning</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/use_dashboard.html" class="list-group-item-lay pjaxlink">Use Dashboard</a> + </li> + + + + + <ul> + </div> +</div> + + <li><a href="#titleIntegration" data-toggle="collapse" class="navtitle">Integration</a></li> + <div class="collapse in"> + <div class="list-group" id="list1"> + <ul> + + + + + + @@ -2212,26 +6733,24 @@ - <li><a href="/docs23/tutorial/kylin_client_tool.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Python Client Library</a></li> - - - - - - - - - <ul> - </div> -</div> + - <li><a href="#titleIntegration" data-toggle="collapse" id="navtitle">Integration</a></li> - <div class="collapse in"> - <div class="list-group" id="list1"> - <ul style="list-style-type:disc"> + - - + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/odbc.html" class="list-group-item-lay pjaxlink">Kylin ODBC Driver</a> + </li> + @@ -2354,26 +6873,32 @@ + <li class="navlist"> + <a href="/docs23/tutorial/jdbc.html" class="list-group-item-lay pjaxlink">Kylin JDBC Driver</a> + </li> + + + + - + + - - <li><a href="/docs23/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC Driver</a></li> - - - + + + - - - + + + @@ -2506,7 +7031,9 @@ - <li><a href="/docs23/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 8</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/tableau.html" class="list-group-item-lay pjaxlink">Tableau 8</a> + </li> @@ -2656,7 +7183,19 @@ - <li><a href="/docs23/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9</a></li> + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink">Tableau 9</a> + </li> @@ -2790,7 +7329,15 @@ - <li><a href="/docs23/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">MS Excel and Power BI</a></li> + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/powerbi.html" class="list-group-item-lay pjaxlink">MS Excel and Power BI</a> + </li> @@ -2916,7 +7463,15 @@ - <li><a href="/docs23/tutorial/microstrategy.html" class="list-group-item-lay pjaxlink" id="navlist">MicroStrategy</a></li> + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/microstrategy.html" class="list-group-item-lay pjaxlink">MicroStrategy</a> + </li> @@ -3058,7 +7613,19 @@ - <li><a href="/docs23/tutorial/squirrel.html" class="list-group-item-lay pjaxlink" id="navlist">SQuirreL</a></li> + + + + + + + + + + + <li class="navlist"> + <a href="/docs23/tutorial/squirrel.html" class="list-group-item-lay pjaxlink">SQuirreL</a> + </li> @@ -3174,7 +7741,11 @@ - <li><a href="/docs23/tutorial/flink.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Flink</a></li> + + + <li class="navlist"> + <a href="/docs23/tutorial/flink.html" class="list-group-item-lay pjaxlink">Apache Flink</a> + </li> @@ -3292,21 +7863,9 @@ - <li><a href="/docs23/tutorial/hue.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Hue</a></li> - - - - - - - - - - - @@ -3336,12 +7895,22 @@ + <li class="navlist"> + <a href="/docs23/tutorial/spark.html" class="list-group-item-lay pjaxlink">Apache Spark</a> + </li> + + + + - + + - + + + @@ -3388,38 +7957,12 @@ - <li><a href="/docs23/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">Qlik Sense</a></li> - - - - - - - - - <ul> - </div> -</div> - - <li><a href="#titleHow To" data-toggle="collapse" id="navtitle">How To</a></li> - <div class="collapse in"> - <div class="list-group" id="list1"> - <ul style="list-style-type:disc"> - - - - - - - - + - - - + @@ -3474,7 +8017,9 @@ - <li><a href="/docs23/howto/howto_use_restapi.html" class="list-group-item-lay pjaxlink" id="navlist">Use RESTful API</a></li> + <li class="navlist"> + <a href="/docs23/tutorial/hue.html" class="list-group-item-lay pjaxlink">Hue</a> + </li> @@ -3506,26 +8051,6 @@ - <li><a href="/docs23/howto/howto_build_cube_with_restapi.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with API</a></li> - - - - - - - - - - - - - - - - - - - @@ -3558,21 +8083,9 @@ - <li><a href="/docs23/howto/howto_optimize_cubes.html" class="list-group-item-lay pjaxlink" id="navlist">Optimize Cube Design</a></li> - - - - - - - - - - - @@ -3604,12 +8117,28 @@ - + <li class="navlist"> + <a href="/docs23/tutorial/Qlik.html" class="list-group-item-lay pjaxlink">Qlik Sense</a> + </li> + + + + + + + + + <ul> + </div> +</div> - + <li><a href="#titleHow To" data-toggle="collapse" class="navtitle">How To</a></li> + <div class="collapse in"> + <div class="list-group" id="list1"> + <ul> - <li><a href="/docs23/howto/howto_optimize_build.html" class="list-group-item-lay pjaxlink" id="navlist">Optimize Cube Build</a></li> - + + @@ -3636,21 +8165,9 @@ - <li><a href="/docs23/howto/howto_backup_metadata.html" class="list-group-item-lay pjaxlink" id="navlist">Backup Metadata</a></li> - - - - - - - - - - - @@ -3672,20 +8189,12 @@ - <li><a href="/docs23/howto/howto_cleanup_storage.html" class="list-group-item-lay pjaxlink" id="navlist">Cleanup Storage</a></li> - - - - - - + - - - + @@ -3696,9 +8205,23 @@ + <li class="navlist"> + <a href="/docs23/howto/howto_use_restapi.html" class="list-group-item-lay pjaxlink">Use RESTful API</a> + </li> + + + + + + + + + + + @@ -3716,7 +8239,9 @@ - <li><a href="/docs23/howto/howto_jdbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin JDBC Driver</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_build_cube_with_restapi.html" class="list-group-item-lay pjaxlink">Build Cube with API</a> + </li> @@ -3768,13 +8293,9 @@ - - - - - - - <li><a href="/docs23/howto/howto_upgrade.html" class="list-group-item-lay pjaxlink" id="navlist">Upgrade From Old Versions</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_optimize_cubes.html" class="list-group-item-lay pjaxlink">Optimize Cube Design</a> + </li> @@ -3820,7 +8341,13 @@ - <li><a href="/docs23/howto/howto_ldap_and_sso.html" class="list-group-item-lay pjaxlink" id="navlist">Secure with LDAP and SSO</a></li> + + + + + <li class="navlist"> + <a href="/docs23/howto/howto_optimize_build.html" class="list-group-item-lay pjaxlink">Optimize Cube Build</a> + </li> @@ -3848,16 +8375,22 @@ + <li class="navlist"> + <a href="/docs23/howto/howto_backup_metadata.html" class="list-group-item-lay pjaxlink">Backup Metadata</a> + </li> + + + + - - - - - + + - + + + @@ -3880,7 +8413,9 @@ - <li><a href="/docs23/howto/howto_use_beeline.html" class="list-group-item-lay pjaxlink" id="navlist">Use Beeline for Hive</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_cleanup_storage.html" class="list-group-item-lay pjaxlink">Cleanup Storage</a> + </li> @@ -3936,7 +8471,11 @@ - <li><a href="/docs23/howto/howto_update_coprocessor.html" class="list-group-item-lay pjaxlink" id="navlist">Update Coprocessor</a></li> + + + <li class="navlist"> + <a href="/docs23/howto/howto_upgrade.html" class="list-group-item-lay pjaxlink">Upgrade From Old Versions</a> + </li> @@ -3976,45 +8515,15 @@ - <li><a href="/docs23/howto/howto_install_ranger_kylin_plugin.html" class="list-group-item-lay pjaxlink" id="navlist">The Ranger Kylin Plugin Installation Guide</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li><a href="/docs23/howto/howto_enable_zookeeper_acl.html" class="list-group-item-lay pjaxlink" id="navlist">Enable zookeeper acl</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_ldap_and_sso.html" class="list-group-item-lay pjaxlink">Secure with LDAP and SSO</a> + </li> @@ -4068,7 +8577,15 @@ - <li><a href="/docs23/howto/howto_setup_systemcube.html" class="list-group-item-lay pjaxlink" id="navlist">Set Up System Cube</a></li> + + + + + + + <li class="navlist"> + <a href="/docs23/howto/howto_use_beeline.html" class="list-group-item-lay pjaxlink">Use Beeline for Hive</a> + </li> @@ -4124,13 +8641,9 @@ - - - - - - - <li><a href="/docs23/howto/howto_use_cube_planner.html" class="list-group-item-lay pjaxlink" id="navlist">Use Cube Planner</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_update_coprocessor.html" class="list-group-item-lay pjaxlink">Update Coprocessor</a> + </li> @@ -4170,6 +8683,22 @@ + <li class="navlist"> + <a href="/docs23/howto/howto_install_ranger_kylin_plugin.html" class="list-group-item-lay pjaxlink">Install Ranger Plugin</a> + </li> + + + + + + + + + + + + + @@ -4194,7 +8723,9 @@ - <li><a href="/docs23/howto/howto_use_dashboard.html" class="list-group-item-lay pjaxlink" id="navlist">Use Dashboard</a></li> + <li class="navlist"> + <a href="/docs23/howto/howto_enable_zookeeper_acl.html" class="list-group-item-lay pjaxlink">Enable Zookeeper ACL</a> + </li> @@ -4211,8 +8742,8 @@ </ul> </div> - <div class="col-md-9 col-lg-9 col-xs-14 aside2"> - <div id="container"> + <div class="col-md-8 col-lg-8 col-xs-14 aside2"> + <div id="container" class="docs"> <div id="pjax"> <h1 class="post-title">Scalable Cubing from Kafka</h1> @@ -4238,23 +8769,23 @@ bin/kafka-server-start.sh config/server. <h2 id="create-sample-kafka-topic-and-populate-data">Create sample Kafka topic and populate data</h2> -<p>Create a sample topic âkylindemoâ, with 3 partitions:</p> +<p>Create a sample topic âkylin_streaming_topicâ, with 3 partitions:</p> -<div class="highlight"><pre><code class="language-groff" data-lang="groff">bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic kylindemo -Created topic "kylindemo".</code></pre></div> +<div class="highlight"><pre><code class="language-groff" data-lang="groff">bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic kylin_streaming_topic +Created topic "kylin_streaming_topic".</code></pre></div> <p>Put sample data to this topic; Kylin has an utility class which can do this;</p> <div class="highlight"><pre><code class="language-groff" data-lang="groff">export KAFKA_HOME=/usr/local/kafka_2.10-0.10.0.0 -export KYLIN_HOME=/usr/local/apache-kylin-1.6.0-bin +export KYLIN_HOME=/usr/local/apache-kylin-2.1.0-bin cd $KYLIN_HOME -./bin/kylin.sh org.apache.kylin.source.kafka.util.KafkaSampleProducer --topic kylindemo --broker localhost:9092</code></pre></div> +./bin/kylin.sh org.apache.kylin.source.kafka.util.KafkaSampleProducer --topic kylin_streaming_topic --broker localhost:9092</code></pre></div> <p>This tool will send 100 records to Kafka every second. Please keep it running during this tutorial. You can check the sample message with kafka-console-consumer.sh now:</p> <div class="highlight"><pre><code class="language-groff" data-lang="groff">cd $KAFKA_HOME -bin/kafka-console-consumer.sh --zookeeper localhost:2181 --bootstrap-server localhost:9092 --topic kylindemo --from-beginning +bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic kylin_streaming_topic --from-beginning {"amount":63.50375137330458,"category":"TOY","order_time":1477415932581,"device":"Other","qty":4,"user":{"id":"bf249f36-f593-4307-b156-240b3094a1c3","age":21,"gender":"Male"},"currency":"USD","country":"CHINA"} {"amount":22.806058795736583,"category":"ELECTRONIC","order_time":1477415932591,"device":"Andriod","qty":1,"user":{"id":"00283efe-027e-4ec1-bbed-c2bbda873f1d","age":27,"gender":"Female"},"currency":"USD","country":"INDIA"}</code></pre></div> @@ -4273,7 +8804,7 @@ bin/kafka-console-consumer.sh --zookeepe <p><img src="/images/tutorial/1.6/Kylin-Cube-Streaming-Tutorial/2_Define_streaming_table.png" alt="" /></p> -<p>Click âNextâ. On this page, provide the Kafka cluster information; Enter âkylindemoâ as âTopicâ name; The cluster has 1 broker, whose host name is âsandboxâ, port is â9092â, click âSaveâ.</p> +<p>Click âNextâ. On this page, provide the Kafka cluster information; Enter âkylin_streaming_topicâ as âTopicâ name; The cluster has 1 broker, whose host name is âsandboxâ, port is â9092â, click âSaveâ.</p> <p><img src="/images/tutorial/1.6/Kylin-Cube-Streaming-Tutorial/3_Kafka_setting.png" alt="" /></p> @@ -4445,18 +8976,20 @@ Caused by: java.lang.ClassNotFoundExcept --> <footer id="underfooter"> - <div class="container"> + <div> <div class="row"> <div class="col-md-12 widget"> - <div class="widget-body" style="text-align:center"> + <div class="widget-body"> <a href="http://www.apache.org"> - <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif"> + <img id="asf-logo" height="78px" alt="Apache Software Foundation" src="/assets/images/apache_footer.png"> </a> - <div> - The contents of this website are © 2015 Apache Software Foundation under the terms of the <a - href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and - its logo are trademarks of the Apache Software Foundation. + <p style="padding-top: 11px;"> + The contents of this website are © 2015 Apache Software Foundation under the terms of the + <a href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. + </p> + <p style="margin-bottom: 11px;"> + Apache Kylin and its logo are trademarks of the Apache Software Foundation. </div> </div>
Modified: kylin/site/docs23/tutorial/flink.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/flink.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/flink.html (original) +++ kylin/site/docs23/tutorial/flink.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/hue.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/hue.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/hue.html (original) +++ kylin/site/docs23/tutorial/hue.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/jdbc.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/jdbc.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/jdbc.html (original) +++ kylin/site/docs23/tutorial/jdbc.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/kylin_client_tool.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/kylin_client_tool.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/kylin_client_tool.html (original) +++ kylin/site/docs23/tutorial/kylin_client_tool.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/kylin_sample.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/kylin_sample.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/kylin_sample.html (original) +++ kylin/site/docs23/tutorial/kylin_sample.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/microstrategy.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/microstrategy.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/microstrategy.html (original) +++ kylin/site/docs23/tutorial/microstrategy.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/odbc.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/odbc.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/odbc.html (original) +++ kylin/site/docs23/tutorial/odbc.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/powerbi.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/powerbi.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/powerbi.html (original) +++ kylin/site/docs23/tutorial/powerbi.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/project_level_acl.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/project_level_acl.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/project_level_acl.html (original) +++ kylin/site/docs23/tutorial/project_level_acl.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/query_pushdown.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/query_pushdown.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/query_pushdown.html (original) +++ kylin/site/docs23/tutorial/query_pushdown.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/setup_systemcube.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/setup_systemcube.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/setup_systemcube.html (original) +++ kylin/site/docs23/tutorial/setup_systemcube.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/spark.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/spark.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/spark.html (original) +++ kylin/site/docs23/tutorial/spark.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/squirrel.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/squirrel.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/squirrel.html (original) +++ kylin/site/docs23/tutorial/squirrel.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/tableau.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/tableau.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/tableau.html (original) +++ kylin/site/docs23/tutorial/tableau.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/tableau_91.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/tableau_91.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/tableau_91.html (original) +++ kylin/site/docs23/tutorial/tableau_91.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/use_cube_planner.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/use_cube_planner.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/use_cube_planner.html (original) +++ kylin/site/docs23/tutorial/use_cube_planner.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/use_dashboard.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/use_dashboard.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/use_dashboard.html (original) +++ kylin/site/docs23/tutorial/use_dashboard.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/docs23/tutorial/web.html URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/web.html?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/docs23/tutorial/web.html (original) +++ kylin/site/docs23/tutorial/web.html Tue Jun 19 14:05:48 2018 @@ -5867,59 +5867,10 @@ var _hmt = _hmt || []; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + <li class="navlist"> + <a href="/docs23/tutorial/cube_streaming.html" class="list-group-item-lay pjaxlink">Scalable Cubing from Kafka</a> + </li> + Modified: kylin/site/feed.xml URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1833847&r1=1833846&r2=1833847&view=diff ============================================================================== --- kylin/site/feed.xml (original) +++ kylin/site/feed.xml Tue Jun 19 14:05:48 2018 @@ -19,8 +19,8 @@ <description>Apache Kylin Home</description> <link>http://kylin.apache.org/</link> <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Tue, 19 Jun 2018 00:38:42 -0700</pubDate> - <lastBuildDate>Tue, 19 Jun 2018 00:38:42 -0700</lastBuildDate> + <pubDate>Tue, 19 Jun 2018 06:59:21 -0700</pubDate> + <lastBuildDate>Tue, 19 Jun 2018 06:59:21 -0700</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item>