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 B1E9010EA4 for ; Sun, 8 Sep 2013 05:22:19 +0000 (UTC) Received: (qmail 99061 invoked by uid 500); 8 Sep 2013 05:22:19 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 99003 invoked by uid 500); 8 Sep 2013 05:22:17 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 98993 invoked by uid 99); 8 Sep 2013 05:22:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 05:22:14 +0000 X-ASF-Spam-Status: No, hits=-2002.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 08 Sep 2013 05:22:13 +0000 Received: (qmail 98963 invoked by uid 99); 8 Sep 2013 05:21:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 05:21:52 +0000 Date: Sun, 8 Sep 2013 05:21:51 +0000 (UTC) From: "Venkatesh Seetharam (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-102) Add integration tests for feed entity parser with table defined MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761197#comment-13761197 ] Venkatesh Seetharam commented on FALCON-102: -------------------------------------------- bq. Tests pass with FALCON-96 This jira blocks on FALCON-96 :-) bq. If we pass the type & path, then the consumer can choose to do whatever they want with it. This is what I have refactored now. Will attach the patch soon. I did that as part of retention path but... bq. This is still a bit unclear to me. What is the significance of Q_START or CLOSE in uri. When do they show up and why do we need to replace them. Are these specific to the thrift urls that catalog needs ? Sorry if I wasn't clear the last time. Table URI would contain a dated partition key and a File System URI a dated data path. For Ex: {code} Table URI: catalog:clicksdb:clicks#ds=${YEAR}-${MONTH}-${DAY};region=us FS URI: hdfs://localhost:8020/data/YYYY/feed1/mmHH/dd/MM/?{YEAR}-?{MONTH}-?{DAY}/more/?{YEAR} {code} The URI is parsed using java.net.URI instead of rolling my own parser. This is where URI cannot parse: {noformat}"{" or "}"{noformat}. Hence, the need for the stupid ugly string replacement. Makes sense? OTOH, I'm open to suggestions and can't think of anything better. I think all this becomes clear with how this is being used in Retention. > Add integration tests for feed entity parser with table defined > --------------------------------------------------------------- > > Key: FALCON-102 > URL: https://issues.apache.org/jira/browse/FALCON-102 > Project: Falcon > Issue Type: Sub-task > Affects Versions: 0.3 > Reporter: Venkatesh Seetharam > Assignee: Venkatesh Seetharam > Attachments: FALCON-102.patch > > > Having issues to get webhcat up and running. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira