Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4838A10A05 for ; Sun, 10 May 2015 01:51:47 +0000 (UTC) Received: (qmail 88291 invoked by uid 500); 10 May 2015 01:51:47 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 88244 invoked by uid 500); 10 May 2015 01:51:47 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 88233 invoked by uid 99); 10 May 2015 01:51:46 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2015 01:51:46 +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 54AE2C124B for ; Sun, 10 May 2015 01:51:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.158 X-Spam-Level: ***** X-Spam-Status: No, score=5.158 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Rx6YyAk00b4I for ; Sun, 10 May 2015 01:51:44 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 1B43543E6A for ; Sun, 10 May 2015 01:51:44 +0000 (UTC) Received: (qmail 88221 invoked by uid 99); 10 May 2015 01:51:43 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2015 01:51:43 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 8B2531DD29E; Sun, 10 May 2015 01:51:44 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0765363694555461728==" MIME-Version: 1.0 Subject: Re: Review Request 32946: Falcon-1121: Backend Support for Free-text Entity Search From: "Srikanth Sundarrajan" To: "Venkat Ranganathan" , "Seetharam Venkatesh" , "Sowmya Ramesh" , "Ajay Yadava" Cc: "Ying Zheng" , "Srikanth Sundarrajan" , "Falcon" Date: Sun, 10 May 2015 01:51:44 -0000 Message-ID: <20150510015144.31936.28554@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Srikanth Sundarrajan" X-ReviewGroup: Falcon X-ReviewRequest-URL: https://reviews.apache.org/r/32946/ X-Sender: "Srikanth Sundarrajan" References: <20150427214445.17829.4731@reviews.apache.org> In-Reply-To: <20150427214445.17829.4731@reviews.apache.org> Reply-To: "Srikanth Sundarrajan" X-ReviewRequest-Repository: falcon-git --===============0765363694555461728== 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/32946/#review83174 ----------------------------------------------------------- Have shared my views on the API here. Haven't reviewed the rest of the patch https://issues.apache.org/jira/browse/FALCON-1095?focusedCommentId=14536986#comment-14536986 Also can we drop the "schedulable" entityType and include a specific entity or include all entities. (in which case we would make entityType optional for this api). Reason for suggesting this is to avoid excluding clusters specifically when entitites are being searched. Dont recall seeing any changes in the Authorization layer with respect to this change. Are there any needed ? - Srikanth Sundarrajan On April 27, 2015, 9:44 p.m., Ying Zheng wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32946/ > ----------------------------------------------------------- > > (Updated April 27, 2015, 9:44 p.m.) > > > Review request for Falcon, Ajay Yadava, Sowmya Ramesh, Seetharam Venkatesh, and Venkat Ranganathan. > > > Bugs: Falcon-1121 > https://issues.apache.org/jira/browse/Falcon-1121 > > > Repository: falcon-git > > > Description > ------- > > See parent JIRA Falcon-1095 for detailed descriptions: http://issues.apache.org/jira/browse/Falcon-1095 > Four changes in total: > 1. Added API support: return feeds and processes if :entity-type is set to schedulable; change parameter for subsequence matching from "pattern" to "nameseq"; multi-keyword matching for entity tags with parameter "tagkeys". > 2. Added command line support. > 3. Added unit tests. > 4. Updated twiki. > > > Diffs > ----- > > client/src/main/java/org/apache/falcon/cli/FalconCLI.java 7d56b01 > client/src/main/java/org/apache/falcon/client/FalconClient.java fedcea6 > client/src/main/java/org/apache/falcon/entity/v0/Entity.java 7fb271d > client/src/main/java/org/apache/falcon/resource/EntityList.java 4c96195 > common/src/main/java/org/apache/falcon/entity/store/ConfigurationStore.java b84371f > docs/src/site/twiki/FalconCLI.twiki 0e42ae2 > docs/src/site/twiki/restapi/EntityList.twiki 08dd304 > prism/src/main/java/org/apache/falcon/resource/AbstractEntityManager.java 25cb312 > prism/src/main/java/org/apache/falcon/resource/AbstractSchedulableEntityManager.java 6198c74 > prism/src/main/java/org/apache/falcon/resource/proxy/SchedulableEntityManagerProxy.java 6ccfd09 > prism/src/test/java/org/apache/falcon/resource/EntityManagerTest.java 9b0dec5 > webapp/src/main/java/org/apache/falcon/resource/SchedulableEntityManager.java 82a622c > webapp/src/test/java/org/apache/falcon/cli/FalconCLIIT.java dd14e9c > webapp/src/test/java/org/apache/falcon/cli/FalconCLISmokeIT.java ee5534a > webapp/src/test/java/org/apache/falcon/resource/EntityManagerJerseyIT.java 280253d > > Diff: https://reviews.apache.org/r/32946/diff/ > > > Testing > ------- > > Unit tests passed. Also tested command line and using api calls. > > > Thanks, > > Ying Zheng > > --===============0765363694555461728==--