Author: lidong Date: Fri Jan 7 14:11:26 2022 New Revision: 1896807 URL: http://svn.apache.org/viewvc?rev=1896807&view=rev Log: Fix some link (#1789)
Modified: kylin/site/docs/install/index.html kylin/site/docs31/release_notes.html kylin/site/download/index.html kylin/site/feed.xml Modified: kylin/site/docs/install/index.html URL: http://svn.apache.org/viewvc/kylin/site/docs/install/index.html?rev=1896807&r1=1896806&r2=1896807&view=diff ============================================================================== --- kylin/site/docs/install/index.html (original) +++ kylin/site/docs/install/index.html Fri Jan 7 14:11:26 2022 @@ -242,7 +242,7 @@ wget http://mirror.bit.edu.cn/apache/kyl </code></pre> </div> -<p>Or configure SPARK_HOME points to the path of spark2.4.7 in the environment.</p> +<p>Or configure SPARK_HOME points to the path of spark2.4.7/3.1.1 in the environment.</p> <ul> <li>Configure MySQL metastore</li> Modified: kylin/site/docs31/release_notes.html URL: http://svn.apache.org/viewvc/kylin/site/docs31/release_notes.html?rev=1896807&r1=1896806&r2=1896807&view=diff ============================================================================== --- kylin/site/docs31/release_notes.html (original) +++ kylin/site/docs31/release_notes.html Fri Jan 7 14:11:26 2022 @@ -199,6 +199,83 @@ there are source code package, binary pa <li>Development relative: <a href="mailto:dev@kylin.apache.org">dev@kylin.apache.org</a></li> </ul> +<h2 id="v401---2022-01-05">v4.0.1 - 2022-01-05</h2> + +<p><strong>New Feature</strong></p> + +<ul> + <li>[KYLIN-5117] - Support percentile function after aggregate sub query</li> +</ul> + +<p><strong>Bug Fix</strong></p> + +<ul> + <li>[KYLIN-5067] - CubeBuildJob build unnecessary snapshot</li> + <li>[KYLIN-5071] - kylin.engine.build-base-cuboid-enabled=false and kylin.cube.cubeplanner.enabled=true are conflict on build cube step, and will throw NPE.</li> + <li>[KYLIN-5083] - Docker for kylin4 need to check hadoop service before start kylin</li> + <li>[KYLIN-5086] - When query pushdown, only measure result is empty</li> + <li>[KYLIN-5112] - Use âreturnâ instead of âexitâ in script prepare_hadoop_dependency.sh</li> + <li>[KYLIN-5131] - java.lang.UnsupportedOperationException: API getTableSnapshots is not supported in Kylin 4.0</li> +</ul> + +<p><strong>Improvement</strong></p> + +<ul> + <li>[KYLIN-4864] - Support building and testing Kylin on ARM64 architecture platform</li> + <li>[KYLIN-5069] - Remove find-hive-dependency.sh in Kylin 4</li> + <li>[KYLIN-5076] - Missing tracking URL in spark standalone mode in kylin4</li> + <li>[KYLIN-5082] - Exactly aggregation for percentile function</li> + <li>[KYLIN-5084] - Kylin4.0.0 is incompatible with HDP-3.1.5âs Hive-3.1.0</li> + <li>[KYLIN-5090] - The error message was not printed in class JobWoker</li> + <li>[KYLIN-5111] - Record the time spent for each stage of query in kylin4âs log</li> +</ul> + +<h2 id="v313---2022-01-05">v3.1.3 - 2022-01-05</h2> + +<p><strong>New Feature</strong></p> + +<ul> + <li>[KYLIN-4947] - Implement spark engine for cube optimization jobs</li> + <li>[KYLIN-4948] - Provide an API to allow users to adjust cuboids manually</li> + <li>[KYLIN-4982] - Add special spark-sql conf in create intermediate flat table</li> +</ul> + +<p><strong>Bug Fix</strong></p> + +<ul> + <li>[KYLIN-3996] - postgresql can not to be used to construct the flat hive table in NO.1 step in building cube via datasourcedefaultSdk</li> + <li>[KYLIN-4964] - Receiver consumer thread should be stoped while encounting unrecoverable error</li> + <li>[KYLIN-4970] - Fix spark.executor.extraJavaOptions args</li> + <li>[KYLIN-4974] - Kylin does not handle fucntion CURRENT_TIME().</li> + <li>[KYLIN-4978] - NPE: submit refresh request using restful api when there is no segments</li> + <li>[KYLIN-4983] - The stream cube will be paused when user append a batch segment first</li> + <li>[KYLIN-4992] - Source row count statistics calculated in a wrong way in MergeDictionaryMapper</li> + <li>[KYLIN-4995] - Query exception when the query statement contains a single left parenthesis</li> + <li>[KYLIN-5003] - Fail to package Kylin due to legacy front end dependencies</li> + <li>[KYLIN-5007] - queries with limit clause may fail when string dimension is encoded in integer type</li> + <li>[KYLIN-5035] - Fix Merge Cuboid Statistics EOFException</li> + <li>[KYLIN-5036] - The hive dependency of directory type is filtered out by mistake</li> + <li>[KYLIN-5054] - Kylin_System project and cubes create time is wrong (1970).</li> + <li>[KYLIN-5097] - modify hive dict table format from textfile to orc</li> +</ul> + +<p><strong>Improvement</strong></p> + +<ul> + <li>[KYLIN-4554] - Validate âfilter conditionâ on model saving</li> + <li>[KYLIN-4864] - Support building and testing Kylin on ARM64 architecture platform</li> + <li>[KYLIN-4944] - Upgrade CentOS version, Hadoop version and Spark version for Kylin Docker image</li> + <li>[KYLIN-4972] - Donât allow segment merge when use dict.global.SegmentAppendTrieDictBuilder to build bitmap measure</li> + <li>[KYLIN-5016] - Avoid potential NPE issue in RDBMS Pushdown case</li> +</ul> + +<p><strong>Task</strong></p> + +<ul> + <li>[KYLIN-4971] - Add new measure bitmap_map for count distinct measure in UI</li> + <li>[KYLIN-5053] - Update the website to link to TravisCI and Github Actions instead of Jenkins</li> +</ul> + <h2 id="v312---2021-04-26">v3.1.2 - 2021-04-26</h2> <p><strong>New Feature</strong></p> Modified: kylin/site/download/index.html URL: http://svn.apache.org/viewvc/kylin/site/download/index.html?rev=1896807&r1=1896806&r2=1896807&view=diff ============================================================================== --- kylin/site/download/index.html (original) +++ kylin/site/download/index.html Fri Jan 7 14:11:26 2022 @@ -209,7 +209,7 @@ var _hmt = _hmt || []; <h4 id="v313">v3.1.3</h4> <ul> <li>This is a bug-fix release after Kylin 3.1.1, with 10 new features/improvements and 14 bug fixes. Check the release notes.</li> - <li><a href="/docs/release_notes.html">Release notes</a>, <a href="/docs/install/index.html">installation guide</a> and <a href="/docs/howto/howto_upgrade.html">upgrade guide</a></li> + <li><a href="/docs31/release_notes.html">Release notes</a>, <a href="/docs31/install/index.html">installation guide</a> and <a href="/docs31/howto/howto_upgrade.html">upgrade guide</a></li> <li>Source download: <a href="https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-source-release.zip">apache-kylin-3.1.3-source-release.zip</a> [<a href="https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-source-release.zip.asc">asc</a>] [<a href="https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-source-release.zip.sha256">sha256</a>]</li> <li>Binary for Hadoop 2 download: <ul> Modified: kylin/site/feed.xml URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1896807&r1=1896806&r2=1896807&view=diff ============================================================================== --- kylin/site/feed.xml (original) +++ kylin/site/feed.xml Fri Jan 7 14:11:26 2022 @@ -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>Thu, 06 Jan 2022 17:58:57 -0800</pubDate> - <lastBuildDate>Thu, 06 Jan 2022 17:58:57 -0800</lastBuildDate> + <pubDate>Fri, 07 Jan 2022 05:59:25 -0800</pubDate> + <lastBuildDate>Fri, 07 Jan 2022 05:59:25 -0800</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item>