You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sr...@apache.org on 2014/09/20 00:11:53 UTC

git commit: SENTRY-450: Add new Hive UDFs to the whitelist ( Prasad Mujumdar via Sravya Tirukkovalur)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 692ff834e -> d93ec7c1a


SENTRY-450: Add new Hive UDFs to the whitelist ( Prasad Mujumdar via Sravya Tirukkovalur)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/d93ec7c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/d93ec7c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/d93ec7c1

Branch: refs/heads/master
Commit: d93ec7c1a9be0dd21e89ebbb37e2e62773fd366d
Parents: 692ff83
Author: Sravya Tirukkovalur <sr...@clouera.com>
Authored: Fri Sep 19 15:11:26 2014 -0700
Committer: Sravya Tirukkovalur <sr...@clouera.com>
Committed: Fri Sep 19 15:11:26 2014 -0700

----------------------------------------------------------------------
 .../java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/d93ec7c1/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
index b67f505..4d2a625 100644
--- a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
+++ b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
@@ -125,6 +125,7 @@ public class HiveAuthzConf extends Configuration {
     "variance,weekofyear,when,xpath,xpath_boolean,xpath_double,xpath_float,xpath_int,xpath_long," +
     "xpath_number,xpath_short,xpath_string,year,base64,cume_dist, decode, dense_rank, first_value," +
     "lag, last_value, lead, noop, noopwithmap, ntile, nvl, percent_rank, rank, to_unix_timestamp," +
+    "current_database, char, varchar, matchpath, row_number" +
     "unbase64,windowingtablefunction";
 
   // map of current property names - > deprecated property names.