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 C265D200D4C for ; Thu, 30 Nov 2017 15:52:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BF534160BF4; Thu, 30 Nov 2017 14:52:48 +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 0FAB0160BEA for ; Thu, 30 Nov 2017 15:52:47 +0100 (CET) Received: (qmail 6677 invoked by uid 500); 30 Nov 2017 14:52:47 -0000 Mailing-List: contact dev-help@atlas.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.apache.org Delivered-To: mailing list dev@atlas.apache.org Received: (qmail 6666 invoked by uid 99); 30 Nov 2017 14:52:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2017 14:52:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8E7A01807B1; Thu, 30 Nov 2017 14:52:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dxPCt-C_NGo4; Thu, 30 Nov 2017 14:52:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 762865F1ED; Thu, 30 Nov 2017 14:52:43 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BABCFE012B; Thu, 30 Nov 2017 14:52:42 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 4F7BAC40058; Thu, 30 Nov 2017 14:52:41 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8374968103534534009==" MIME-Version: 1.0 Subject: Re: Review Request 64141: [ATLAS-2287]: Include lucene libraries when building atlas distribution with Janus profile From: Nigel Jones To: Apoorv Naik , Madhan Neethiraj , Ashutosh Mestry Cc: Nigel Jones , atlas , Sarath Subramanian Date: Thu, 30 Nov 2017 14:52:41 -0000 Message-ID: <20171130145241.62276.14072@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Nigel Jones X-ReviewGroup: atlas X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/64141/ X-Sender: Nigel Jones References: <20171129023217.26325.52752@reviews-vm2.apache.org> In-Reply-To: <20171129023217.26325.52752@reviews-vm2.apache.org> Reply-To: Nigel Jones X-ReviewRequest-Repository: atlas archived-at: Thu, 30 Nov 2017 14:52:49 -0000 --===============8374968103534534009== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64141/#review192257 ----------------------------------------------------------- I tried this patch on atlas-master (0900 UTC 20171130), maven 3.5.0, java 8 (b152), macOS. Only built for janus Built clean. Server started, but seemed very slow to do so application.log showing many errors - including zookeeper every 1s quick_start failed (503/service unavailable) UI fails (503/service unavailable) script for titan054 etc on mail list did pass the above (some errors, but many less) Conclusion: patch doesn't work for me - Nigel Jones - Nigel Jones On Nov. 29, 2017, 2:32 a.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64141/ > ----------------------------------------------------------- > > (Updated Nov. 29, 2017, 2:32 a.m.) > > > Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj. > > > Bugs: ATLAS-2287 > https://issues.apache.org/jira/browse/ATLAS-2287 > > > Repository: atlas > > > Description > ------- > > When Atlas is build using -Pdist profile, lucene jars are excluded during packaging of the war file. Since we are not shading graphdb module for janus profile, these jars are needed as run time dependency. > Titan's shaded jar includes the lucene libraries and hence were excluded during packaging of war to avoid duplicate dependencies. > > > Diffs > ----- > > distro/pom.xml eea256d8 > pom.xml 3720c1f5 > webapp/pom.xml b4a96d36 > > > Diff: https://reviews.apache.org/r/64141/diff/1/ > > > Testing > ------- > > validated building atlas distribution using both janus and titan0 profile. Atlas starts fine and basic functionalities working. > > mvn clean install -DskipTests -Pdist,embedded-hbase-solr > mvn clean install -DskipTests -Pdist,embedded-hbase-solr -DGRAPH-PROVIDER=titan0 > > > Thanks, > > Sarath Subramanian > > --===============8374968103534534009==--