Repository: lens
Updated Branches:
  refs/heads/current-release-line c566bf61e -> b423d5c4a


LENS-1425: Update 2.7 release documentation


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

Branch: refs/heads/current-release-line
Commit: b423d5c4a57c3e18bdfac40153a22d103dc771b8
Parents: c566bf6
Author: rajub <raju.bairishe...@lazada.com>
Authored: Tue Nov 28 13:39:23 2017 +0800
Committer: rajub <raju.bairishe...@lazada.com>
Committed: Tue Nov 28 13:39:23 2017 +0800

----------------------------------------------------------------------
 README.md                                 |  4 ++--
 src/site/apt/releases/download.apt        |  2 +-
 src/site/apt/releases/release-history.apt | 10 ++++++++++
 3 files changed, 13 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/b423d5c4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 169791d..732dcd9 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Apache Lens is a unified Analytics Platform. Lens aims to cut 
the Data Analytics
 across multiple tiered data stores and optimal execution environment for the 
analytical query.
 
 Prerequisites :
-Apache Lens requires JDK(>=1.7) and Apache Maven(3.x) to be installed for the 
build.
+Apache Lens requires JDK(>=1.8) and Apache Maven(3.x) to be installed for the 
build.
 
 JAVA_HOME is required for running tests.
 
@@ -15,7 +15,7 @@ Confirm versions :
   # echo ${JAVA_HOME}
 
 Additionally MAVEN_OPTS can be configured as :
-  # export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m"
+  # export MAVEN_OPTS="-Xmx1024m"
 
 Build the project :
   # mvn clean package

http://git-wip-us.apache.org/repos/asf/lens/blob/b423d5c4/src/site/apt/releases/download.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releases/download.apt 
b/src/site/apt/releases/download.apt
index df4df1d..a190053 100644
--- a/src/site/apt/releases/download.apt
+++ b/src/site/apt/releases/download.apt
@@ -20,7 +20,7 @@
 Download
 
   The latest release of Apache Lens can be
-  {{{http://www.apache.org/dyn/closer.lua/lens/2.6.1}downloaded from the ASF}}.
+  {{{http://www.apache.org/dyn/closer.lua/lens/2.7.0}downloaded from the ASF}}.
 
   Older releases may be found {{{http://archive.apache.org/dist/lens}in the 
archives}}.
   Releases prior to graduation may be found 
{{{http://archive.apache.org/dist/incubator/lens}in the incubator archives}}.

http://git-wip-us.apache.org/repos/asf/lens/blob/b423d5c4/src/site/apt/releases/release-history.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releases/release-history.apt 
b/src/site/apt/releases/release-history.apt
index 7b9723b..2f687c7 100644
--- a/src/site/apt/releases/release-history.apt
+++ b/src/site/apt/releases/release-history.apt
@@ -23,6 +23,8 @@ All Apache Lens releases
 *--+--+---+--+--+--+--+
 |Release version|Major features|Release documentation|Release 
Notes|Download|Incompatibilities|More Info |
 *--+--+---+--+--+--+--+
+|2.7.0| Cube segmentation, Unioning data across facts, Support for source data 
completion checking, Added Retry feature for transient errors on query 
execution, Added an ability to analyze active sessions, Moving Lens to java8, 
Support for PreparedStatement in Lens JDBC client, Notifications on query 
completpletion, Limiting the max number of jobs scheduled per user, Support for 
creating the schema from CLI, Code cleanup and refactor, Doc/javadoc 
improvements, Bug fixes | {{{../versions/2.7.0/index.html} 2.7.x docs}} | 
{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315923&version=12336851}
 2.7 release notes}} | {{{http://archive.apache.org/dist/lens/2.7.0/} 
Download}} | {{{#a2.7.x_from_2.6.x} 2.7.x-incompatibilities}} | - |
+*--+--+---+--+--+--+--+
 |2.6.1| GA release, Apache Hive 2 support, Query Scheduler, Lens UI 
enhancements, Python client, Streaming results, New regression module, Weighted 
Driver selector, Limit number of open sessions, Exponential back off for hive 
status updates, Single execution for duplicate queries, Auto kill queries on 
timeout, Convert dimension filter to fact filters for performance improvement, 
Code cleanup and refactor, Doc/javadoc improvements, Bug fixes| 
{{{../versions/2.6.1/index.html} 2.6.x docs}} 
|{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12333846&styleName=&projectId=12315923}
 2.6 release notes}} |{{{http://archive.apache.org/dist/lens/2.6.1/} Download}} 
|{{{#a2.6.x_from_2.5.x} 2.6.x-incompatibilities}} | - |
 *--+--+---+--+--+--+--+
 |2.5.0-beta| Support for multiple instances of a driver, REST API 
enhancements, Derived cube validation, Per-queue driver max launched queries 
constraint, New error codes for Hive and JDBC Driver, Lens CLI improvements, 
Query result retention policy, UI Enhancements, Code cleanup and refactor, 
Doc/javadoc improvements, Bug fixes| {{{../versions/2.5.0-beta/index.html} 
2.5.x docs}} 
|{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12333326&projectId=12315923}
 2.5 release notes}} |{{{http://archive.apache.org/dist/lens/2.5-beta/} 
Download}} |{{{#a2.5.x_from_2.4.x} 2.5.x-incompatibilities}} | - |
@@ -46,6 +48,14 @@ All Apache Lens releases
 
 * Incompatibilities
 
+** 2.7.x from 2.6.x
+
+  * LENS-1387: Moved Lens to Java8
+
+  * LENS-1317: Finished_Queries store stores the LensConf
+
+  * LENS-1304: Storing Driver query in finished_queries tables for better 
analytics purposes
+
 ** 2.6.x from 2.5.x
 
   * LENS-919: For older deployments the schema for "finished_queries" table 
needs to be modified to include "priority"

Reply via email to