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 8B79D200CDF for ; Thu, 17 Aug 2017 23:20:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8975116BCF6; Thu, 17 Aug 2017 21:20:38 +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 CD5AB16BCF5 for ; Thu, 17 Aug 2017 23:20:37 +0200 (CEST) Received: (qmail 9174 invoked by uid 500); 17 Aug 2017 21:20:35 -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 9163 invoked by uid 99); 17 Aug 2017 21:20:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2017 21:20:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7CF3FC008F for ; Thu, 17 Aug 2017 21:20:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cGWTrJtbL-lz for ; Thu, 17 Aug 2017 21:20:33 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3937F5FCB9 for ; Thu, 17 Aug 2017 21:20:33 +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 D2F4AE00A7; Thu, 17 Aug 2017 21:20:32 +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 BA7DAC40476; Thu, 17 Aug 2017 21:20:32 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0013105586263538787==" MIME-Version: 1.0 Subject: Re: Review Request 61721: [ATLAS-2054]: Add flag to exclude attribute mapping in FullTextMapper From: Madhan Neethiraj To: Madhan Neethiraj Cc: atlas , Sarath Subramanian Date: Thu, 17 Aug 2017 21:20:32 -0000 Message-ID: <20170817212032.56465.77879@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Madhan Neethiraj X-ReviewGroup: atlas X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/61721/ X-Sender: Madhan Neethiraj References: <20170817210217.56474.57116@reviews-vm2.apache.org> In-Reply-To: <20170817210217.56474.57116@reviews-vm2.apache.org> Reply-To: Madhan Neethiraj X-ReviewRequest-Repository: atlas archived-at: Thu, 17 Aug 2017 21:20:38 -0000 --===============0013105586263538787== 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/61721/#review183156 ----------------------------------------------------------- repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java Line 127 (original), 143 (patched) excludeAttributes - has attributes for the entity-type. It should be for classification.getTypeName() here. Please review. - Madhan Neethiraj On Aug. 17, 2017, 9:02 p.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61721/ > ----------------------------------------------------------- > > (Updated Aug. 17, 2017, 9:02 p.m.) > > > Review request for atlas and Madhan Neethiraj. > > > Bugs: ATLAS-2054 > https://issues.apache.org/jira/browse/ATLAS-2054 > > > Repository: atlas > > > Description > ------- > > Add property in atlas-application.properties to exclude listed attributes to be excluded when mapping fulltext > > e.g. > atlas.search.fulltext.type.hive_table.attributes.exclude=profileData > atlas.search.fulltext.type.hive_column.attributes.exclude=profileData > > > Diffs > ----- > > repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java 1ed12bc0 > > > Diff: https://reviews.apache.org/r/61721/diff/1/ > > > Testing > ------- > > mvn clean package suceeded. > > > Thanks, > > Sarath Subramanian > > --===============0013105586263538787==--