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 DBCF310201 for ; Fri, 22 Nov 2013 17:51:04 +0000 (UTC) Received: (qmail 35170 invoked by uid 500); 22 Nov 2013 17:51:04 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 34757 invoked by uid 500); 22 Nov 2013 17:51:03 -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 33929 invoked by uid 99); 22 Nov 2013 17:50:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 17:50:59 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Fri, 22 Nov 2013 17:50:58 +0000 Received: (qmail 33327 invoked by uid 99); 22 Nov 2013 17:50:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 17:50:37 +0000 Date: Fri, 22 Nov 2013 17:50:37 +0000 (UTC) From: "Venkatesh Seetharam (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-213) FeedEntityParses.validateStorageExists should be called only from the server(not from prism) 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-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatesh Seetharam updated FALCON-213: --------------------------------------- Attachment: FALCON-213.patch > FeedEntityParses.validateStorageExists should be called only from the server(not from prism) > -------------------------------------------------------------------------------------------- > > Key: FALCON-213 > URL: https://issues.apache.org/jira/browse/FALCON-213 > Project: Falcon > Issue Type: Bug > Components: prism > Affects Versions: 0.4 > Environment: QA > Reporter: Samarth Gupta > Assignee: Venkatesh Seetharam > Priority: Critical > Attachments: FALCON-213.patch > > > if the FeedEntityParses.validateStorageExists is not able to find the table in hcat, corresponding error messages is being logged in Prism application.log , but it should be going to the falcon server where the cluster is registered and HCat is running. > Below is the error that is coming in prism log: > Caused by: org.apache.hcatalog.common.HCatException : 9001 : Exception occurred while processing HCat request : NoSuchObjectException while fetching table.. Cause : NoSuchObjectExce > ption(message:default.mytablepart table not found) > at org.apache.hcatalog.api.HCatClientHMSImpl.getTable(HCatClientHMSImpl.java:162) > at org.apache.falcon.catalog.HiveCatalogService.tableExists(HiveCatalogService.java:109) > ... 50 more > Caused by: NoSuchObjectException(message:default.mytablepart table not found) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$get_table_resultStandardScheme.read(ThriftHiveMetastore.java:27011) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$get_table_resultStandardScheme.read(ThriftHiveMetastore.java:26979) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result.read(ThriftHiveMetastore.java:26910) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_table(ThriftHiveMetastore.java:932) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_table(ThriftHiveMetastore.java:918) > at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTable(HiveMetaStoreClient.java:838) > at org.apache.hcatalog.api.HCatClientHMSImpl.getTable(HCatClientHMSImpl.java:155) > ... 51 more -- This message was sent by Atlassian JIRA (v6.1#6144)