Repository: incubator-impala Updated Branches: refs/heads/master e98a65c65 -> 7b1913afb
Take out (stale) architecture diagram w/ Cloudera-specific terminology. Change-Id: Iab3786f113a5492f3aeac7480bfbfdb030cedf5b Reviewed-on: http://gerrit.cloudera.org:8080/5596 Reviewed-by: Jim Apple <[email protected]> Tested-by: John Russell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/37827ed1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/37827ed1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/37827ed1 Branch: refs/heads/master Commit: 37827ed17b114b7cd42089c9b4895966c2f700d6 Parents: e98a65c Author: John Russell <[email protected]> Authored: Sun Dec 25 20:08:44 2016 -0800 Committer: John Russell <[email protected]> Committed: Sat Jan 7 00:17:54 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_cdh.xml | 43 --------------------------------------- docs/topics/impala_intro.xml | 4 ++-- 2 files changed, 2 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/37827ed1/docs/topics/impala_cdh.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_cdh.xml b/docs/topics/impala_cdh.xml deleted file mode 100644 index 24500e5..0000000 --- a/docs/topics/impala_cdh.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -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. ---> -<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> -<concept id="impala_cdh"> - - <title>How Impala Works with CDH</title> - <prolog> - <metadata> - <data name="Category" value="Impala"/> - <data name="Category" value="Concepts"/> - <data name="Category" value="CDH"/> - <data name="Category" value="Administrators"/> - <data name="Category" value="Developers"/> - <data name="Category" value="Data Analysts"/> - </metadata> - </prolog> - - <conbody> - - <p conref="../shared/impala_common.xml#common/impala_overview_diagram"/> - - <p conref="../shared/impala_common.xml#common/component_list"/> - - <p conref="../shared/impala_common.xml#common/query_overview"/> - </conbody> -</concept> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/37827ed1/docs/topics/impala_intro.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_intro.xml b/docs/topics/impala_intro.xml index 0407333..e3b851d 100644 --- a/docs/topics/impala_intro.xml +++ b/docs/topics/impala_intro.xml @@ -73,7 +73,7 @@ under the License. <concept id="impala_cdh"> - <title>How Impala Works with CDH</title> + <title>How Impala Works with <keyword keyref="hadoop_distro"/></title> <prolog> <metadata> <data name="Category" value="Concepts"/> @@ -82,7 +82,7 @@ under the License. <conbody> - <p conref="../shared/impala_common.xml#common/impala_overview_diagram"/> + <p audience="Cloudera" conref="../shared/impala_common.xml#common/impala_overview_diagram"/> <p conref="../shared/impala_common.xml#common/component_list"/>
