LENS-747 : Update documentation wrt tlp migration
Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/f42fc654 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/f42fc654 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/f42fc654 Branch: refs/heads/master Commit: f42fc65458b710be58157971bb0e627bcf898413 Parents: 69fdaf7 Author: Rajat Khandelwal <[email protected]> Authored: Mon Aug 24 10:58:15 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Mon Aug 24 11:00:26 2015 +0530 ---------------------------------------------------------------------- DISCLAIMER | 6 ---- NOTICE | 2 +- README.md | 6 ++-- bin-dist-files/NOTICE | 2 +- bin-dist-files/README | 6 ++-- .../org/apache/lens/api/util/PathValidator.java | 2 +- .../src/deb/control/client-control/control | 8 +++--- .../src/deb/control/server-control/control | 8 +++--- lens-server/enunciate.xml | 2 +- pom.xml | 28 +++++++++---------- src/site/apt/developer/commit.apt | 6 ++-- src/site/apt/developer/contribute.apt | 10 +++---- src/site/apt/index.apt | 14 ++-------- .../apt/lenshome/pseudo-distributed-setup.apt | 2 +- src/site/apt/lenshome/quick-start.apt | 6 ++-- src/site/apt/releases/compatibility.apt | 4 +-- src/site/apt/releases/download.apt | 10 ++----- src/site/apt/releases/release-history.apt | 22 ++++++++++++++- src/site/apt/user/olap-cube.apt | 2 +- src/site/resources/images/apache-feather-tm.gif | Bin 0 -> 6735 bytes .../resources/images/apache-incubator-logo.png | Bin 4234 -> 0 bytes src/site/site.xml | 10 +++---- 22 files changed, 79 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index ead62f5..0000000 --- a/DISCLAIMER +++ /dev/null @@ -1,6 +0,0 @@ -Apache Lens is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache Incubator. - -Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, -communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. -While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate -that the project has yet to be fully endorsed by the ASF. http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 3351512..5dfb3c2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Lens (incubating) +Apache Lens Copyright 2014-2015 The Apache Software Foundation http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cc3b0ef..d8657c1 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Build the project : # mvn clean package -See [Development Environment Setup] (http://lens.incubator.apache.org/developer/contribute.html#Development_Environment_Setup) -and [Building from source] (http://lens.incubator.apache.org/developer/contribute.html#Building_from_source) docs for +See [Development Environment Setup] (http://lens.apache.org/developer/contribute.html#Development_Environment_Setup) +and [Building from source] (http://lens.apache.org/developer/contribute.html#Building_from_source) docs for more details. -[Detailed documentation for the project is available here](https://lens.incubator.apache.org) +[Detailed documentation for the project is available here](https://lens.apache.org) http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/bin-dist-files/NOTICE ---------------------------------------------------------------------- diff --git a/bin-dist-files/NOTICE b/bin-dist-files/NOTICE index 67e8da7..d731a68 100644 --- a/bin-dist-files/NOTICE +++ b/bin-dist-files/NOTICE @@ -1,4 +1,4 @@ -Apache Lens (incubating) +Apache Lens Copyright 2014-2015 The Apache Software Foundation http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/bin-dist-files/README ---------------------------------------------------------------------- diff --git a/bin-dist-files/README b/bin-dist-files/README index 6cf9ad4..84dcdf1 100644 --- a/bin-dist-files/README +++ b/bin-dist-files/README @@ -6,10 +6,10 @@ across multiple tiered data stores and optimal execution environment for the ana This distribution is a convenient binary distribution for users to try out server and client packages of Apache Lens. -Detailed install and run steps available at http://lens.incubator.apache.org/lenshome/install-and-run.html and -docker setup details available at http://lens.incubator.apache.org/lenshome/pseudo-distributed-setup.html +Detailed install and run steps available at http://lens.apache.org/lenshome/install-and-run.html and +docker setup details available at http://lens.apache.org/lenshome/pseudo-distributed-setup.html -Detailed documentation for the project is available at https://lens.incubator.apache.org +Detailed documentation for the project is available at https://lens.apache.org Here are quick start steps : http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/lens-api/src/main/java/org/apache/lens/api/util/PathValidator.java ---------------------------------------------------------------------- diff --git a/lens-api/src/main/java/org/apache/lens/api/util/PathValidator.java b/lens-api/src/main/java/org/apache/lens/api/util/PathValidator.java index 4025f5f..92a936a 100644 --- a/lens-api/src/main/java/org/apache/lens/api/util/PathValidator.java +++ b/lens-api/src/main/java/org/apache/lens/api/util/PathValidator.java @@ -81,7 +81,7 @@ public class PathValidator { /** * The CLI erroneously appends absolute path for URI's. * It also replaces the double slashes to single slashes. - * Eg. /home/some/path/file:/home/git/incubator-lens/target/tempdata_*.txt + * Eg. /home/some/path/file:/home/git/lens/target/tempdata_*.txt * * This Util method removes the erroneously appended absolute path for URI's. * And appends :/// for the URI's. http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/lens-dist/src/deb/control/client-control/control ---------------------------------------------------------------------- diff --git a/lens-dist/src/deb/control/client-control/control b/lens-dist/src/deb/control/client-control/control index 5c8fb38..7d1eb1a 100644 --- a/lens-dist/src/deb/control/client-control/control +++ b/lens-dist/src/deb/control/client-control/control @@ -17,11 +17,11 @@ # under the License. # Package: apache-lens-client -Version: [[project.version]] +Version: [[project.version]] Section: misc Priority: high -Architecture: all +Architecture: all Depends: sun-java7-jre | java2-runtime -Maintainer: [email protected] +Maintainer: [email protected] Description: Apache Lens Client Distribution -Distribution: alpha +Distribution: beta http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/lens-dist/src/deb/control/server-control/control ---------------------------------------------------------------------- diff --git a/lens-dist/src/deb/control/server-control/control b/lens-dist/src/deb/control/server-control/control index de8771c..dbdf836 100644 --- a/lens-dist/src/deb/control/server-control/control +++ b/lens-dist/src/deb/control/server-control/control @@ -17,11 +17,11 @@ # under the License. # Package: apache-lens-server -Version: [[project.version]] +Version: [[project.version]] Section: misc Priority: high -Architecture: all +Architecture: all Depends: sun-java7-jre | java2-runtime -Maintainer: [email protected] +Maintainer: [email protected] Description: Apache Lens Server Distribution -Distribution: alpha +Distribution: beta http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/lens-server/enunciate.xml ---------------------------------------------------------------------- diff --git a/lens-server/enunciate.xml b/lens-server/enunciate.xml index 5399b46..94b5199 100644 --- a/lens-server/enunciate.xml +++ b/lens-server/enunciate.xml @@ -22,7 +22,7 @@ <enunciate label="lens" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.25.xsd"> <namespaces> - <namespace uri="https://git-wip-us.apache.org/repos/asf/incubator-lens.git" id="lens"/> + <namespace uri="https://git-wip-us.apache.org/repos/asf/lens.git" id="lens"/> </namespaces> <services> <rest defaultRestSubcontext="/"> http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 523b0b0..5d23ecf 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <name>Lens</name> <packaging>pom</packaging> <description>Unified Analytics Platform</description> - <url>http://lens.incubator.apache.org</url> + <url>http://lens.apache.org</url> <inceptionYear>2014</inceptionYear> <licenses> <license> @@ -152,30 +152,30 @@ <distributionManagement> <site> <id>lens-site</id> - <url>http://lens.incubator.apache.org/</url> + <url>http://lens.apache.org/</url> </site> </distributionManagement> <mailingLists> <mailingList> <name>lens-user</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> <archive>http://mail-archives.apache.org/mod_mbox/lens-user/</archive> </mailingList> <mailingList> <name>lens-dev</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> <archive>http://mail-archives.apache.org/mod_mbox/lens-dev/</archive> </mailingList> <mailingList> <name>lens-commits</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> <archive>http://mail-archives.apache.org/mod_mbox/lens-commits/</archive> </mailingList> </mailingLists> @@ -322,9 +322,9 @@ </developer> </developers> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-lens.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-lens.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-lens.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/lens.git</url> <tag>HEAD</tag> </scm> http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/developer/commit.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developer/commit.apt b/src/site/apt/developer/commit.apt index 8235798..f908925 100644 --- a/src/site/apt/developer/commit.apt +++ b/src/site/apt/developer/commit.apt @@ -78,7 +78,7 @@ Committer Guide * Commit The commit repo is at - {{{https://git-wip-us.apache.org/repos/asf/incubator-lens.git} https://git-wip-us.apache.org/repos/asf/incubator-lens.git}} + {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}} When you commit a patch, please: * Ensure that all tests pass with patch applied. @@ -155,11 +155,11 @@ git revert a4r9593432 # To revert particular commit by commit id. Lens uses Apache SVN Pub-Sub system to maintain its website. The script tools/scripts/generate-site-public.sh can be used to generate the documentation, which has to be committed to website svn. Steps are as follows - - * Checkout website svn: svn co https://svn.apache.org/repos/asf/incubator/lens/ $SVN_SITE_DIR + * Checkout website svn: svn co https://svn.apache.org/repos/asf/lens/ $SVN_SITE_DIR * Run tools/scripts/generate-site-public.sh $SVN_SITE_DIR * Add newly created files to SVN - * Commit. (Please contact one of the committers for incubator site SVN access) + * Commit. (Please contact one of the committers for site SVN access) http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/developer/contribute.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt index 56006b0..ef3854a 100644 --- a/src/site/apt/developer/contribute.apt +++ b/src/site/apt/developer/contribute.apt @@ -58,11 +58,11 @@ Developer Documentation : How to contribute to Apache Lens? ** Source Repository Lens uses {{{http://git-scm.com/} git}} for its code repository. The repository is available at - {{{https://git-wip-us.apache.org/repos/asf/incubator-lens.git} https://git-wip-us.apache.org/repos/asf/incubator-lens.git}}. + {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}. If you are comfortable working in github environment by forking a github repo, sothat you can push changes to your repository before they are accepted in apache, we have a mirror of source at - {{{https://github.com/apache/incubator-lens} https://github.com/apache/incubator-lens}}. Its better to add the apache + {{{https://github.com/apache/lens} https://github.com/apache/lens}}. Its better to add the apache repo as remote than github repo, because github repo might be delayed as it is a mirror of apache repo. ** Build tools @@ -102,11 +102,11 @@ Developer Documentation : How to contribute to Apache Lens? +---+ OR - Clone Apache Lens source code from {{{https://git-wip-us.apache.org/repos/asf/incubator-lens.git} https://git-wip-us.apache.org/repos/asf/incubator-lens.git}} + Clone Apache Lens source code from {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}} +---+ - git clone https://git-wip-us.apache.org/repos/asf/incubator-lens.git - cd incubator-lens + git clone https://git-wip-us.apache.org/repos/asf/lens.git + cd lens mvn clean package -DskipTests +---+ http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index e4ff3d5..ea9285f 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -19,9 +19,9 @@ Welcome to Lens! - Lens provides an Unified Analytics interface. Lens aims to cut the Data Analytics silos by providing a single view of data across multiple tiered data stores and optimal execution environment for the analytical query. It seamlessly integrates Hadoop with traditional data warehouses to appear like one. - - At a high level the project provides these features - + Lens provides an Unified Analytics interface. Lens aims to cut the Data Analytics silos by providing a single view of data across multiple tiered data stores and optimal execution environment for the analytical query. It seamlessly integrates Hadoop with traditional data warehouses to appear like one. + + At a high level the project provides these features - * Simple metadata layer which provides an abstract view over tiered data stores @@ -41,11 +41,3 @@ Welcome to Lens! The following diagram shows Lens architecture. [/images/arch.png] Lens Architecture - -Disclaimer - - Apache Lens is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache -Incubator.Incubation is required of all newly accepted projects until a further review indicates that the -infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful -ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it -does indicate that the project has yet to be fully endorsed by the ASF. http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/lenshome/pseudo-distributed-setup.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/lenshome/pseudo-distributed-setup.apt b/src/site/apt/lenshome/pseudo-distributed-setup.apt index be7a808..19c09b0 100644 --- a/src/site/apt/lenshome/pseudo-distributed-setup.apt +++ b/src/site/apt/lenshome/pseudo-distributed-setup.apt @@ -22,7 +22,7 @@ Pseudo Distributed Setup Lens pseudo-distributed setup is done using docker. Hive server and hadoop daemons are run as separate processes in lens pseudo-distributed setup. Lens docker files are located in +---+ - incubator-lens/lens-docker/lens-test + lens/lens-docker/lens-test +---+ The above directory contains the lens docker images that can be used for development and testing. http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/lenshome/quick-start.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/lenshome/quick-start.apt b/src/site/apt/lenshome/quick-start.apt index 6f62b7b..4bc8201 100644 --- a/src/site/apt/lenshome/quick-start.apt +++ b/src/site/apt/lenshome/quick-start.apt @@ -26,11 +26,11 @@ Getting started with Lens *----------+----------------------------------------------+-------------------------------------------------+ | | Subscribe | Unsubscribe | *----------+----------------------------------------------+-------------------------------------------------+ -| User | [email protected] | [email protected] | +| User | [email protected] | [email protected] | *----------+----------------------------------------------+-------------------------------------------------+ -| Dev | [email protected] | [email protected] | +| Dev | [email protected] | [email protected] | *----------+----------------------------------------------+-------------------------------------------------+ -| Commits | [email protected] | [email protected] | +| Commits | [email protected] | [email protected] | *----------+----------------------------------------------+-------------------------------------------------+ http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/releases/compatibility.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/releases/compatibility.apt b/src/site/apt/releases/compatibility.apt index 991cd75..2e12f79 100644 --- a/src/site/apt/releases/compatibility.apt +++ b/src/site/apt/releases/compatibility.apt @@ -22,9 +22,9 @@ Compatibility in Apache Lens Apache Lens tries to offer backward compatibility across releases with respect to the following * <<lens-api>> module dependency : - {{{http://lens.incubator.apache.org/apidocs/index.html} API for org.apache.lens.api.*}} + {{{http://lens.apache.org/apidocs/index.html} API for org.apache.lens.api.*}} - * REST api provided : {{{http://lens.incubator.apache.org/rest.html} Published REST api}} + * REST api provided : {{{http://lens.apache.org/rest.html} Published REST api}} * Configuration options provided at {{{../user/client-config.html} Client configuration}}, {{{../user/olap-query-conf.html} OLAP query configuration}} and http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/releases/download.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/releases/download.apt b/src/site/apt/releases/download.apt index 5322f99..eba5172 100644 --- a/src/site/apt/releases/download.apt +++ b/src/site/apt/releases/download.apt @@ -20,11 +20,7 @@ Download The latest release of Apache Lens can be - {{{http://www.apache.org/dyn/closer.cgi/incubator/lens/2.2-beta-incubating}downloaded from the ASF}}. + {{{http://www.apache.org/dyn/closer.cgi/lens/2.3-beta}downloaded from the ASF}}. - Older releases may be found {{{http://archive.apache.org/dist/incubator/lens} in the archives}}. - -+--- -Disclaimer -Apache Lens is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by 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/f42fc654/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 58ac279..16eef95 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.3.0-beta | Per Query Logs, Server side XML validation, File size in query result, File name suggestions in CLI, Phase 1 Query rewriter, Elastic Search driver, Query launching constraints, Update partition api, Lens Service Health check, Doc/javadoc improvements, Code cleanup, bug fixes| {{{../versions/2.3.0-beta/index.html} 2.3.x docs}} | {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332350&projectId=12315923} 2.3 release notes}}| {{{http://archive.apache.org/dist/lens/2.3-beta/} Download}} | {{{#a2.3.x_from_2.2.x} 2.3.x-incompatibilities}} | - | +*--+--+---+--+--+--+--+ |2.2.0-beta-incubating| CLI Improvements, Support for multiple expressions and and union queries, More descriptive error codes, Zeppelin integration, Code cleanup| {{{../versions/2.2.0-beta-incubating/index.html} 2.2.x-incubating docs}} | {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329586&projectId=12315923} 2.2 release notes}}| {{{http://archive.apache.org/dist/incubator/lens/2.2-beta-incubating/} Download}} | {{{#a2.2.x_from_2.1.x} 2.2.x-incompatibilities}} | - | *--+--+---+--+--+--+--+ |2.1.0-beta-incubating| Estimate api, Partition timeline, DB resources, Timers on REST api| {{{../versions/2.1.0-beta-incubating/index.html} 2.1.x-incubating docs}} | {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315923&version=12328991} 2.1 release notes}}| {{{http://archive.apache.org/dist/incubator/lens/2.1-beta-incubating/} Download}} | {{{#a2.1.x_from_2.0.x} 2.1.x-incompatibilities}} | - | @@ -38,6 +40,24 @@ All Apache Lens releases * Incompatibilities +** 2.3.x from 2.2.x + + * LENS-681 : Passing a malformed xml doesn't succeed anymore. + + * LENS-666 : Log4j to Logback migration: log4j.properties files are not used anymore, + use logback.xml for specifying loggers. + + * LENS-700 : Syntax and semantic errors in query no longer generate a query id, they fail at submission itself + + * LENS-686 : Adding same partition will fail if the partition is already added. Adding multiple partitions + gives succeess or partial result depending on whether all the partitions were added or not. + + * LENS-630 : Cost of a query on Hive Driver is not a constant 1 now. It now reflects the resource cost based on + partitions chosen for the query. + + * LENS-650 : Pre submit hook is separate from User Config Loader. User Config Loader is no longer an abstract class. + + ** 2.2.x from 2.1.x * LENS-484 : Fact table weight is a mandatory field now, for creating facts from the web interface. Please refer to @@ -81,4 +101,4 @@ All Apache Lens releases * LENS-441 : GET on /cubes/\{cubeName\}/facts returns StringList instead of List<XFactTable>. For getting the XFactTable corresponding to the name returned in StringList, user need to use GET on /facts/\{factName\}. - * LENS-275 : Session not found error code is 410, instead of 404 \ No newline at end of file + * LENS-275 : Session not found error code is 410, instead of 404 http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/apt/user/olap-cube.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/user/olap-cube.apt b/src/site/apt/user/olap-cube.apt index 0255834..ac91955 100644 --- a/src/site/apt/user/olap-cube.apt +++ b/src/site/apt/user/olap-cube.apt @@ -347,7 +347,7 @@ lens-shell> - {{{http://mail-archives.apache.org/mod_mbox/incubator-lens-dev/201508.mbox/%3CCANGGtCPnZ8ML-Gd9x6HooB20j0q%3DpjxHcDqOgf8jYjo0YJdFMg%40mail.gmail.com%3E}Here}} is a link to a discussion on time range behaviour + {{{http://mail-archives.apache.org/mod_mbox/lens-dev/201508.mbox/%3CCANGGtCPnZ8ML-Gd9x6HooB20j0q%3DpjxHcDqOgf8jYjo0YJdFMg%40mail.gmail.com%3E}Here}} is a link to a discussion on time range behaviour * Relative time range http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/resources/images/apache-feather-tm.gif ---------------------------------------------------------------------- diff --git a/src/site/resources/images/apache-feather-tm.gif b/src/site/resources/images/apache-feather-tm.gif new file mode 100644 index 0000000..3e8abc1 Binary files /dev/null and b/src/site/resources/images/apache-feather-tm.gif differ http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/resources/images/apache-incubator-logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/apache-incubator-logo.png b/src/site/resources/images/apache-incubator-logo.png deleted file mode 100644 index 81fb31e..0000000 Binary files a/src/site/resources/images/apache-incubator-logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/lens/blob/f42fc654/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index bd7a80b..4f4667c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,14 +28,14 @@ <name>Lens Analytics Platform</name> <src>/images/apache-lens-logo.png</src> <title>Lens Analytics Platform</title> - <href>http://lens.incubator.apache.org</href> + <href>http://lens.apache.org</href> <height>54px</height> </bannerLeft> <bannerRight> - <name>Apache Incubator</name> - <src>/images/apache-incubator-logo.png</src> - <href>http://incubator.apache.org</href> + <name>Apache</name> + <src>/images/apache-feather-tm.gif</src> + <href>http://www.apache.org</href> </bannerRight> <body> @@ -78,7 +78,7 @@ <menu ref="reports"/> <breadcrumbs> <item name="Apache" href="http://www.apache.org" /> - <item name="Lens" href="http://lens.incubator.apache.org" /> + <item name="Lens" href="http://lens.apache.org" /> </breadcrumbs> </body> <skin>
