You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2018/01/30 14:01:54 UTC

svn commit: r1822647 - in /kylin/site: cn/index.html docs23/release_notes.html feed.xml index.html

Author: lidong
Date: Tue Jan 30 14:01:54 2018
New Revision: 1822647

URL: http://svn.apache.org/viewvc?rev=1822647&view=rev
Log:
update kylin2.3 release notes

Modified:
    kylin/site/cn/index.html
    kylin/site/docs23/release_notes.html
    kylin/site/feed.xml
    kylin/site/index.html

Modified: kylin/site/cn/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/index.html?rev=1822647&r1=1822646&r2=1822647&view=diff
==============================================================================
--- kylin/site/cn/index.html (original)
+++ kylin/site/cn/index.html Tue Jan 30 14:01:54 2018
@@ -176,7 +176,7 @@
           <h4 class="section-title"><span>Apache Kylin™ 概览</span></h4>
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">              
-              <p class="title_text"> Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。它能在亚秒内查询巨大的Hive表。</p>
+              <p class="title_text"> Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop/Spark之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。它能在亚秒内查询巨大的Hive表。</p>
               <img id="diagram" src="/assets/images/kylin_diagram.png" /> </div>
           </div>
         </div>
@@ -197,7 +197,7 @@
           <div class="col-sm-12 col-md-12">
             <div align="left">
               <p> <b>- 可扩展超快OLAP引擎: </b><br />
-              <div class="indent">Kylin是为减少在Hadoop上百亿规模数据查询延迟而设计</div>
+              <div class="indent">Kylin是为减少在Hadoop/Spark上百亿规模数据查询延迟而设计</div>
               </p>
               <p> <b>- Hadoop ANSI SQL 接口: </b><br />
               <div class="indent">Kylin为Hadoop提供标准SQL支持大部分查询功能</div>
@@ -209,7 +209,7 @@
               <div class="indent">用户能够在Kylin里为百亿以上数据集定义数据模型并构建立方体</div>
               </p>
               <p> <b>- 与BI工具无缝整合:</b><br />
-              <div class="indent">Kylin提供与BI工具,如Tableau,的整合能力,即将提供对其他工具的整合</div>
+              <div class="indent">Kylin提供与BI工具的整合能力,如Tableau,PowerBI/Excel,MSTR,QlikSense,Hue和SuperSet</div>
               </p>
               <p> <b>- 其他特性:</b> <br />
               <div class="indent">- Job管理与监控 <br />
@@ -218,8 +218,8 @@
                 - 利用HBase Coprocessor<br />
                 - 基于HyperLogLog的Dinstinc Count近似算法 <br />
                 - 友好的web界面以管理,监控和使用立方体 <br />
-                - 项目及立方体级别的访问控制安全<br />
-                - 支持LDAP </div>
+                - 项目及表级别的访问控制安全<br />
+                - 支持LDAP、SSO </div>
               </p>
             </div>
           </div>

Modified: kylin/site/docs23/release_notes.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/release_notes.html?rev=1822647&r1=1822646&r2=1822647&view=diff
==============================================================================
--- kylin/site/docs23/release_notes.html (original)
+++ kylin/site/docs23/release_notes.html Tue Jan 30 14:01:54 2018
@@ -4088,6 +4088,247 @@ there are source code package, binary pa
   <li>Development relative: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a></li>
 </ul>
 
+<h2 id="v230---2018-02-xx">v2.3.0 - 2018-02-XX</h2>
+<p><em>Tag:</em> <a href="https://github.com/apache/kylin/tree/kylin-2.2.0">kylin-2.3.0</a><br />
+This is a major release after 2.2, with more than 200 bug fixes and enhancement. Check <a href="/docs23/howto/howto_upgrade.html">How to upgrade</a>.</p>
+
+<p><strong>New Feature</strong><br />
+* [KYLIN-3125] - Support SparkSql in Cube building step “Create Intermediate Flat Hive Table”<br />
+* [KYLIN-3052] - Support Redshift as data source<br />
+* [KYLIN-3044] - Support SQL Server as data source<br />
+* [KYLIN-2999] - One click migrate cube in web<br />
+* [KYLIN-2960] - Support user/group and role authentication for LDAP<br />
+* [KYLIN-2902] - Introduce project-level concurrent query number control<br />
+* [KYLIN-2776] - New metric framework based on dropwizard<br />
+* [KYLIN-2727] - Introduce cube planner able to select cost-effective cuboids to be built by cost-based algorithms<br />
+* [KYLIN-2726] - Introduce a dashboard for showing kylin service related metrics, like query count, query latency, job count, etc<br />
+* [KYLIN-1892] - Support volatile range for segments auto merge</p>
+
+<p><strong>Improvement</strong><br />
+* [KYLIN-3209] - Optimize job partial statistics path be consistent with existing one<br />
+* [KYLIN-3196] - Replace StringUtils.containsOnly with Regex<br />
+* [KYLIN-3193] - No model clone across projects<br />
+* [KYLIN-3182] - Update Kylin help menu links<br />
+* [KYLIN-3181] - The submit button status of refreshing cube is not suitable when the start time is equal or more than the end time.<br />
+* [KYLIN-3162] - Fix alignment problem of ‘Save Query’ pop-up box<br />
+* [KYLIN-3159] - Remove unnecessary cube access request<br />
+* [KYLIN-3158] - Metadata broadcast should only retry failed node<br />
+* [KYLIN-3157] - Enhance query timeout to entire query life cycle<br />
+* [KYLIN-3151] - Enable ‘Query History’ to show items filtered by different projects<br />
+* [KYLIN-3150] - Support different compression in PercentileCounter measure<br />
+* [KYLIN-3144] - Adopt Collections.emptyList() for empty list values<br />
+* [KYLIN-3129] - Fix the joda library conflicts during Kylin start on EMR 5.8+<br />
+* [KYLIN-3128] - Configs for allowing export query results for admin/nonadmin user<br />
+* [KYLIN-3127] - In the Insights tab, results section, make the list of Cubes hit by the query either scrollable or multiline<br />
+* [KYLIN-3124] - Support horizontal scroll bar in ‘Insight’<br />
+* [KYLIN-3117] - Hide project config in cube level<br />
+* [KYLIN-3114] - Enable kylin.web.query-timeout for web query request<br />
+* [KYLIN-3113] - Editing Measure supports fuzzy search in web<br />
+* [KYLIN-3108] - Change IT embedded Kafka broker path to /kylin/streaming_config/UUID<br />
+* [KYLIN-3105] - Interface Scheduler’s stop method should be removed<br />
+* [KYLIN-3100] - Building empty partitioned cube with rest api supports partition_start_date<br />
+* [KYLIN-3098] - Enable kylin.query.max-return-rows to limit the maximum row count returned to user<br />
+* [KYLIN-3092] - Synchronize read/write operations on Managers<br />
+* [KYLIN-3090] - Refactor to consolidate all caches and managers under KylinConfig<br />
+* [KYLIN-3088] - Spell Error of isCubeMatch<br />
+* [KYLIN-3086] - Ignore the intermediate tables when loading Hive source tables<br />
+* [KYLIN-3079] - Use Docker for document build environment<br />
+* [KYLIN-3078] - Optimize the estimated size of percentile measure<br />
+* [KYLIN-3076] - Make kylin remember the choices we have made in the “Monitor&gt;Jobs” page<br />
+* [KYLIN-3074] - Change cube access to project access in ExternalAclProvider.java<br />
+* [KYLIN-3073] - Automatically refresh the ‘Saved Queries’ tab page when new query saved. <br />
+* [KYLIN-3070] - Enable ‘kylin.source.hive.flat-table-storage-format’ for flat table storage format<br />
+* [KYLIN-3067] - Provide web interface for dimension capping feature<br />
+* [KYLIN-3065] - Add ‘First’ and ‘Last’ button in case ‘Query History’ is too much<br />
+* [KYLIN-3064] - Turn off Yarn timeline-service when submit mr job<br />
+* [KYLIN-3048] - Give warning when merge with holes, but allow user to force proceed at the same time<br />
+* [KYLIN-3043] - Don’t need create materialized view for lookup tables without snapshot<br />
+* [KYLIN-3039] - Unclosed hbaseAdmin in ITAclTableMigrationToolTest<br />
+* [KYLIN-3036] - Allow complex column type when loading source table<br />
+* [KYLIN-3024] - Input Validator for “Auto Merge Thresholds” text box<br />
+* [KYLIN-3019] - The pop-up window of ‘Calculate Cardinality’ and ‘Load Hive Table’ should have the same hint<br />
+* [KYLIN-3009] - Rest API to get Cube join SQL<br />
+* [KYLIN-3008] - Introduce “submit-patch.py”<br />
+* [KYLIN-3006] - Upgrade Spark to 2.1.2<br />
+* [KYLIN-2997] - Allow change engineType even if there are segments in cube<br />
+* [KYLIN-2996] - Show DeployCoprocessorCLI Log failed tables info<br />
+* [KYLIN-2993] - Add special mr config for base cuboid step<br />
+* [KYLIN-2992] - Avoid OOM in  CubeHFileJob.Reducer<br />
+* [KYLIN-2990] - Add warning window of exist model names for other project selected<br />
+* [KYLIN-2987] - Add ‘auto.purge=true’ when creating intermediate hive table or redistribute a hive table<br />
+* [KYLIN-2985] - Cache temp json file created by each Calcite Connection<br />
+* [KYLIN-2984] - Only allow delete FINISHED or DISCARDED job<br />
+* [KYLIN-2982] - Avoid upgrade column in OLAPTable<br />
+* [KYLIN-2981] - Typo in Cube refresh setting page.<br />
+* [KYLIN-2980] - Remove getKey/Value setKey/Value from Kylin’s Pair.<br />
+* [KYLIN-2975] - Unclosed Statement in test<br />
+* [KYLIN-2966] - push down jdbc column type id mapping<br />
+* [KYLIN-2965] - Keep the same cost calculation logic between RealizationChooser and CubeInstance<br />
+* [KYLIN-2947] - Changed the Pop-up box when no project selected<br />
+* [KYLIN-2941] - Configuration setting for SSO<br />
+* [KYLIN-2940] - List job restful throw NPE when time filter not set<br />
+* [KYLIN-2935] - Improve the way to deploy coprocessor<br />
+* [KYLIN-2928] - PUSH DOWN query cannot use order by function<br />
+* [KYLIN-2921] - Refactor DataModelDesc<br />
+* [KYLIN-2918] - Table ACL needs GUI<br />
+* [KYLIN-2913] - Enable job retry for configurable exceptions<br />
+* [KYLIN-2912] - Remove “hfile” folder after bulk load to HBase<br />
+* [KYLIN-2909] - Refine Email Template for notification by freemarker<br />
+* [KYLIN-2905] - Refine the process of submitting a job<br />
+* [KYLIN-2895] - Refine query cache<br />
+* [KYLIN-2884] - Add delete segment function for portal<br />
+* [KYLIN-2881] - Improve hbase coprocessor exception handling at kylin server side <br />
+* [KYLIN-2875] - Cube e-mail notification Validation<br />
+* [KYLIN-2867] - split large fuzzy Key set<br />
+* [KYLIN-2866] - Enlarge the reducer number for hyperloglog statistics calculation at step FactDistinctColumnsJob<br />
+* [KYLIN-2847] - Avoid doing useless work by checking query deadline<br />
+* [KYLIN-2846] - Add a config of hbase namespace for cube storage<br />
+* [KYLIN-2809] - Support operator “+” as string concat operator<br />
+* [KYLIN-2801] - Make default precision and scale in DataType (for hive) configurable<br />
+* [KYLIN-2764] - Build the dict for UHC column with MR<br />
+* [KYLIN-2736] - Use multiple threads to calculate HyperLogLogPlusCounter in FactDistinctColumnsMapper<br />
+* [KYLIN-2672] - Only clean necessary cache for CubeMigrationCLI<br />
+* [KYLIN-2656] - Support Zookeeper ACL<br />
+* [KYLIN-2649] - Tableau could send “select *” on a big table<br />
+* [KYLIN-2645] - Upgrade Kafka version to 0.11.0.1<br />
+* [KYLIN-2556] - Switch Findbugs to Spotbugs<br />
+* [KYLIN-2363] - Prune cuboids by capping number of dimensions<br />
+* [KYLIN-1925] - Do not allow cross project clone for cube<br />
+* [KYLIN-1872] - Make query visible and interruptible, improve server’s stablility</p>
+
+<p><strong>Bug</strong><br />
+* [KYLIN-3205] - Allow one column is used for both dimension and precisely count distinct measure<br />
+* [KYLIN-3190] - Fix wrong parameter in revoke access API<br />
+* [KYLIN-3184] - Fix ‘_null’ project on the query page<br />
+* [KYLIN-3183] - Fix the bug of the ‘Remove’ button in ‘Query History’<br />
+* [KYLIN-3178] - Delete table acl failed will cause the wabpage awalys shows “Please wait…”<br />
+* [KYLIN-3177] - Merged Streaming cube segment has no start/end time<br />
+* [KYLIN-3175] - Streaming segment lost TSRange after merge<br />
+* [KYLIN-3173] - DefaultScheduler shutdown didn’t reset field initialized.<br />
+* [KYLIN-3172] - No such file or directory error with CreateLookupHiveViewMaterializationStep <br />
+* [KYLIN-3167] - Datatype lost precision when using beeline<br />
+* [KYLIN-3165] - Fix the IllegalArgumentException during segments auto merge<br />
+* [KYLIN-3164] - HBase connection must be closed when clearing connection pool<br />
+* [KYLIN-3143] - Wrong use of Preconditions.checkNotNull() in ManagedUser#removeAuthoritie<br />
+* [KYLIN-3136] - Endless status while subtask happens to be the illegal RUNNING<br />
+* [KYLIN-3135] - Fix regular expression bug in SQL comments<br />
+* [KYLIN-3131] - After refresh the page,the cubes can’t sort by ‘create_time’<br />
+* [KYLIN-3130] - If we add new cube then refresh the page,the page is blank<br />
+* [KYLIN-3116] - Fix cardinality caculate checkbox issue when loading tables<br />
+* [KYLIN-3112] - The job ‘Pause’ operation has logic bug in the kylin server.<br />
+* [KYLIN-3111] - Close of HBaseAdmin instance should be placed in finally block<br />
+* [KYLIN-3110] - The dashboard page has some display problems.<br />
+* [KYLIN-3106] - DefaultScheduler.shutdown should use ExecutorService.shutdownNow instead of ExecutorService.shutdown<br />
+* [KYLIN-3104] - When the user log out from “Monitor” page, an alert dialog will pop up warning “Failed to load query.”<br />
+* [KYLIN-3102] - Solve the problems for incomplete display of Hive Table tree.<br />
+* [KYLIN-3101] - The “search” icon will separate from the “Filter” textbox when click the “showSteps” button of a job in the jobList<br />
+* [KYLIN-3097] - A few spell error in partials directory<br />
+* [KYLIN-3087] - Fix the DistributedLock release bug in GlobalDictionaryBuilder<br />
+* [KYLIN-3085] - CubeManager.updateCube() must not update the cached CubeInstance<br />
+* [KYLIN-3084] - File not found Exception when processing union-all in TEZ mode<br />
+* [KYLIN-3083] - potential overflow in CubeHBaseRPC#getCoprocessorTimeoutMillis<br />
+* [KYLIN-3082] - Close of GTBuilder should be placed in finally block in InMemCubeBuilder<br />
+* [KYLIN-3081] - Ineffective null check in CubeController#cuboidsExport<br />
+* [KYLIN-3077] - EDW.TEST_SELLER_TYPE_DIM_TABLE is not being created by the integration test, but it’s presence in the Hive is expected<br />
+* [KYLIN-3069] - Add proper time zone support to the WebUI instead of GMT/PST kludge<br />
+* [KYLIN-3063] - load-hive-conf.sh should not get the commented configuration item<br />
+* [KYLIN-3061] - When we cancel the Topic modification for ‘Kafka Setting’ of streaming table, the ‘Cancel’ operation will make a mistake.<br />
+* [KYLIN-3060] - The logical processing of creating or updating streaming table has a bug in server, which will cause a NullPointerException.<br />
+* [KYLIN-3058] - We should limit the integer type ID and Port for “Kafka Setting” in “Streaming Cluster” page<br />
+* [KYLIN-3056] - Fix ‘Cannot find segment null’ bug when click ‘SQL’ in the cube view page<br />
+* [KYLIN-3055] - Fix NullPointerException for intersect_count<br />
+* [KYLIN-3054] - The drop-down menu in the grid column of query results missing a little bit.<br />
+* [KYLIN-3053] - When aggregation group verification failed, the error message about aggregation group number does not match with the actual on the Advanced Setting page<br />
+* [KYLIN-3049] - Filter the invalid zero value of “Auto Merge Thresholds” parameter when you create or upate a cube.<br />
+* [KYLIN-3047] - Wrong column type when sync hive table via beeline<br />
+* [KYLIN-3045] - Too many open files raised from new Configuration()<br />
+* [KYLIN-3042] - In query results page, the results data table should resize when click “fullScreen” button<br />
+* [KYLIN-3040] - Refresh a non-partitioned cube changes the segment name to “19700101000000_2922789940817071255”<br />
+* [KYLIN-3038] - cannot support sum of type-converted column SQL<br />
+* [KYLIN-3034] - In the models tree, the “Edit(JSON)” option is missing partly.<br />
+* [KYLIN-3032] - Cube size shows 0 but actually it isn’t empty<br />
+* [KYLIN-3031] - KeywordDefaultDirtyHack should ignore case of default like other database does<br />
+* [KYLIN-3030] - In the cubes table, the options of last column action are missing partly.<br />
+* [KYLIN-3029] - The warning window of existing cube name does not work<br />
+* [KYLIN-3028] - Build cube error when set S3 as working-dir<br />
+* [KYLIN-3026] - Can not see full cube names on insight page<br />
+* [KYLIN-3020] - Improve org.apache.hadoop.util.ToolRunner to be threadsafe<br />
+* [KYLIN-3017] - Footer covers the selection box and some options can not be selected<br />
+* [KYLIN-3016] - StorageCleanup job doesn’t clean up all the legacy fiels in a in Read/Write seperation environment<br />
+* [KYLIN-3004] - Update validation when deleting segment<br />
+* [KYLIN-3001] - Fix the wrong Cache key issue <br />
+* [KYLIN-2995] - Set SparkContext.hadoopConfiguration to HadoopUtil in Spark Cubing<br />
+* [KYLIN-2994] - Handle NPE when load dict in DictionaryManager<br />
+* [KYLIN-2991] - Query hit NumberFormatException if partitionDateFormat is not yyyy-MM-dd<br />
+* [KYLIN-2989] - Close of BufferedWriter should be placed in finally block in SCCreator<br />
+* [KYLIN-2974] - zero joint group can lead to query error<br />
+* [KYLIN-2971] - Fix the wrong “Realization Names” in logQuery when hit cache<br />
+* [KYLIN-2969] - Fix the wrong NumberBytesCodec cache in Number2BytesConverter <br />
+* [KYLIN-2968] - misspelled word in table_load.html<br />
+* [KYLIN-2967] - Add the dependency check when deleting a  project<br />
+* [KYLIN-2964] - AclEntity operation issue <br />
+* [KYLIN-2959] - SAML logout issue<br />
+* [KYLIN-2956] - building trie dictionary blocked on value of length over 4095 <br />
+* [KYLIN-2953] - List readable project not correct if add limit and offset<br />
+* [KYLIN-2939] - Get config properties not correct in UI<br />
+* [KYLIN-2933] - Fix compilation against the Kafka 1.0.0 release<br />
+* [KYLIN-2930] - Selecting one column in union causes compile error<br />
+* [KYLIN-2929] - speed up Dump file performance<br />
+* [KYLIN-2922] - Query fails when a column is used as dimension and sum(column) at the same time<br />
+* [KYLIN-2917] - Dup alias on OLAPTableScan<br />
+* [KYLIN-2907] - Check if a number is a positive integer <br />
+* [KYLIN-2901] - Update correct cardinality for empty table<br />
+* [KYLIN-2887] - Subquery columns not exported in OLAPContext allColumns<br />
+* [KYLIN-2876] - Ineffective check in ExternalAclProvider<br />
+* [KYLIN-2874] - Ineffective check in CubeDesc#getInitialCuboidScheduler<br />
+* [KYLIN-2849] - duplicate segment,cannot be deleted and data cannot be refreshed and merged<br />
+* [KYLIN-2837] - Ineffective call to toUpperCase() in MetadataManager<br />
+* [KYLIN-2836] - Lack of synchronization in CodahaleMetrics#close<br />
+* [KYLIN-2835] - Unclosed resources in JdbcExplorer<br />
+* [KYLIN-2794] - MultipleDictionaryValueEnumerator should output values in sorted order<br />
+* [KYLIN-2756] - Let “LIMIT” be optional in “Inspect” page<br />
+* [KYLIN-2744] - Should return correct type for SUM measure in web<br />
+* [KYLIN-2679] - Report error when a dimension using “dict” encoding and also configured Global dictionary for “distinct_count” measure<br />
+* [KYLIN-2470] - cube build failed when 0 bytes input for non-partition fact table<br />
+* [KYLIN-1664] - Harden security check for ‘/kylin/api/admin/config’ API</p>
+
+<p><strong>Task</strong><br />
+* [KYLIN-3207] - Blog for Kylin Superset Integration<br />
+* [KYLIN-3200] - Enable SonarCloud for Code Analysis<br />
+* [KYLIN-3198] - More Chinese Howto Documents<br />
+* [KYLIN-3195] - Kylin v2.3.0 Release<br />
+* [KYLIN-3191] - Remove the deprecated configuration item kylin.security.acl.default-role<br />
+* [KYLIN-3189] - Documents for kylin python client<br />
+* [KYLIN-3080] - Kylin Qlik Sense Integration Documentation<br />
+* [KYLIN-3068] - Rename deprecated parameter for HDFS block size in HiveColumnCardinalityJob<br />
+* [KYLIN-3062] - Hide RAW measure<br />
+* [KYLIN-3010] - Remove v1 Spark engine code<br />
+* [KYLIN-2843] - Upgrade nvd3 version<br />
+* [KYLIN-2797] - Remove MR engine V1<br />
+* [KYLIN-2796] - Remove the legacy “statisticsenabled” codes in FactDistinctColumnsJob</p>
+
+<p><strong>Sub-Task</strong><br />
+* [KYLIN-3202] - Doc directory for 2.3<br />
+* [KYLIN-3155] - Create a document for how to use dashboard<br />
+* [KYLIN-3154] - Create a document for cube planner<br />
+* [KYLIN-3153] - Create a document for system cube creation<br />
+* [KYLIN-3018] - Change maxLevel for layered cubing<br />
+* [KYLIN-2946] - Introduce a tool for batch incremental building of system cubes<br />
+* [KYLIN-2934] - Provide user guide for KYLIN-2656(Support Zookeeper ACL)<br />
+* [KYLIN-2899] - Enable segment level query cache<br />
+* [KYLIN-2898] - Introduce memcached as a distributed cache for queries<br />
+* [KYLIN-2894] - Change the query cache expiration strategy by signature checking<br />
+* [KYLIN-2822] - Introduce sunburst chart to show cuboid tree<br />
+* [KYLIN-2746] - Separate filter row count &amp; aggregated row count for metrics collection returned by coprocessor<br />
+* [KYLIN-2735] - Introduce an option to make job scheduler consider job priority<br />
+* [KYLIN-2734] - Introduce hot cuboids export &amp; import<br />
+* [KYLIN-2733] - Introduce optimize job for adjusting cuboid set<br />
+* [KYLIN-2732] - Introduce base cuboid as a new input for cubing job<br />
+* [KYLIN-2731] - Introduce checkpoint executable<br />
+* [KYLIN-2725] - Introduce a tool for creating system cubes relating to query &amp; job metrics<br />
+* [KYLIN-2723] - Introduce metrics collector for query &amp; job metrics<br />
+* [KYLIN-2722] - Introduce a new measure, called active reservoir, for actively pushing metrics to reporters</p>
+
 <h2 id="v220---2017-11-03">v2.2.0 - 2017-11-03</h2>
 
 <p><em>Tag:</em> <a href="https://github.com/apache/kylin/tree/kylin-2.2.0">kylin-2.2.0</a><br />

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1822647&r1=1822646&r2=1822647&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue Jan 30 14:01:54 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>Mon, 29 Jan 2018 06:00:48 -0800</pubDate>
-    <lastBuildDate>Mon, 29 Jan 2018 06:00:48 -0800</lastBuildDate>
+    <pubDate>Tue, 30 Jan 2018 05:59:13 -0800</pubDate>
+    <lastBuildDate>Tue, 30 Jan 2018 05:59:13 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>

Modified: kylin/site/index.html
URL: http://svn.apache.org/viewvc/kylin/site/index.html?rev=1822647&r1=1822646&r2=1822647&view=diff
==============================================================================
--- kylin/site/index.html (original)
+++ kylin/site/index.html Tue Jan 30 14:01:54 2018
@@ -181,11 +181,11 @@
           <h4 class="section-title"><span>Apache Kylin™ Overview</span></h4>
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">              
-              <p class="title_text">Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets, original contributed from eBay Inc.</p>
+              <p class="title_text">Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop/Spark supporting extremely large datasets, original contributed from eBay Inc.</p>
               <p class="title_text">Apache Kylin™ lets you query massive data set at sub-second latency in 3 steps.</p>
               <div align="left">
                 <ol>
-                  <li>Identify a Star Schema on Hadoop.</li>
+                  <li>Identify a Star/Snowfalke Schema on Hadoop.</li>
                   <li>Build Cube from the identified tables.</li>
                   <li>Query with ANSI-SQL and get results in sub-second, via ODBC, JDBC or RESTful API.</li>
                 </ol>
@@ -210,10 +210,10 @@
           <div class="col-sm-12 col-md-12">
             <div align="left">
               <p> <b>- Extremely Fast OLAP Engine at Scale: </b><br />
-              <div class="indent">Kylin is designed to reduce query latency on Hadoop for 10+ billions of rows of data</div>
+              <div class="indent">Kylin is designed to reduce query latency on Hadoop/Spark for 10+ billions of rows of data</div>
               </p>
               <p> <b>- ANSI SQL Interface on Hadoop: </b><br />
-              <div class="indent">Kylin offers ANSI SQL on Hadoop and supports most ANSI SQL query functions</div>
+              <div class="indent">Kylin offers ANSI SQL on Hadoop/Spark and supports most ANSI SQL query functions</div>
               </p>
               <p> <b>- Interactive Query Capability: </b><br />
               <div class="indent">Users can interact with Hadoop data via Kylin at sub-second latency, better than Hive queries for the same dataset</div>
@@ -222,7 +222,7 @@
               <div class="indent">User can define a data model and pre-build in Kylin with more than 10+ billions of raw data records</div>
               </p>
               <p> <b>- Seamless Integration with BI Tools:</b><br />
-              <div class="indent">Kylin currently offers integration capability with BI Tools like Tableau, PowerBI and Excel.  Integration with Microstrategy is coming soon</div>
+              <div class="indent">Kylin currently offers integration capability with BI Tools like Tableau, PowerBI/Excel, MSTR, QlikSense, Hue and SuperSet. </div>
               </p>
               <p> <b>- Other Highlights:</b> <br />
               <div class="indent">- Job Management and Monitoring <br />
@@ -232,7 +232,7 @@
                 - Both approximate and precise Query Capabilities for Distinct Count<br />
                 - Approximate Top-N Query Capability<br />
                 - Easy Web interface to manage, build, monitor and query cubes <br />
-                - Security capability to set ACL at Cube/Project Level <br />
+                - Security capability to set ACL at Project/Table Level <br />
                 - Support LDAP and SAML Integration </div>
               </p>
             </div>