Modified: kylin/site/feed.xml URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1738886&r1=1738885&r2=1738886&view=diff ============================================================================== --- kylin/site/feed.xml (original) +++ kylin/site/feed.xml Wed Apr 13 01:55:59 2016 @@ -19,11 +19,187 @@ <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>Fri, 08 Apr 2016 08:08:46 -0700</pubDate> - <lastBuildDate>Fri, 08 Apr 2016 08:08:46 -0700</lastBuildDate> + <pubDate>Wed, 13 Apr 2016 02:53:22 -0700</pubDate> + <lastBuildDate>Wed, 13 Apr 2016 02:53:22 -0700</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item> + <title>Apache Kylin v1.5.1 Release Announcement</title> + <description><p>The Apache Kylin community is pleased to announce the release of Apache Kylin v1.5.1.</p> + +<p>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>To download Apache Kylin v1.5.1 source code or binary package:<br /> +please visit the <a href="http://kylin.apache.org/download">download</a> page.</p> + +<p>This is a major release which brings more stable, robust and well management version, Apache Kylin community resolved about 37 issues including bug fixes, improvements, and few new features.</p> + +<h2 id="change-highlights">Change Highlights</h2> + +<p><strong>New Feature</strong></p> + +<ul> + <li>Kylin support detail data query from fact table <a href="https://issues.apache.org/jira/browse/KYLIN-1122">KYLIN-1122</a></li> + <li>Add UI for TopN measure <a href="https://issues.apache.org/jira/browse/KYLIN-1378">KYLIN-1378</a></li> + <li>Custom dimension encoding <a href="https://issues.apache.org/jira/browse/KYLIN-1492">KYLIN-1492</a></li> + <li>Metadata upgrade from 1.0~1.3 to 1.5, including metadata correction, relevant tools, etc. <a href="https://issues.apache.org/jira/browse/KYLIN-1495">KYLIN-1495</a></li> + <li>Run some classes at the beginning of kylin server startup <a href="https://issues.apache.org/jira/browse/KYLIN-1501">KYLIN-1501</a></li> + <li>Print version information with kylin.sh <a href="https://issues.apache.org/jira/browse/KYLIN-1503">KYLIN-1503</a></li> + <li>Add smoke test scripts <a href="https://issues.apache.org/jira/browse/KYLIN-1531">KYLIN-1531</a></li> + <li>Cube specific config, override global kylin.properties <a href="https://issues.apache.org/jira/browse/KYLIN-1534">KYLIN-1534</a></li> + <li>REST API for deleting segment <a href="https://issues.apache.org/jira/browse/KYLIN-1540">KYLIN-1540</a></li> + <li>IntegerDimEnc, custom dimension encoding for integers <a href="https://issues.apache.org/jira/browse/KYLIN-1541">KYLIN-1541</a></li> + <li>Tool to dump information for diagnosis <a href="https://issues.apache.org/jira/browse/KYLIN-1546">KYLIN-1546</a></li> + <li>Persist some recent bad query <a href="https://issues.apache.org/jira/browse/KYLIN-1550">KYLIN-1550</a></li> +</ul> + +<p><strong>Improvement</strong></p> + +<ul> + <li>Use InstallShield 2015 to generate ODBC Driver setup files <a href="https://issues.apache.org/jira/browse/KYLIN-1490">KYLIN-1490</a></li> + <li>cube desc signature not calculated correctly <a href="https://issues.apache.org/jira/browse/KYLIN-1498">KYLIN-1498</a></li> + <li>streaming_fillgap cause out of memory <a href="https://issues.apache.org/jira/browse/KYLIN-1500">KYLIN-1500</a></li> + <li>When cube is not empty, only signature consistent cube desc updates are allowed <a href="https://issues.apache.org/jira/browse/KYLIN-1502">KYLIN-1502</a></li> + <li>Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side <a href="https://issues.apache.org/jira/browse/KYLIN-1504">KYLIN-1504</a></li> + <li>Combine guava filters with Predicates.and <a href="https://issues.apache.org/jira/browse/KYLIN-1505">KYLIN-1505</a></li> + <li>GTFilterScanner performance tuning <a href="https://issues.apache.org/jira/browse/KYLIN-1543">KYLIN-1543</a></li> + <li>Enhance the check on aggregation group dimension number <a href="https://issues.apache.org/jira/browse/KYLIN-1557">KYLIN-1557</a></li> +</ul> + +<p><strong>Bug</strong></p> + +<ul> + <li>need to encode export query url to get right result in query page <a href="https://issues.apache.org/jira/browse/KYLIN-1373">KYLIN-1373</a></li> + <li>Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment <a href="https://issues.apache.org/jira/browse/KYLIN-1434">KYLIN-1434</a></li> + <li>Export csv get error when there is a plus sign in the sql <a href="https://issues.apache.org/jira/browse/KYLIN-1472">KYLIN-1472</a></li> + <li>java.lang.IllegalArgumentException: Too many digits for NumberDictionary <a href="https://issues.apache.org/jira/browse/KYLIN-1486">KYLIN-1486</a></li> + <li>Should return base cuboid as valid cuboid if no aggregation group matches <a href="https://issues.apache.org/jira/browse/KYLIN-1491">KYLIN-1491</a></li> + <li>make ExecutableManager.getInstance thread safe <a href="https://issues.apache.org/jira/browse/KYLIN-1493">KYLIN-1493</a></li> + <li>Make three class.getInstance thread safe <a href="https://issues.apache.org/jira/browse/KYLIN-1497">KYLIN-1497</a></li> + <li>Couldnât find hive dependency jar on some platform like CDH <a href="https://issues.apache.org/jira/browse/KYLIN-1507">KYLIN-1507</a></li> + <li>Time partitioning doesnât work across multiple days <a href="https://issues.apache.org/jira/browse/KYLIN-1513">KYLIN-1513</a></li> + <li>MD5 validation of Tomcat does not work when package tar <a href="https://issues.apache.org/jira/browse/KYLIN-1514">KYLIN-1514</a></li> + <li>Couldnât refresh a cube segment whose start time is before 1970-01-01 <a href="https://issues.apache.org/jira/browse/KYLIN-1521">KYLIN-1521</a></li> + <li>HLLC is incorrect when result is feed from cache <a href="https://issues.apache.org/jira/browse/KYLIN-1522">KYLIN-1522</a></li> + <li>Get âjava.lang.Double cannot be cast to java.lang.Longâ error when Top-N metris data type is BigInt <a href="https://issues.apache.org/jira/browse/KYLIN-1524">KYLIN-1524</a></li> + <li>Columns with all NULL values canât be queried <a href="https://issues.apache.org/jira/browse/KYLIN-1527">KYLIN-1527</a></li> + <li>Failed to create flat hive table, when name is too long <a href="https://issues.apache.org/jira/browse/KYLIN-1537">KYLIN-1537</a></li> + <li>DoubleDeltaSerializer cause obvious error after deserialize and serialize <a href="https://issues.apache.org/jira/browse/KYLIN-1538">KYLIN-1538</a></li> + <li>Cannot find rowkey column âCOL_NAMEâ in cube CubeDesc <a href="https://issues.apache.org/jira/browse/KYLIN-1553">KYLIN-1553</a></li> + <li>Unclosed table in BuildCubeWithEngine#checkHFilesInHBase() <a href="https://issues.apache.org/jira/browse/KYLIN-1564">KYLIN-1564</a></li> +</ul> + +<p><strong>Upgrade</strong></p> + +<p>Data and metadata of this version is back compatible with v1.5.0, but may need to <a href="/docs15/howto/howto_update_coprocessor.html">redeploy hbase coprocessor</a>.</p> + +<p><strong>Support</strong></p> + +<p>Any issue or question, please<br /> +open JIRA to Kylin project: <a href="https://issues.apache.org/jira/browse/KYLIN/">https://issues.apache.org/jira/browse/KYLIN/</a><br /> +or<br /> +send mail to Apache Kylin dev mailing list: <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></p> + +<p><em>Great thanks to everyone who contributed!</em></p> +</description> + <pubDate>Tue, 12 Apr 2016 04:00:00 -0700</pubDate> + <link>http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</link> + <guid isPermaLink="true">http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</guid> + + + <category>blog</category> + + </item> + + <item> + <title>Apache Kylin v1.5.1 æ£å¼åå¸</title> + <description><p>Apache Kylin社åºé常é«å ´å®£å¸Apache Kylin v1.5.1æ£å¼åå¸ã</p> + +<p>Apache Kylinæ¯ä¸ä¸ªå¼æºçåå¸å¼åæå¼æï¼æä¾Hadoopä¹ä¸çSQLæ¥è¯¢æ¥å£åå¤ç»´åæï¼OLAPï¼è½åä»¥æ¯æè¶ å¤§è§æ¨¡æ°æ®ï¼æåç±eBay Inc. å¼åå¹¶è´¡ç®è³å¼æºç¤¾åºã</p> + +<p>ä¸è½½Apache Kylin v1.5.1æºä»£ç åäºè¿å¶å®è£ å ï¼<br /> +请访é®<a href="http://kylin.apache.org/cn/download/">ä¸è½½</a>页é¢.</p> + +<p>è¿æ¯ä¸ä¸ªä¸»è¦ççæ¬åå¸å¸¦æ¥äºæ´ç¨³å®ï¼å¥å£®åæ´å¥½ç®¡çççæ¬ï¼Apache Kylin社åºè§£å³äº37个issueï¼å æ¬Bugä¿®å¤ï¼åè½å¢å¼ºåä¸äºæ°ç¹æ§çã</p> + +<h2 id="section">主è¦åå</h2> + +<p><strong>æ°åè½</strong></p> + +<ul> + <li>æ¯æfact表æç»æ°æ®æ¥è¯¢ <a href="https://issues.apache.org/jira/browse/KYLIN-1122">KYLIN-1122</a></li> + <li>为TopNåº¦éæ·»å 交äºçé¢ <a href="https://issues.apache.org/jira/browse/KYLIN-1378">KYLIN-1378</a></li> + <li>èªå®ä¹ç»´åº¦ç¼ç <a href="https://issues.apache.org/jira/browse/KYLIN-1492">KYLIN-1492</a></li> + <li>å æ°æ®ä»1.0~1.3å级å°1.5çæ ¡å¯¹ä¸ç¸å ³å·¥å · <a href="https://issues.apache.org/jira/browse/KYLIN-1495">KYLIN-1495</a></li> + <li>å¨Kylinæå¡å¯å¨æ¶æ§è¡æäºç±» <a href="https://issues.apache.org/jira/browse/KYLIN-1501">KYLIN-1501</a></li> + <li>éè¿Kylin.shæå°çæ¬ä¿¡æ¯ <a href="https://issues.apache.org/jira/browse/KYLIN-1503">KYLIN-1503</a></li> + <li>å¢å åçæµè¯èæ¬ <a href="https://issues.apache.org/jira/browse/KYLIN-1531">KYLIN-1531</a></li> + <li>Cubeç¹å®é 置以è¦çå ¨å±kylin.propertiesé ç½® <a href="https://issues.apache.org/jira/browse/KYLIN-1534">KYLIN-1534</a></li> + <li>å é¤SegmentçRESTæ¥å£ <a href="https://issues.apache.org/jira/browse/KYLIN-1540">KYLIN-1540</a></li> + <li>IntegerDimEnc, ä¸ºæ´æ°ç±»åå®ç°çèªå®ä¹ç»´åº¦ç¼ç <a href="https://issues.apache.org/jira/browse/KYLIN-1541">KYLIN-1541</a></li> + <li>æå°è¯æä¿¡æ¯çå·¥å · <a href="https://issues.apache.org/jira/browse/KYLIN-1546">KYLIN-1546</a></li> + <li>æä¹ åæè¿å æ¡ä¸è¯æ¥è¯¢ <a href="https://issues.apache.org/jira/browse/KYLIN-1550">KYLIN-1550</a></li> +</ul> + +<p><strong>æ¹è¿</strong></p> + +<ul> + <li>使ç¨InstallShield 2015产çODBC驱å¨å®è£ å <a href="https://issues.apache.org/jira/browse/KYLIN-1490">KYLIN-1490</a></li> + <li>Cubeæè¿°åç¾å没æè¢«æ£ç¡®è®¡ç® <a href="https://issues.apache.org/jira/browse/KYLIN-1498">KYLIN-1498</a></li> + <li>streaming_fillgapå¼èµ·å åæº¢åº <a href="https://issues.apache.org/jira/browse/KYLIN-1500">KYLIN-1500</a></li> + <li>å½Cubeé空ï¼åªæç¾åä¸è´çCubeæè¿°åå¯ä»¥è¢«æ´æ° <a href="https://issues.apache.org/jira/browse/KYLIN-1502">KYLIN-1502</a></li> + <li>使ç¨NavigableSetåå¨Rowkey并使ç¨åç¼è¿æ»¤å¨æ£æ¥èµæºè·¯å¾ï¼ä»¥æ¿ä»£å¨tomcaté使ç¨å符串æ¯è¾ <a href="https://issues.apache.org/jira/browse/KYLIN-1504">KYLIN-1504</a></li> + <li>ç»åguava filtersåPredicates.and彿° <a href="https://issues.apache.org/jira/browse/KYLIN-1505">KYLIN-1505</a></li> + <li>GTFilterScanneræ§è½è°ä¼ <a href="https://issues.apache.org/jira/browse/KYLIN-1543">KYLIN-1543</a></li> + <li>å¢å¼ºaggregation group维度æ°éçæ£æ¥ <a href="https://issues.apache.org/jira/browse/KYLIN-1557">KYLIN-1557</a></li> +</ul> + +<p><strong>Bugä¿®å¤</strong></p> + +<ul> + <li>卿¥è¯¢é¡µé¢éè¦ç¼ç è¾åºæ¥è¯¢çURLæ¥å¾å°æ£ç¡®ç»æ <a href="https://issues.apache.org/jira/browse/KYLIN-1373">KYLIN-1373</a></li> + <li>Kylinä»»å¡çæ§æ¥å£/kylin/api/jobså¨å¤§è§æ¨¡kyliné¨ç½²ç¯å¢ä¸è¾æ ¢ <a href="https://issues.apache.org/jira/browse/KYLIN-1434">KYLIN-1434</a></li> + <li>å½SQL䏿å å·æ¶å¯¼åºcsvæ¥é <a href="https://issues.apache.org/jira/browse/KYLIN-1472">KYLIN-1472</a></li> + <li>java.lang.IllegalArgumentException: NumberDictionaryä¸æå¤ªå¤ä½ <a href="https://issues.apache.org/jira/browse/KYLIN-1486">KYLIN-1486</a></li> + <li>彿²¡æaggregation groupå¹é æ¶åºè¿åbase cuboid <a href="https://issues.apache.org/jira/browse/KYLIN-1491">KYLIN-1491</a></li> + <li>使ExecutableManager.getInstance线ç¨å®å ¨ <a href="https://issues.apache.org/jira/browse/KYLIN-1493">KYLIN-1493</a></li> + <li>使ä¸ä¸ªclass.getInstance线ç¨å®å ¨ <a href="https://issues.apache.org/jira/browse/KYLIN-1497">KYLIN-1497</a></li> + <li>å¨CDNçæäºå¹³å°ä¸ä¸è½æ£ç¡®æ¾å°hiveä¾èµ <a href="https://issues.apache.org/jira/browse/KYLIN-1507">KYLIN-1507</a></li> + <li>è·¨å¤©çæ¶é´ååºå·¥ä½ä¸æ£å¸¸ <a href="https://issues.apache.org/jira/browse/KYLIN-1513">KYLIN-1513</a></li> + <li>æå æ¶TomcatçMD5æ ¡éªå·¥ä½ä¸æ£å¸¸ <a href="https://issues.apache.org/jira/browse/KYLIN-1514">KYLIN-1514</a></li> + <li>å½Cube段çèµ·å§æ¶é´å¨1970-01-01åä¸è½å·æ°è¯¥æ®µ <a href="https://issues.apache.org/jira/browse/KYLIN-1521">KYLIN-1521</a></li> + <li>å½ä»cacheè¯»åæ¶HLLCç»æå¼å¸¸ <a href="https://issues.apache.org/jira/browse/KYLIN-1522">KYLIN-1522</a></li> + <li>å½Top-N度éç±»åæ¯BigIntæ¶æ¥éâjava.lang.Double cannot be cast to java.lang.Longâ <a href="https://issues.apache.org/jira/browse/KYLIN-1524">KYLIN-1524</a></li> + <li>å ¨é¨æ¯NULLçåä¸è½è¢«æ¥è¯¢ <a href="https://issues.apache.org/jira/browse/KYLIN-1527">KYLIN-1527</a></li> + <li>å½ååè¿é¿æ¶ï¼ä¸è½çæhive平表 <a href="https://issues.apache.org/jira/browse/KYLIN-1537">KYLIN-1537</a></li> + <li>DoubleDeltaSerializerå¨åºåååååºåååä¼åºé <a href="https://issues.apache.org/jira/browse/KYLIN-1538">KYLIN-1538</a></li> + <li>å¨Cubeæè¿°å䏿¾ä¸å°RowkeyåâCOL_NAMEâ <a href="https://issues.apache.org/jira/browse/KYLIN-1553">KYLIN-1553</a></li> + <li>Tableå¨BuildCubeWithEngine#checkHFilesInHBase()æªå ³é <a href="https://issues.apache.org/jira/browse/KYLIN-1564">KYLIN-1564</a></li> +</ul> + +<p><strong>å级</strong></p> + +<p>è¯¥çæ¬çæ°æ®ä¸å æ°æ®ä¸v1.5.0å®å ¨å ¼å®¹ï¼ä½ä¹è®¸éè¦<a href="/docs15/howto/howto_update_coprocessor.html">æ´æ°HBaseåå¤çå¨</a>.</p> + +<p><strong>æ¯æ</strong></p> + +<p>å级å使ç¨è¿ç¨ä¸æä»»ä½é®é¢ï¼è¯·ï¼<br /> +æäº¤è³KylinçJIRA: <a href="https://issues.apache.org/jira/browse/KYLIN/">https://issues.apache.org/jira/browse/KYLIN/</a><br /> +æè <br /> +åéé®ä»¶å°Apache Kyliné®ä»¶å表: <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></p> + +<p><em>æè°¢æ¯ä¸ä½æåçåä¸åè´¡ç®!</em></p> +</description> + <pubDate>Tue, 12 Apr 2016 04:00:00 -0700</pubDate> + <link>http://kylin.apache.org/cn/blog/2016/04/12/release-v1.5.1/</link> + <guid isPermaLink="true">http://kylin.apache.org/cn/blog/2016/04/12/release-v1.5.1/</guid> + + + <category>blog</category> + + </item> + + <item> <title>Approximate Top-N support in Kylin</title> <description><h2 id="background">Background</h2> @@ -415,52 +591,6 @@ and the Hurwitz zeta distribution</a& </item> <item> - <title>Apache Kylin v1.5.0 æ£å¼åå¸</title> - <description><p>Apache Kylin社åºé常é«å ´å®£å¸Apache Kylin v1.5.0æ£å¼åå¸ã</p> - -<p>Apache Kylinæ¯ä¸ä¸ªå¼æºçåå¸å¼åæå¼æï¼æä¾Hadoopä¹ä¸çSQLæ¥è¯¢æ¥å£åå¤ç»´åæï¼OLAPï¼è½åä»¥æ¯æè¶ å¤§è§æ¨¡æ°æ®ï¼æåç±eBay Inc. å¼åå¹¶è´¡ç®è³å¼æºç¤¾åºã</p> - -<p>ä¸è½½Apache Kylin v1.5.0æºä»£ç åäºè¿å¶å®è£ å ï¼è¯·è®¿é®<a href="http://kylin.apache.org/cn/download/">ä¸è½½</a>页é¢ã</p> - -<p>è¿æ¯ä¸ä¸ªä¸»è¦ççæ¬åå¸å¸¦æ¥äºæ´ç¨³å®ï¼å¥å£®åæ´å¥½ç®¡çççæ¬ï¼Apache Kylin社åºè§£å³äº207个issueï¼å æ¬Bugä¿®å¤ï¼åè½å¢å¼ºåä¸äºæ°ç¹æ§çã</p> - -<p><strong>å级</strong></p> - -<p><strong>æ¤çæ¬å¹¶ä¸ååå ¼å®¹</strong>ãCubeæ ¼å¼åå æ°æ®æ ¼å¼é½ç»è¿éæï¼ä»¥è·å¾æåçæ§è½æåãæä»¬å»ºè®®ä½¿ç¨æ¤çæ¬ï¼ä½ä¸å»ºè®®ç´æ¥ä»ä¹åççæ¬å级ãéæ°é¨ç½²æ¯æå¥½çæ¹å¼ãå¦æå¿ éä»ä¹åççæ¬å级ï¼ç¤¾åºç¨åä¼ç»åºæåã</p> - -<h2 id="section">主è¦åå</h2> - -<ul> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-875">KYLIN-875</a> - ä¸ä¸ªæå ¥å¼çæ»ä½æ¶æï¼æ¯æå¤æ ·çæå»ºå¼æãåå¨å¼æåæ°æ®æºã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-1245">KYLIN-1245</a> - ä¸ä¸ªå åCubeæå»ºå¼æï¼å¨å åå è¶³æ åµä¸æ¯ä¹åçæ¬å¿«1.5åå·¦å³ã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-942">KYLIN-942</a> - ä¸ä¸ªæ´å¿«çåå¨å¼æï¼æ¥è¯¢æ¯ä¹åçæ¬å¿«2åå·¦å³ï¼å°¤å ¶æ¯å¯¹åæ¬è¾æ ¢çæ¥è¯¢ã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-738">KYLIN-738</a> - ï¼å®éªæ§ï¼æµå¼Cubeæå»ºï¼ä»Kafkaè¯»åæ°æ®ï¼ä»¥åéé´é宿¶æå»ºã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-242">KYLIN-242</a> - éæ°è®¾è®¡Aggregation Groupï¼æ¯æ20+维度å徿´å ç®åã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-976">KYLIN-976</a> - èªå®ä¹èå彿°ã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-942">KYLIN-943</a> - TopNé¢èåã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-1065">KYLIN-1065</a> - ODBC驱卿¯æTableau 9.1, MS Excel, MS PowerBIã</li> - <li><a href="https://issues.apache.org/jira/browse/KYLIN-1219">KYLIN-1219</a> - æ¯æåç¹ç»å½ï¼ä½¿ç¨SAMLåè®®ã</li> -</ul> - -<p><strong>æ¯æ</strong></p> - -<p>å级å使ç¨è¿ç¨ä¸æä»»ä½é®é¢ï¼è¯·ï¼<br /> -æäº¤è³KylinçJIRA: <a href="https://issues.apache.org/jira/browse/KYLIN/">https://issues.apache.org/jira/browse/KYLIN/</a><br /> -æè <br /> -åéé®ä»¶å°Apache Kyliné®ä»¶å表: <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></p> - -<p><em>æè°¢æ¯ä¸ä½æåçåä¸åè´¡ç®!</em></p> -</description> - <pubDate>Thu, 17 Mar 2016 15:00:00 -0700</pubDate> - <link>http://kylin.apache.org/cn/blog/2016/03/17/release-v1.5.0/</link> - <guid isPermaLink="true">http://kylin.apache.org/cn/blog/2016/03/17/release-v1.5.0/</guid> - - - <category>blog</category> - - </item> - - <item> <title>Apache Kylin v1.5.0 Release Announcement</title> <description><p>The Apache Kylin community is pleased to announce the release of Apache Kylin v1.5.0.</p> @@ -507,6 +637,52 @@ send mail to Apache Kylin dev mailing li </item> <item> + <title>Apache Kylin v1.5.0 æ£å¼åå¸</title> + <description><p>Apache Kylin社åºé常é«å ´å®£å¸Apache Kylin v1.5.0æ£å¼åå¸ã</p> + +<p>Apache Kylinæ¯ä¸ä¸ªå¼æºçåå¸å¼åæå¼æï¼æä¾Hadoopä¹ä¸çSQLæ¥è¯¢æ¥å£åå¤ç»´åæï¼OLAPï¼è½åä»¥æ¯æè¶ å¤§è§æ¨¡æ°æ®ï¼æåç±eBay Inc. å¼åå¹¶è´¡ç®è³å¼æºç¤¾åºã</p> + +<p>ä¸è½½Apache Kylin v1.5.0æºä»£ç åäºè¿å¶å®è£ å ï¼è¯·è®¿é®<a href="http://kylin.apache.org/cn/download/">ä¸è½½</a>页é¢ã</p> + +<p>è¿æ¯ä¸ä¸ªä¸»è¦ççæ¬åå¸å¸¦æ¥äºæ´ç¨³å®ï¼å¥å£®åæ´å¥½ç®¡çççæ¬ï¼Apache Kylin社åºè§£å³äº207个issueï¼å æ¬Bugä¿®å¤ï¼åè½å¢å¼ºåä¸äºæ°ç¹æ§çã</p> + +<p><strong>å级</strong></p> + +<p><strong>æ¤çæ¬å¹¶ä¸ååå ¼å®¹</strong>ãCubeæ ¼å¼åå æ°æ®æ ¼å¼é½ç»è¿éæï¼ä»¥è·å¾æåçæ§è½æåãæä»¬å»ºè®®ä½¿ç¨æ¤çæ¬ï¼ä½ä¸å»ºè®®ç´æ¥ä»ä¹åççæ¬å级ãéæ°é¨ç½²æ¯æå¥½çæ¹å¼ãå¦æå¿ éä»ä¹åççæ¬å级ï¼ç¤¾åºç¨åä¼ç»åºæåã</p> + +<h2 id="section">主è¦åå</h2> + +<ul> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-875">KYLIN-875</a> - ä¸ä¸ªæå ¥å¼çæ»ä½æ¶æï¼æ¯æå¤æ ·çæå»ºå¼æãåå¨å¼æåæ°æ®æºã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-1245">KYLIN-1245</a> - ä¸ä¸ªå åCubeæå»ºå¼æï¼å¨å åå è¶³æ åµä¸æ¯ä¹åçæ¬å¿«1.5åå·¦å³ã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-942">KYLIN-942</a> - ä¸ä¸ªæ´å¿«çåå¨å¼æï¼æ¥è¯¢æ¯ä¹åçæ¬å¿«2åå·¦å³ï¼å°¤å ¶æ¯å¯¹åæ¬è¾æ ¢çæ¥è¯¢ã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-738">KYLIN-738</a> - ï¼å®éªæ§ï¼æµå¼Cubeæå»ºï¼ä»Kafkaè¯»åæ°æ®ï¼ä»¥åéé´é宿¶æå»ºã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-242">KYLIN-242</a> - éæ°è®¾è®¡Aggregation Groupï¼æ¯æ20+维度å徿´å ç®åã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-976">KYLIN-976</a> - èªå®ä¹èå彿°ã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-942">KYLIN-943</a> - TopNé¢èåã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-1065">KYLIN-1065</a> - ODBC驱卿¯æTableau 9.1, MS Excel, MS PowerBIã</li> + <li><a href="https://issues.apache.org/jira/browse/KYLIN-1219">KYLIN-1219</a> - æ¯æåç¹ç»å½ï¼ä½¿ç¨SAMLåè®®ã</li> +</ul> + +<p><strong>æ¯æ</strong></p> + +<p>å级å使ç¨è¿ç¨ä¸æä»»ä½é®é¢ï¼è¯·ï¼<br /> +æäº¤è³KylinçJIRA: <a href="https://issues.apache.org/jira/browse/KYLIN/">https://issues.apache.org/jira/browse/KYLIN/</a><br /> +æè <br /> +åéé®ä»¶å°Apache Kyliné®ä»¶å表: <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></p> + +<p><em>æè°¢æ¯ä¸ä½æåçåä¸åè´¡ç®!</em></p> +</description> + <pubDate>Thu, 17 Mar 2016 15:00:00 -0700</pubDate> + <link>http://kylin.apache.org/cn/blog/2016/03/17/release-v1.5.0/</link> + <guid isPermaLink="true">http://kylin.apache.org/cn/blog/2016/03/17/release-v1.5.0/</guid> + + + <category>blog</category> + + </item> + + <item> <title>Apache Kylin v1.3.0 Release Announcement</title> <description><p>The Apache Kylin community is pleased to announce the release of Apache Kylin v1.3.0, the second release after graduation.</p> @@ -858,38 +1034,6 @@ By flexibly using the new aggregation gr </item> <item> - <title>Apache Kylin supports Tableau 9 and MS Excel, Power BI now</title> - <description><p>Apache Kylin Community has rolled out an updated ODBC Driver (v1.2), which enforced more support for Business Intelligence clients, including Microsoft Excel, Microsoft Power BI and Tableau 9. This update did bring more convenience and selectivity for analysts and end users.</p> - -<h3 id="ms-excel-and-power-bi">MS Excel and Power BI</h3> -<p>Microsoft Excel is one of the most famous data tool on Windows platform, and has plenty of data analyzing functions. With Power Query installed as plug-in, excel can easily read data from ODBC data source and fill spreadsheets.</p> - -<p>Microsoft Power BI is a business intelligence tool providing rich functionality and experience for data visualization and processing to user.</p> - -<h3 id="tableau-9">Tableau 9</h3> -<p>Tableau is one of the most famous business intelligence software on Windows platform. With simple operation and powerful functionality, users can easily drag and drop to visualize data in large scale. Besides, Tableau supports reading ODBC data sources, in a Live connection mode. In latest version 9.1, user experience gets better improved very much.</p> - -<h3 id="support-from-kylin-community">Support from Kylin community</h3> -<p>There are many requirements from eBay and other users who are using Kylin today, especially from analysts who using these tools everyday. The slow query performance of interactive with big data on Hadoop through other tool, like Hive, brings big chellenge for them.<br /> -With sub-seconds query latency feature of Apache Kylin platform, analysts are able to run interactive query agaisting billions rows data in seconds, with these fancy reporting and visualization tools.</p> - -<h3 id="tutorial">Tutorial</h3> -<p>Canât wait to try? Please refer to following tutorials: <br /> -* <a href="/docs/tutorial/powerbi.html">MS Excel and Power BI Tutorial</a> <br /> -* <a href="/docs/tutorial/tableau_91.html">Tableau 9 Tutorial</a></p> - -<p>Enjoy!</p> -</description> - <pubDate>Fri, 25 Dec 2015 15:23:00 -0800</pubDate> - <link>http://kylin.apache.org/blog/2015/12/25/support-powerbi-tableau9/</link> - <guid isPermaLink="true">http://kylin.apache.org/blog/2015/12/25/support-powerbi-tableau9/</guid> - - - <category>blog</category> - - </item> - - <item> <title>Apache Kylinå¢å 对Tableau 9å微软Excel, Power BIçæ¯æ</title> <description><p>Apache Kylinç¤¾åºæ´æ°äºææ°çODBC Driver(v1.2)ï¼å¢å äºå¯¹Tableau9.1ãMicrosoft ExcelãMicrosoft Power BI ç常ç¨åä¸åæè½¯ä»¶çæ¯æãè¿æ¬¡çæ´æ°ä¸ºå¹¿å¤§æ°æ®åæå·¥ä½è 带æ¥äºæ´å¤çéæ©</p> @@ -918,67 +1062,6 @@ With sub-seconds query latency feature o <category>blog</category> - - </item> - - <item> - <title>Apache Kylin v1.2 æ£å¼åå¸</title> - <description><p>Apache Kylin社åºé常é«å ´å®£å¸Apache Kylin v1.2æ£å¼åå¸ï¼è¿æ¯èªé¡ºå©æ¯ä¸æApache顶级项ç®åç第ä¸ä¸ªåå¸çæ¬ã</p> - -<p>Apache Kylinæ¯ä¸ä¸ªå¼æºçåå¸å¼åæå¼æï¼æä¾Hadoopä¹ä¸çSQLæ¥è¯¢æ¥å£åå¤ç»´åæï¼OLAPï¼è½åä»¥æ¯æè¶ å¤§è§æ¨¡æ°æ®ï¼æåç±eBay Inc. å¼åå¹¶è´¡ç®è³å¼æºç¤¾åºã</p> - -<p>ä¸è½½Apache Kylin v1.2æºä»£ç åäºè¿å¶å®è£ å ï¼ <br /> -请访é®<a href="http://kylin.apache.org/cn/download/">ä¸è½½</a>页é¢.</p> - -<p>è¿æ¯ä¸ä¸ªä¸»è¦ççæ¬åå¸å¸¦æ¥äºæ´ç¨³å®ï¼å¥å£®åæ´å¥½ç®¡çççæ¬ï¼Apache Kylin社åºè§£å³äº44个issueï¼å æ¬Bugä¿®å¤ï¼åè½å¢å¼ºåä¸äºæ°ç¹æ§çã</p> - -<h2 id="section">主è¦åå</h2> - -<p><strong>Kylin æ ¸å¿åè½å¢å¼º</strong></p> - -<ul> - <li>æ¯æExcel, Power BI å Tableau 9.1 <a href="https://issues.apache.org/jira/browse/KYLIN-596">KYLIN-596</a>,<a href="https://issues.apache.org/jira/browse/KYLIN-1065">KYLIN-1065</a></li> - <li>å¢å¼ºHDFSå°æä»¶å¤çæºå¶ <a href="https://issues.apache.org/jira/browse/KYLIN-702">KYLIN-702</a></li> - <li>ç¯å¢æ£æ¥èæ¬ä¸å¯¹Hive HCatalogçå¢å¼º <a href="https://issues.apache.org/jira/browse/KYLIN-1081">KYLIN-1081</a>, <a href="https://issues.apache.org/jira/browse/KYLIN-1119">KYLIN-1119</a></li> - <li>维度ååå ¸ç¼ç æ¯æè¶ è¿åä¸ä»¥ä¸åºæ° <a href="https://issues.apache.org/jira/browse/KYLIN-1099">KYLIN-1099</a></li> - <li>Job页é¢å è½½æ§è½æ¹è¿ <a href="https://issues.apache.org/jira/browse/KYLIN-1154">KYLIN-1154</a></li> - <li>åºäºæ¯ä¸ªæ¥è¯¢åé å åé¢ç® <a href="https://issues.apache.org/jira/browse/KYLIN-1190">KYLIN-1190</a></li> -</ul> - -<p><strong>主è¦Bugä¿®å¤</strong></p> - -<ul> - <li>ä¿®å¤å¨ç¼è¾æ¨¡å¼ä¸ä¿åCubeçBug <a href="https://issues.apache.org/jira/browse/KYLIN-1168">KYLIN-1168</a></li> - <li>Cubeå建åä¸è½éå½å <a href="https://issues.apache.org/jira/browse/KYLIN-693">KYLIN-693</a></li> - <li>项ç®é¡µé¢ä¸Cubeå表æ¶å¤± <a href="https://issues.apache.org/jira/browse/KYLIN-930">KYLIN-930</a></li> - <li>Joinä¸¤ä¸ªåæ¥è¯¢æ¶æ¥é <a href="https://issues.apache.org/jira/browse/KYLIN-1033">KYLIN-1033</a></li> - <li>å½è¿æ»¤æ¡ä»¶æ¯ (A or false) æ¶å¯¼è´éè¯¯ç»æ <a href="https://issues.apache.org/jira/browse/KYLIN-1039">KYLIN-1039</a></li> - <li>æ¯æéè¿ResourceManager HAç¯å¢ä¸è·åMapReduceä»»å¡ç¶æ <a href="https://issues.apache.org/jira/browse/KYLIN-1067">KYLIN-1067</a></li> - <li>Build Base Cuboid Dataåºéåæ æ³åéé®ä»¶ <a href="https://issues.apache.org/jira/browse/KYLIN-1106">KYLIN-1106</a></li> - <li>äºè¿å¶å ä¸ResourceTool ä¸è½½ï¼ä¸ä¼ ä¸å·¥ä½ <a href="https://issues.apache.org/jira/browse/KYLIN-1121">KYLIN-1121</a></li> - <li>Kylin示ä¾Cube âkylin_sales_cubeâæ æ³è¢«ä¿å <a href="https://issues.apache.org/jira/browse/KYLIN-1140">KYLIN-1140</a></li> - <li>1.x 忝ä¸ä½¿ç¨Miniclusterçåå æµè¯ä¸å·¥ä½ <a href="https://issues.apache.org/jira/browse/KYLIN-1155">KYLIN-1155</a></li> - <li>卿¥è¯¢ä¸æ æ³è§£æå¦âYYYYMMDDâçæ¥ææ ¼å¼ <a href="https://issues.apache.org/jira/browse/KYLIN-1216">KYLIN-1216</a></li> -</ul> - -<p><strong>å级</strong> <br /> -æä»¬å»ºè®®ä»æ©åé¢å¸åçº§å°æ¤çæ¬å·²è·å¾æ´å¥½çæ§è½ï¼ç¨³å®æ§åBugä¿®å¤çã<br /> -å¹¶ä¸ä¸ç¤¾åºææ°ç¹æ§åæ¯æä¿æåæ¥ã</p> - -<p><strong>æ¯æ</strong> <br /> -å级å使ç¨è¿ç¨ä¸æä»»ä½é®é¢ï¼è¯·ï¼ <br /> -æäº¤è³KylinçJIRA: <a href="https://issues.apache.org/jira/browse/KYLIN/">https://issues.apache.org/jira/browse/KYLIN/</a> <br /> -æè <br /> -åéé®ä»¶å°Apache Kyliné®ä»¶å表: <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></p> - -<p><em>æè°¢æ¯ä¸ä½æåçåä¸åè´¡ç®!</em></p> -</description> - <pubDate>Wed, 23 Dec 2015 14:28:00 -0800</pubDate> - <link>http://kylin.apache.org/cn/blog/2015/12/23/release-v1.2/</link> - <guid isPermaLink="true">http://kylin.apache.org/cn/blog/2015/12/23/release-v1.2/</guid> - - - <category>blog</category> </item>