You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by fe...@apache.org on 2016/03/03 15:17:14 UTC

incubator-mrql git commit: [MRQL-86] Post-release changes

Repository: incubator-mrql
Updated Branches:
  refs/heads/master be73ff531 -> 423680069


[MRQL-86] Post-release changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-mrql/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mrql/commit/42368006
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mrql/tree/42368006
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mrql/diff/42368006

Branch: refs/heads/master
Commit: 4236800697eadaee40b8157bb9c240d562de4286
Parents: be73ff5
Author: fegaras <fe...@cse.uta.edu>
Authored: Wed Mar 2 22:14:57 2016 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Wed Mar 2 22:14:57 2016 -0600

----------------------------------------------------------------------
 src/site/xdoc/ReleaseNotes-0.9.4.xml | 63 +++++++++++++++++++++++++++++++
 src/site/xdoc/ReleaseNotes-0.9.6.xml | 57 ++++++++++++++++++++++++++++
 src/site/xdoc/index.xml              |  1 +
 3 files changed, 121 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/42368006/src/site/xdoc/ReleaseNotes-0.9.4.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/ReleaseNotes-0.9.4.xml b/src/site/xdoc/ReleaseNotes-0.9.4.xml
new file mode 100644
index 0000000..bdabc86
--- /dev/null
+++ b/src/site/xdoc/ReleaseNotes-0.9.4.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties></properties>
+  <title>Release Notes</title>
+  <body>
+    <section name="Release Notes - Apache MRQL 0.9.4-incubating"></section>
+
+<h3>New Features</h3>
+<ul>
+<li><b>[MRQL-45]</b> Add support for Apache Flink</li>
+<li><b>[MRQL-49]</b> Add Flink support info on the project web site</li>
+<li><b>[MRQL-63]</b> Add support for MRQL streaming in spark streaming mode</li>
+</ul>
+<h3>Bugs</h3>
+<ul>
+<li><b>[MRQL-41]</b> Post-release improvements</li>
+<li><b>[MRQL-42]</b> Fix bug in XML projections</li>
+<li><b>[MRQL-44]</b> Fix the map-reduce join for a complex reducer on map-reduce mode</li>
+<li><b>[MRQL-46]</b> MRQL does not build with Java 8</li>
+<li><b>[MRQL-47]</b> Fix various bugs for the Flink evaluation mode</li>
+<li><b>[MRQL-48]</b> Fix global variable bindings in Spark and Flink modes</li>
+<li><b>[MRQL-50]</b> Fix result dumping to a text file in Flink mode</li>
+<li><b>[MRQL-51]</b> Support for Spark 1.1.0</li>
+<li><b>[MRQL-52]</b> Fix Flink evaluation mode to pass all Junit tests</li>
+<li><b>[MRQL-53]</b> Fix processing of directories of text files in MapReduce mode</li>
+<li><b>[MRQL-58]</b> Fix config file and shell run scripts to support multiple HDFS users</li>
+<li><b>[MRQL-60]</b> Fix building dependencies for hadoop 1.x</li>
+<li><b>[MRQL-61]</b> Fix bug on select over union queries</li>
+<li><b>[MRQL-62]</b> Fix Map-Reduce mode on MultipleInput sources</li>
+<li><b>[MRQL-67]</b> Fix maven build errors for JDK 1.8</li>
+</ul>
+<h3>Improvements</h3>
+<ul>
+<li><b>[MRQL-43]</b> Add support for tracing</li>
+<li><b>[MRQL-54]</b> Adjust the split size of a map-reduce input file based on the number of requested nodes</li>
+<li><b>[MRQL-55]</b> Add support for Hadoop Sequence input format in flink mode</li>
+<li><b>[MRQL-56]</b> Improve total aggregations and repetitions with shared results in Flink mode</li>
+<li><b>[MRQL-57]</b> Make floating-point literals to be double instead of float</li>
+</ul>
+<h3>Tasks</h3>
+<ul>
+<li><b>[MRQL-64]</b> Prepare for 0.9.4 release</li>
+</ul>
+  </body>
+</document>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/42368006/src/site/xdoc/ReleaseNotes-0.9.6.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/ReleaseNotes-0.9.6.xml b/src/site/xdoc/ReleaseNotes-0.9.6.xml
new file mode 100644
index 0000000..35eb595
--- /dev/null
+++ b/src/site/xdoc/ReleaseNotes-0.9.6.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties></properties>
+  <title>Release Notes</title>
+  <body>
+    <section name="Release Notes - Apache MRQL 0.9.6-incubating"></section>
+
+<h3>New Features</h3>
+<ul>
+<li><b>[MRQL-72]</b> Add support for stream input on TCP sockets</li>
+<li><b>[MRQL-79]</b> Add support for incremental query processing</li>
+</ul>
+<h3>Bugs</h3>
+<ul>
+<li><b>[MRQL-67]</b> Fix maven build errors for JDK 1.8</li>
+<li><b>[MRQL-69]</b> Allow escaped quotes in JSON strings</li>
+<li><b>[MRQL-73]</b> Set the max number of tasks in Spark mode</li>
+<li><b>[MRQL-76]</b> Change the mrql.flink shell script to work with Flink 0.9.0</li>
+<li><b>[MRQL-78]</b> Turn off Flink log INFO messages</li>
+<li><b>[MRQL-81]</b> Fix the coercion of persistent collections to in-memory bags</li>
+<li><b>[MRQL-82]</b> Fix the split size calculation in map-reduce mode</li>
+</ul>
+<h3>Improvements</h3>
+<ul>
+<li><b>[MRQL-70]</b> Update Flink version to 0.8.1</li>
+<li><b>[MRQL-74]</b> Update Flink version to 0.9.0</li>
+<li><b>[MRQL-75]</b> Add support for Hama v0.7 on Yarn</li>
+<li><b>[MRQL-77]</b> Support single Flink jobs on YARN</li>
+<li><b>[MRQL-80]</b> Support Flink 0.10</li>
+<li><b>[MRQL-84]</b> Improve performance of Incremental MRQL</li>
+</ul>
+<h3>Tasks</h3>
+<ul>
+<li><b>[MRQL-68]</b> GitHub integration for MRQL</li>
+<li><b>[MRQL-71]</b> Add google analytics tracking and bring the MRQL web site up-to-date</li>
+<li><b>[MRQL-85]</b> Prepare for the 0.9.6 release</li>
+</ul>
+  </body>
+</document>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/42368006/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 8da6cd6..f2db995 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -39,6 +39,7 @@ The MRQL query language is powerful enough to express most common data analysis
         <li>2013-10-31: First release, MRQL-0.9.0-incubating (<a href="ReleaseNotes-0.9.0.html">release notes</a>)</li>
         <li>2014-06-26: Second release, MRQL-0.9.2-incubating (<a href="ReleaseNotes-0.9.2.html">release notes</a>)</li>
         <li>2015-02-25: Third release, MRQL-0.9.4-incubating (<a href="ReleaseNotes-0.9.4.html">release notes</a>)</li>
+        <li>2016-03-02: Fourth release, MRQL-0.9.6-incubating (<a href="ReleaseNotes-0.9.6.html">release notes</a>)</li>
       </ul>
     </p>