From commits-return-6429-apmail-sentry-commits-archive=sentry.apache.org@sentry.incubator.apache.org Wed May 6 03:28:34 2015 Return-Path: X-Original-To: apmail-sentry-commits-archive@minotaur.apache.org Delivered-To: apmail-sentry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67A411773C for ; Wed, 6 May 2015 03:28:34 +0000 (UTC) Received: (qmail 62864 invoked by uid 500); 6 May 2015 03:28:34 -0000 Delivered-To: apmail-sentry-commits-archive@sentry.apache.org Received: (qmail 62824 invoked by uid 500); 6 May 2015 03:28:34 -0000 Mailing-List: contact commits-help@sentry.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sentry.incubator.apache.org Delivered-To: mailing list commits@sentry.incubator.apache.org Received: (qmail 62812 invoked by uid 99); 6 May 2015 03:28:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 03:28:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 03:28:08 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 4BA502542B for ; Wed, 6 May 2015 03:27:30 +0000 (UTC) Received: (qmail 31538 invoked by uid 99); 6 May 2015 03:27:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 03:27:29 +0000 Date: Wed, 6 May 2015 03:27:29 +0000 (UTC) From: "Hadoop QA (JIRA)" To: commits@sentry.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SENTRY-717) Fix the UDF whitelist format for functions row_number and unbase64 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/SENTRY-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529829#comment-14529829 ] Hadoop QA commented on SENTRY-717: ---------------------------------- Here are the results of testing the latest attachment https://issues.apache.org/jira/secure/attachment/12730680/SENTRY-717.001.patch against master. {color:red}Overall:{color} -1 due to 10 errors {color:red}ERROR:{color} mvn test exited 1 {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hive.TestPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hive.TestPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hive.TestPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegesAtTableScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hive.TestPrivilegesAtColumnScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbPrivilegesAtColumnScope {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbMovingToProduction Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/577/console This message is automatically generated. > Fix the UDF whitelist format for functions row_number and unbase64 > ------------------------------------------------------------------ > > Key: SENTRY-717 > URL: https://issues.apache.org/jira/browse/SENTRY-717 > Project: Sentry > Issue Type: Bug > Affects Versions: 1.4.0, 1.5.0 > Reporter: Prasad Mujumdar > Assignee: Colin Ma > Labels: newbie > Attachments: SENTRY-717.001.patch > > > Hive plugin has a default UDF whitelist that's enforced by Sentry. There's a comma missing between row_number and unbase64. Due to this both functions are not included in the udf white list. > The HiveAuthzConf.java:HIVE_UDF_WHITE_LIST needs to have a comma between these two udf names. -- This message was sent by Atlassian JIRA (v6.3.4#6332)