Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E22BA1839B for ; Tue, 2 Feb 2016 01:47:37 +0000 (UTC) Received: (qmail 76887 invoked by uid 500); 2 Feb 2016 01:47:37 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 76849 invoked by uid 500); 2 Feb 2016 01:47:37 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 76829 invoked by uid 99); 2 Feb 2016 01:47:37 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 01:47:37 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 6C14228A24C; Tue, 2 Feb 2016 01:47:36 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7013577180159366367==" MIME-Version: 1.0 Subject: Re: Review Request 43050: Atlas Integration: Support deploying latest Atlas(which depends on kafka) using Ambari From: Alejandro Fernandez To: John Speidel , Robert Levas , Nate Cole Cc: Tom Beerbower , Alejandro Fernandez , Ambari Date: Tue, 02 Feb 2016 01:47:36 -0000 Message-ID: <20160202014736.30947.97183@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Alejandro Fernandez X-ReviewGroup: Ambari X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/43050/ X-Sender: Alejandro Fernandez References: <20160201170537.30947.11542@reviews.apache.org> In-Reply-To: <20160201170537.30947.11542@reviews.apache.org> Reply-To: Alejandro Fernandez X-ReviewRequest-Repository: ambari --===============7013577180159366367== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43050/#review117335 ----------------------------------------------------------- ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml (line 72) Even with the find/replace-with construct, what we really want to do is append, which I believe we don't have a way of doing today. cc Nate Cole and Jonathan Hurley - Alejandro Fernandez On Feb. 1, 2016, 5:05 p.m., Tom Beerbower wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43050/ > ----------------------------------------------------------- > > (Updated Feb. 1, 2016, 5:05 p.m.) > > > Review request for Ambari, John Speidel, Nate Cole, and Robert Levas. > > > Bugs: AMBARI-14853 > https://issues.apache.org/jira/browse/AMBARI-14853 > > > Repository: ambari > > > Description > ------- > > Three additional steps need to be done to to install Atlas 0.6 via Ambari. > > 1. Add new Atlas Kafka related properties to the Atlas configuration ‘application.properties’ > > atlas.notification.embedded" : false, > atlas.kafka.data = /tmp > atlas.kafka.bootstrap.servers = c6401.ambari.apache.org:6667 > atlas.kafka.zookeeper.connect = c6401.ambari.apache.org:2181 > atlas.kafka.hook.group.id = atlas > atlas.kafka.entities.group.id = entities > > > * Note: > For “atlas.kafka.bootstrap.servers” and “atlas.kafka.zookeeper.connect”, modify host names based on your cluster topology. > The directory specified in “atlas.kaka.data” should exist. > > 2. Add an export of HADOOP_CLASSPATH which includes the required atlas directories to hive-env.xml in the 2.3 HDP stack > export HADOOP_CLASSPATH=/etc/atlas/conf:/usr/hdp/current/atlas-server/hook/hive:${HADOOP_CLASSPATH} > > *Note: > It is important that the atlas directories are prepended to the existing classpath. > > 3. Restart the Atlas and Hive services after the cluster is fully provisioned > > > Diffs > ----- > > ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml 82dacb6 > ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml 2600fc4 > ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py 1a0c67b > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml 6db42c9 > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py a2131b0 > ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml 92c0c03 > ambari-server/src/test/python/stacks/2.3/configs/default.json 21bff13 > > Diff: https://reviews.apache.org/r/43050/diff/ > > > Testing > ------- > > Manual test and verify configuration and Atlas operation. > > mvn clean test : all tests pass > > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 01:02 h > [INFO] Finished at: 2016-02-01T11:56:24-05:00 > [INFO] Final Memory: 44M/1696M > [INFO] ------------------------------------------------------------------------ > > > Thanks, > > Tom Beerbower > > --===============7013577180159366367==--