Repository: incubator-impala Updated Branches: refs/heads/master 5f3c68982 -> def5355a2
IMPALA-3403: [DOCS] Pare back irrelevant installation info Take out the path A / path B pages with CM and non-CM installation techniques for packages and parcels. Replace with steps for building from source, adapted from http://impala.apache.org/downloads.html Change-Id: Ia81b1afbf04b93c322b9829d9e05e7af4243c37c Reviewed-on: http://gerrit.cloudera.org:8080/6005 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/def5355a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/def5355a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/def5355a Branch: refs/heads/master Commit: def5355a24b9d81550df93b58baee154abcdc739 Parents: 5f3c689 Author: John Russell <[email protected]> Authored: Tue Feb 14 15:19:41 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Mar 10 21:58:04 2017 +0000 ---------------------------------------------------------------------- docs/impala.ditamap | 1 - docs/topics/impala_install.xml | 41 +++++++++++++++++++++++++++++++++---- 2 files changed, 37 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/def5355a/docs/impala.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala.ditamap b/docs/impala.ditamap index b46167b..5ed3529 100644 --- a/docs/impala.ditamap +++ b/docs/impala.ditamap @@ -51,7 +51,6 @@ under the License. <topicref href="topics/impala_schema_design.xml"/> </topicref> <topicref audience="standalone" href="topics/impala_install.xml#install"> - <topicref href="topics/impala_noncm_installation.xml#noncm_installation"/> <!-- Removed when Hue docs were removed from main library. Might be worth resurrecting someday as general Impala+Hue topic. --> <!-- <topicref href="impala_hue_xi20559.xml"/> --> </topicref> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/def5355a/docs/topics/impala_install.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_install.xml b/docs/topics/impala_install.xml index 24d37ab..5d3daad 100644 --- a/docs/topics/impala_install.xml +++ b/docs/topics/impala_install.xml @@ -37,15 +37,48 @@ under the License. <indexterm audience="hidden">cluster</indexterm> <indexterm audience="hidden">DataNodes</indexterm> <indexterm audience="hidden">NameNode</indexterm> - <indexterm audience="hidden">Cloudera Manager</indexterm> <indexterm audience="hidden">impalad</indexterm> <indexterm audience="hidden">impala-shell</indexterm> <indexterm audience="hidden">statestored</indexterm> - Impala is an open-source project that returns rapid responses to - queries. + Impala is an open-source analytic database for Apache Hadoop + that returns rapid responses to queries. </p> - <p outputclass="toc inpage"/> + <p> + Follow these steps to set up Impala on a cluster by building from source: + </p> + +<!-- Steps adapted from http://impala.apache.org/downloads.html --> + + <ul> + <li> + <p> + Download the latest release. See + <xref href="http://impala.apache.org/downloads.html" scope="external" format="html">the Impala downloads page</xref> + for the link to the latest release. + </p> + </li> + <li> + <p> + Check the <filepath>README.md</filepath> file for a pointer + to the build instructions. + </p> + </li> + <li> + <p> + Please check the MD5 and SHA1 and GPG signature, the latter by using the code signing keys of the release managers. + </p> + </li> + <li> + <p> + Developers interested in working on Impala can clone the Impala source repository: +<codeblock> +git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git +</codeblock> + </p> + </li> + </ul> + </conbody> <concept id="install_details">
