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 D59FB11B0F for ; Mon, 28 Apr 2014 10:16:39 +0000 (UTC) Received: (qmail 44231 invoked by uid 500); 28 Apr 2014 10:16:39 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 44134 invoked by uid 500); 28 Apr 2014 10:16:38 -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 44126 invoked by uid 99); 28 Apr 2014 10:16:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 10:16:38 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Mon, 28 Apr 2014 10:16:36 +0000 Received: (qmail 43916 invoked by uid 99); 28 Apr 2014 10:16:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 10:16:16 +0000 Date: Mon, 28 Apr 2014 10:16:16 +0000 (UTC) From: "Shwetha G S (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-390) falcon HCatProcess tests are failing in secure clusters 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-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13982889#comment-13982889 ] Shwetha G S commented on FALCON-390: ------------------------------------ {noformat} - replicationMapper.createReplicatonWorkflow(targetCluster, basePath, coordName); for (org.apache.falcon.entity.v0.feed.Cluster feedCluster : entity.getClusters().getClusters()) { if (feedCluster.getType() == ClusterType.SOURCE) { - COORDINATORAPP coord = replicationMapper.createAndGetCoord(entity, - (Cluster) ConfigurationStore.get().get(EntityType.CLUSTER, feedCluster.getName()), - targetCluster, bundlePath); + Cluster srcCluster = ConfigurationStore.get().get(EntityType.CLUSTER, feedCluster.getName()); + replicationMapper.createReplicatonWorkflow(targetCluster, srcCluster, basePath, coordName); {noformat} For multiple source usecase, this creates multiple replication workflows. Is there any difference in workflows? OozieWorkflowBuilder.createHiveConf() and propagateHiveCredentials() set the same properties. Move setting properties to common code? > falcon HCatProcess tests are failing in secure clusters > ------------------------------------------------------- > > Key: FALCON-390 > URL: https://issues.apache.org/jira/browse/FALCON-390 > Project: Falcon > Issue Type: Bug > Affects Versions: 0.5 > Environment: linux, secure > Reporter: Raghav Kumar Gautam > Assignee: Venkatesh Seetharam > Labels: security > Fix For: 0.5 > > Attachments: FALCON-390-v1.patch, FALCON-390-v2.patch > > > All the HCatProcess tests are failing in secure mode. Oozie is not able to talk to hcat server. The following additions additional configuration needs to be added. > job.properties- > hive.metastore.sasl.enabled=true > hive.metastore.kerberos.principal=hive/@ > workflow.xml- > > > > hcat.metastore.uri > thrift://: > > > hcat.metastore.principal > hive/@ > > > -- This message was sent by Atlassian JIRA (v6.2#6252)