Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 00A6E200AE4 for ; Wed, 11 May 2016 02:49:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F377F160A11; Wed, 11 May 2016 00:49:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45D3C16098A for ; Wed, 11 May 2016 02:49:24 +0200 (CEST) Received: (qmail 44104 invoked by uid 500); 11 May 2016 00:49:23 -0000 Mailing-List: contact dev-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list dev@atlas.incubator.apache.org Received: (qmail 44093 invoked by uid 99); 11 May 2016 00:49:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 00:49:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CB3B6C3043 for ; Wed, 11 May 2016 00:49:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.098 X-Spam-Level: X-Spam-Status: No, score=-4.098 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.079] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4Hi_-HvPl2Tm for ; Wed, 11 May 2016 00:49:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 157255FB4F for ; Wed, 11 May 2016 00:49:19 +0000 (UTC) Received: (qmail 44084 invoked by uid 99); 11 May 2016 00:49:19 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 00:49:19 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id B96032B9BFD; Wed, 11 May 2016 00:49:18 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4268358458071996074==" MIME-Version: 1.0 Subject: Re: Review Request 47135: Install Setup: SOLR From: Tom Beerbower To: Tom Beerbower , atlas Date: Wed, 11 May 2016 00:49:18 -0000 Message-ID: <20160511004918.1967.3131@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Tom Beerbower X-ReviewGroup: atlas X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/47135/ X-Sender: Tom Beerbower References: <20160510180141.1968.94416@reviews.apache.org> In-Reply-To: <20160510180141.1968.94416@reviews.apache.org> Reply-To: Tom Beerbower X-ReviewRequest-Repository: atlas archived-at: Wed, 11 May 2016 00:49:25 -0000 --===============4268358458071996074== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On May 10, 2016, 6:01 p.m., Suma Shivaprasad wrote: > > distro/pom.xml, line 126 > > > > > > will this take care of a similiar fix that Shwetha did to not download if it already exists. If not, can we add that here? Yes. This was copied from the Shwetha fix for hbase. - Tom ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47135/#review132502 ----------------------------------------------------------- On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47135/ > ----------------------------------------------------------- > > (Updated May 9, 2016, 9:32 p.m.) > > > Review request for atlas. > > > Bugs: ATLAS-663 and ATLAS-673 > https://issues.apache.org/jira/browse/ATLAS-663 > https://issues.apache.org/jira/browse/ATLAS-673 > > > Repository: atlas > > > Description > ------- > > Install standalone SOLR by default. > > SOLR indexes need to be setup properly. > > Fix location of standalone solr and hbase data dirs. > > > Diffs > ----- > > .gitignore b5a1c74 > distro/pom.xml ee9add0 > distro/src/bin/atlas_config.py dbe1191 > distro/src/bin/atlas_start.py 73b8920 > distro/src/bin/atlas_stop.py 265084e > distro/src/conf/atlas-application.properties 290105f > distro/src/conf/hbase/hbase-site.xml.template f5c4aad > distro/src/main/assemblies/standalone-package.xml 527f604 > distro/src/test/python/scripts/TestMetadata.py 9e55869 > docs/src/site/twiki/Configuration.twiki 0793c82 > docs/src/site/twiki/InstallationSteps.twiki 270d1c4 > > Diff: https://reviews.apache.org/r/47135/diff/ > > > Testing > ------- > > Manual testing of atlas_start / atlas_start with standalone solr. > > mvn clean test > > > Thanks, > > Tom Beerbower > > --===============4268358458071996074==--