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/02/22 01:31:25 UTC

[1/2] incubator-mrql git commit: [MRQL-85] Prepare for the 0.9.6 release

Repository: incubator-mrql
Updated Branches:
  refs/heads/master a624ffc50 -> 44271de45


[MRQL-85] Prepare for the 0.9.6 release


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

Branch: refs/heads/master
Commit: 4ab9b25ef15dcae832f47b212be58b1802cd3f60
Parents: 807df96
Author: fegaras <fe...@cse.uta.edu>
Authored: Sat Feb 20 18:40:28 2016 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Sat Feb 20 18:40:28 2016 -0600

----------------------------------------------------------------------
 NOTICE                            |  2 +-
 README                            |  2 +-
 RELEASE_NOTES                     | 34 ++++++++++++++++++++++++++++++++++
 src/site/xdoc/getting_started.xml |  4 ++--
 4 files changed, 38 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4ab9b25e/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index e56de42..4ffb962 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache MRQL (incubating)
-Copyright 2013-2015 The Apache Software Foundation
+Copyright 2013-2016 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4ab9b25e/README
----------------------------------------------------------------------
diff --git a/README b/README
index ec6f263..5898ae1 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@
 
 ***************************************************************************
 
-Apache MRQL 0.9.4-incubating
+Apache MRQL 0.9.6-incubating
 ============================
 
 Apache MRQL (pronounced miracle) is a query processing and optimization

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4ab9b25e/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index fc164df..d0a314f 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -16,6 +16,40 @@
  limitations under the License.
 ***************************************************************************
 
+Release Notes - Apache MRQL 0.9.6-incubating
+--------------------------------------------
+
+New Features
+
+[MRQL-72] Add support for stream input on TCP sockets
+[MRQL-79] Add support for incremental query processing
+
+Bugs
+
+[MRQL-67] Fix maven build errors for JDK 1.8
+[MRQL-69] Allow escaped quotes in JSON strings
+[MRQL-73] Set the max number of tasks in Spark mode
+[MRQL-76] Change the mrql.flink shell script to work with Flink 0.9.0
+[MRQL-78] Turn off Flink log INFO messages
+[MRQL-81] Fix the coercion of persistent collections to in-memory bags
+[MRQL-82] Fix the split size calculation in map-reduce mode
+
+Improvements
+
+[MRQL-70] Update Flink version to 0.8.1
+[MRQL-74] Update Flink version to 0.9.0
+[MRQL-75] Add support for Hama v0.7 on Yarn
+[MRQL-77] Support single Flink jobs on YARN
+[MRQL-80] Support Flink 0.10
+[MRQL-84] Improve performance of Incremental MRQL
+
+Tasks
+
+[MRQL-68] GitHub integration for MRQL
+[MRQL-71] Add google analytics tracking and bring the MRQL web site up-to-date
+[MRQL-85] Prepare for the 0.9.6 release
+
+
 Release Notes - Apache MRQL 0.9.4-incubating
 --------------------------------------------
 

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4ab9b25e/src/site/xdoc/getting_started.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/getting_started.xml b/src/site/xdoc/getting_started.xml
index 9fbfdd5..3193c08 100644
--- a/src/site/xdoc/getting_started.xml
+++ b/src/site/xdoc/getting_started.xml
@@ -28,7 +28,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
 Apache MRQL can run in four modes: in Map-Reduce mode using Apache Hadoop, in BSP mode (Bulk Synchronous Parallel mode) using Apache Hama, in Spark mode using Apache Spark, and in Flink mode using Apache Flink.
 </p>
 <p>
-The MRQL MapReduce mode has been tested on Apache Hadoop MapReduce releases 1.x, and 2.x (Yarn). You can download the latest tarball from <a href="http://hadoop.apache.org/releases.html">Apache Hadoop</a>. The BSP mode has been tested on Apache Hama 0.6.2, 0.6.3, and 0.6.4. You can download the latest tarball from <a href="http://hama.apache.org/">Apache Hama</a>. The Spark mode has been tested on Apache Spark 1.0.0 through 1.3.0 in local, standalone deploy, and Yarn modes. You can download the latest tarball prebuilt for Hadoop1 or Hadoop2 from <a href="http://spark.apache.org/">Apache Spark</a>. The Flink mode has been tested on Apache Flink 0.6-incubating through 0.8.0 in local and Yarn modes. You can download the latest tarball prebuilt for Hadoop2 from <a href="http://flink.apache.org/downloads.html">Apache Flink</a>.
+The MRQL MapReduce mode has been tested on Apache Hadoop MapReduce releases 1.x, and 2.x (Yarn). You can download the latest tarball from <a href="http://hadoop.apache.org/releases.html">Apache Hadoop</a>. The BSP mode has been tested on Apache Hama 0.6.2, 0.6.3, 0.6.4, and 0.7.0. You can download the latest tarball from <a href="http://hama.apache.org/">Apache Hama</a>. The Spark mode has been tested on Apache Spark 1.0.0 through 1.6.0 in local, standalone deploy, and Yarn modes. You can download the latest tarball prebuilt for Hadoop1 or Hadoop2 from <a href="http://spark.apache.org/">Apache Spark</a>. The Flink mode has been tested on 0.10.1 and 0.10.2 in local and Yarn modes. You can download the latest tarball prebuilt for Hadoop2 from <a href="http://flink.apache.org/downloads.html">Apache Flink</a>.
 </p>
 <p>
 The following instructions assume that you have already installed Apache Hadoop MapReduce and you have deployed it on your cluster successfully.
@@ -66,7 +66,7 @@ Download the latest stable MRQL source release from <a href="http://www.apache.o
 <pre>
 git clone https://git-wip-us.apache.org/repos/asf/incubator-mrql.git
 </pre>
-To build MRQL on Hadoop 1.x using maven, use <code>mvn clean install</code>. To build MRQL on Yarn (Hadoop 2.x), use <code>mvn -Dyarn clean install</code>. To validate the installation use <code>mvn -DskipTests=false clean install</code>, which runs the queries in <code>tests/queries</code> in memory, local Hadoop mode, local Hama mode, local Spark mode, and local Flink mode.
+To build MRQL on Hadoop 2.x (Yarn) using maven, use <code>mvn clean install</code>. To build MRQL on Hadoop 1.x, use <code>mvn -Dhadoop1 clean install</code>. To validate the installation use <code>mvn -DskipTests=false clean install</code>, which runs the queries in <code>tests/queries</code> in memory, local Hadoop mode, local Hama mode, local Spark mode, and local Flink mode.
 </p>
   </body>
 </document>


[2/2] incubator-mrql git commit: Merge branch 'MRQL-85' of https://github.com/fegaras/incubator-mrql

Posted by fe...@apache.org.
Merge branch 'MRQL-85' of https://github.com/fegaras/incubator-mrql


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

Branch: refs/heads/master
Commit: 44271de452c4053f389b9cb0ddde1427ae371e3b
Parents: a624ffc 4ab9b25
Author: fegaras <fe...@cse.uta.edu>
Authored: Sun Feb 21 18:31:00 2016 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Sun Feb 21 18:31:00 2016 -0600

----------------------------------------------------------------------
 NOTICE                            |  2 +-
 README                            |  2 +-
 RELEASE_NOTES                     | 34 ++++++++++++++++++++++++++++++++++
 src/site/xdoc/getting_started.xml |  4 ++--
 4 files changed, 38 insertions(+), 4 deletions(-)
----------------------------------------------------------------------