Re: Review Request 68332: SENTRY-2352: User roles with ALTER on a table can not show or describe the table on which they have ALTER

2018-08-13 Thread Na Li via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68332/#review207179
---




sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzBindingHookBase.java
Line 104 (original), 104 (patched)


does Alter apply to column?



sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzPrivilegesMap.java
Lines 177 (patched)


should Drop be included as well?


- Na Li


On Aug. 13, 2018, 10:49 p.m., Sergio Pena wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68332/
> ---
> 
> (Updated Aug. 13, 2018, 10:49 p.m.)
> 
> 
> Review request for sentry, Arjun Mishra, kalyan kumar kalvagadda, and Na Li.
> 
> 
> Bugs: sentry-2352
> https://issues.apache.org/jira/browse/sentry-2352
> 
> 
> Repository: sentry
> 
> 
> Description
> ---
> 
> Added the following matrix of privileges on the DESCRIBE TABLE and SHOW 
> TABLES:
> 
> DESCRIBE table allowed and not allowed privileges:
> 
>   { null,  NOT_ALLOWED }, // Means no privileges
>   { DBModelAction.ALL, ALLOWED },
>   { DBModelAction.CREATE,  NOT_ALLOWED },
>   { DBModelAction.SELECT,  ALLOWED },
>   { DBModelAction.INSERT,  ALLOWED },
>   { DBModelAction.ALTER,   ALLOWED },
>   { DBModelAction.DROP,NOT_ALLOWED },
>   { DBModelAction.INDEX,   NOT_ALLOWED },
>   { DBModelAction.LOCK,NOT_ALLOWED },
>   
> SHOW TABLES allowed and not allowed privileges:
> 
>   { null,  NOT_ALLOWED }, // Means no privileges
>   { DBModelAction.ALL, ALLOWED },
>   { DBModelAction.CREATE,  NOT_ALLOWED },
>   { DBModelAction.SELECT,  ALLOWED },
>   { DBModelAction.INSERT,  ALLOWED },
>   { DBModelAction.ALTER,   ALLOWED },
>   { DBModelAction.DROP,ALLOWED },
>   { DBModelAction.INDEX,   ALLOWED },
>   { DBModelAction.LOCK,ALLOWED },
> 
> 
> Diffs
> -
> 
>   
> sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/DefaultSentryValidator.java
>  1ab5be35dcb7991f723c0bb885ed2a15c6f5873a 
>   
> sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzBindingHookBase.java
>  447deaf5831675257be1bbb05934a1ab4826fe9e 
>   
> sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzPrivilegesMap.java
>  78742fdacd72531eed4a7dde86871a57cf54493b 
>   
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestDescribeMetadataPrivileges.java
>  PRE-CREATION 
>   
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestShowMetadataPrivileges.java
>  PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/68332/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Sergio Pena
> 
>



Review Request 68332: SENTRY-2352: User roles with ALTER on a table can not show or describe the table on which they have ALTER

2018-08-13 Thread Sergio Pena via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68332/
---

Review request for sentry, Arjun Mishra, kalyan kumar kalvagadda, and Na Li.


Bugs: sentry-2352
https://issues.apache.org/jira/browse/sentry-2352


Repository: sentry


Description
---

Added the following matrix of privileges on the DESCRIBE TABLE and SHOW TABLES:

DESCRIBE table allowed and not allowed privileges:

  { null,  NOT_ALLOWED }, // Means no privileges
  { DBModelAction.ALL, ALLOWED },
  { DBModelAction.CREATE,  NOT_ALLOWED },
  { DBModelAction.SELECT,  ALLOWED },
  { DBModelAction.INSERT,  ALLOWED },
  { DBModelAction.ALTER,   ALLOWED },
  { DBModelAction.DROP,NOT_ALLOWED },
  { DBModelAction.INDEX,   NOT_ALLOWED },
  { DBModelAction.LOCK,NOT_ALLOWED },
  
SHOW TABLES allowed and not allowed privileges:

  { null,  NOT_ALLOWED }, // Means no privileges
  { DBModelAction.ALL, ALLOWED },
  { DBModelAction.CREATE,  NOT_ALLOWED },
  { DBModelAction.SELECT,  ALLOWED },
  { DBModelAction.INSERT,  ALLOWED },
  { DBModelAction.ALTER,   ALLOWED },
  { DBModelAction.DROP,ALLOWED },
  { DBModelAction.INDEX,   ALLOWED },
  { DBModelAction.LOCK,ALLOWED },


Diffs
-

  
sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/DefaultSentryValidator.java
 1ab5be35dcb7991f723c0bb885ed2a15c6f5873a 
  
sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzBindingHookBase.java
 447deaf5831675257be1bbb05934a1ab4826fe9e 
  
sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/HiveAuthzPrivilegesMap.java
 78742fdacd72531eed4a7dde86871a57cf54493b 
  
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestDescribeMetadataPrivileges.java
 PRE-CREATION 
  
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestShowMetadataPrivileges.java
 PRE-CREATION 


Diff: https://reviews.apache.org/r/68332/diff/1/


Testing
---


Thanks,

Sergio Pena



Re: Review Request 68302: SENTRY-2342: Update schema version verification to support multi-version clusters share same DB

2018-08-13 Thread Na Li via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68302/
---

(Updated Aug. 13, 2018, 7:18 p.m.)


Review request for sentry, Arjun Mishra, kalyan kumar kalvagadda, and Sergio 
Pena.


Bugs: sentry-2342
https://issues.apache.org/jira/browse/sentry-2342


Repository: sentry


Description (updated)
---

check if sentry version is compatible with DB schema version or not instead of 
checking if they are equal. This allows multi-version multi-clusters share the 
same DB
The approach is
1) When verifying schema, add a new input to specify if the check is strick 
(the schema version in DB has to be the same as the schema version in software 
or 2) just check if they are compatible.

When checking compatible in isSchemaVersionCompatible, 
1) If DB version is based on schema version used by Sentry Server (DB version 
string starts with software version), then it is compatible with Sentry server
2) DB version is shorter than the schema version used by Sentry Server, not 
compatible
3) major version number not equal, not compatible
4) sentry server has same major version but newer minor version than DB, not 
compatible.
5) sentry server has same major version but equal or smaller minor version than 
DB, compatible.


Diffs
-

  
sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStoreSchemaInfo.java
 0d4f26c 
  sentry-tools/src/main/java/org/apache/sentry/cli/tools/SentrySchemaTool.java 
4c3df20 
  
sentry-tools/src/test/java/org/apache/sentry/cli/tools/TestSentrySchemaTool.java
 84c2484 


Diff: https://reviews.apache.org/r/68302/diff/1/


Testing
---

TestSentrySchemaTool passed


Thanks,

Na Li



Re: Review Request 68302: SENTRY-2342: Update schema version verification to support multi-version clusters share same DB

2018-08-13 Thread kalyan kumar kalvagadda via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68302/#review207160
---



Can you explain the solution approach that you have taken in your patch to 
address the issue?



That way it will be easy to go over the patch.

- kalyan kumar kalvagadda


On Aug. 10, 2018, 9:41 p.m., Na Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68302/
> ---
> 
> (Updated Aug. 10, 2018, 9:41 p.m.)
> 
> 
> Review request for sentry, Arjun Mishra, kalyan kumar kalvagadda, and Sergio 
> Pena.
> 
> 
> Bugs: sentry-2342
> https://issues.apache.org/jira/browse/sentry-2342
> 
> 
> Repository: sentry
> 
> 
> Description
> ---
> 
> check if sentry version is compatible with DB schema version or not instead 
> of checking if they are equal. This allows multi-version multi-clusters share 
> the same DB
> 
> 
> Diffs
> -
> 
>   
> sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStoreSchemaInfo.java
>  0d4f26c 
>   
> sentry-tools/src/main/java/org/apache/sentry/cli/tools/SentrySchemaTool.java 
> 4c3df20 
>   
> sentry-tools/src/test/java/org/apache/sentry/cli/tools/TestSentrySchemaTool.java
>  84c2484 
> 
> 
> Diff: https://reviews.apache.org/r/68302/diff/1/
> 
> 
> Testing
> ---
> 
> TestSentrySchemaTool passed
> 
> 
> Thanks,
> 
> Na Li
> 
>



Re: svn commit: r28660 - in /release/sentry/2.0.1: ./ apache-sentry-2.0.1-bin.tar.gz apache-sentry-2.0.1-bin.tar.gz.asc apache-sentry-2.0.1-bin.tar.gz.sha apache-sentry-2.0.1-src.tar.gz apache-sentry-

2018-08-13 Thread Kalyan Kumar Kalvagadda
I will create a infra ticket to get a clarification on it before doing it.
Thanks for the input.


*Thanks,Kalyan Kumar Kalvagadda* | Software Engineer
t. (469) 279- 5732
cloudera.com 

[image: Cloudera] 

[image: Cloudera on Twitter]  [image:
Cloudera on Facebook]  [image: Cloudera
on LinkedIn] 
--


On Mon, Aug 13, 2018 at 12:06 PM Colm O hEigeartaigh 
wrote:

> You may need to ask INFRA about the implications of doing this, as the
> artifacts have presumably already been synced out to remote mirrors.
>
> Colm.
>
> On Mon, Aug 13, 2018 at 5:08 PM, Kalyan Kumar Kalvagadda <
> kkal...@cloudera.com.invalid> wrote:
>
> > Colm,
> >
> > Looks like I did something wrong. Plan was to submit them to dev not to
> > release. Let me revert them.
> >
> >
> >
> > *Thanks,Kalyan Kumar Kalvagadda* | Software Engineer
> > t. (469) 279- 5732
> > cloudera.com 
> >
> > [image: Cloudera] 
> >
> > [image: Cloudera on Twitter]  [image:
> > Cloudera on Facebook]  [image:
> Cloudera
> > on LinkedIn] 
> > --
> >
> >
> > On Mon, Aug 13, 2018 at 9:22 AM Colm O hEigeartaigh  >
> > wrote:
> >
> > > Hi Kalyan,
> > >
> > > Did you accidentally push to the release dist? There has been no vote
> yet
> > > on Apache Sentry 2.0.1?
> > >
> > > http://www.apache.org/dist/sentry/2.0.1/
> > >
> > > Colm.
> > >
> > > On Fri, Aug 10, 2018 at 6:10 PM,  wrote:
> > >
> > > > Author: kalyan
> > > > Date: Fri Aug 10 17:10:09 2018
> > > > New Revision: 28660
> > > >
> > > > Log:
> > > > Upload artifacts and all created check sums with signatures for
> release
> > > > 2.0.1
> > > >
> > > > Added:
> > > > release/sentry/2.0.1/
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz   (with
> props)
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz   (with
> props)
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> > > >
> > > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > > > 
> > > > ==
> > > > Binary file - no diff available.
> > > >
> > > > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > > > 
> > > > --
> > > > svn:mime-type = application/octet-stream
> > > >
> > > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > > > 
> > > > ==
> > > > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc (added)
> > > > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc Fri Aug
> 10
> > > > 17:10:09 2018
> > > > @@ -0,0 +1,11 @@
> > > > +-BEGIN PGP SIGNATURE-
> > > > +
> > > > +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu1YACgkQuTgB4hBT
> > > > +rX7rzQf/Xt9gzqzqXKOsdLlePlkCpXhydYAUTXmyVoQIiP6bythwXwG6wqKWM3/m
> > > > +j1nrnI7/Rg7nUp6egqbSF/U9Iko+DTN0pn9j9JoFHOEtOoDJsyWUBYL4FIOZDZny
> > > > +8YrAnTh/Y6qFth8SIvIVDsOnVdeiEYAbgvl4orX+FZgE6vODWiuLrLMAaDvdaPhK
> > > > +S2Nnu/uKMNcH+NQERRTg5dAfdYdCPvpTu9fqnlr8toOiAXHFnS/5YuX79CQQxLMq
> > > > +zMx+0hdyv+t6t20mmXyTGupHrj5ZGaMGDEuIVJlC5PA4fszWeg6eELiESP0Pf+2k
> > > > ++gv58oVxhfds5ktuP0c9acumy2H/9Q==
> > > > +=FKF9
> > > > +-END PGP SIGNATURE-
> > > >
> > > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > > > 
> > > > ==
> > > > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha (added)
> > > > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha Fri Aug
> 10
> > > > 17:10:09 2018
> > > > @@ -0,0 +1 @@
> > > > +a0f5c06bf06508e5d09dea8509ad1c4d7fa5dae7
> > apache-sentry-2.0.1-bin.tar.gz
> > > >
> > > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > > > 
> > > > ==
> > > > Binary file - no diff available.
> > > >
> > > > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > > > 
> > > > --
> > > > svn:mime-type = application/octet-stream
> > > >
> > > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > > > 
> > > > ==
> > > > --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc (added)
> > > > +++ rele

Re: svn commit: r28660 - in /release/sentry/2.0.1: ./ apache-sentry-2.0.1-bin.tar.gz apache-sentry-2.0.1-bin.tar.gz.asc apache-sentry-2.0.1-bin.tar.gz.sha apache-sentry-2.0.1-src.tar.gz apache-sentry-

2018-08-13 Thread Colm O hEigeartaigh
You may need to ask INFRA about the implications of doing this, as the
artifacts have presumably already been synced out to remote mirrors.

Colm.

On Mon, Aug 13, 2018 at 5:08 PM, Kalyan Kumar Kalvagadda <
kkal...@cloudera.com.invalid> wrote:

> Colm,
>
> Looks like I did something wrong. Plan was to submit them to dev not to
> release. Let me revert them.
>
>
>
> *Thanks,Kalyan Kumar Kalvagadda* | Software Engineer
> t. (469) 279- 5732
> cloudera.com 
>
> [image: Cloudera] 
>
> [image: Cloudera on Twitter]  [image:
> Cloudera on Facebook]  [image: Cloudera
> on LinkedIn] 
> --
>
>
> On Mon, Aug 13, 2018 at 9:22 AM Colm O hEigeartaigh 
> wrote:
>
> > Hi Kalyan,
> >
> > Did you accidentally push to the release dist? There has been no vote yet
> > on Apache Sentry 2.0.1?
> >
> > http://www.apache.org/dist/sentry/2.0.1/
> >
> > Colm.
> >
> > On Fri, Aug 10, 2018 at 6:10 PM,  wrote:
> >
> > > Author: kalyan
> > > Date: Fri Aug 10 17:10:09 2018
> > > New Revision: 28660
> > >
> > > Log:
> > > Upload artifacts and all created check sums with signatures for release
> > > 2.0.1
> > >
> > > Added:
> > > release/sentry/2.0.1/
> > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz   (with props)
> > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz   (with props)
> > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > > 
> > > ==
> > > Binary file - no diff available.
> > >
> > > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > > 
> > > --
> > > svn:mime-type = application/octet-stream
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > > 
> > > ==
> > > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc (added)
> > > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc Fri Aug 10
> > > 17:10:09 2018
> > > @@ -0,0 +1,11 @@
> > > +-BEGIN PGP SIGNATURE-
> > > +
> > > +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu1YACgkQuTgB4hBT
> > > +rX7rzQf/Xt9gzqzqXKOsdLlePlkCpXhydYAUTXmyVoQIiP6bythwXwG6wqKWM3/m
> > > +j1nrnI7/Rg7nUp6egqbSF/U9Iko+DTN0pn9j9JoFHOEtOoDJsyWUBYL4FIOZDZny
> > > +8YrAnTh/Y6qFth8SIvIVDsOnVdeiEYAbgvl4orX+FZgE6vODWiuLrLMAaDvdaPhK
> > > +S2Nnu/uKMNcH+NQERRTg5dAfdYdCPvpTu9fqnlr8toOiAXHFnS/5YuX79CQQxLMq
> > > +zMx+0hdyv+t6t20mmXyTGupHrj5ZGaMGDEuIVJlC5PA4fszWeg6eELiESP0Pf+2k
> > > ++gv58oVxhfds5ktuP0c9acumy2H/9Q==
> > > +=FKF9
> > > +-END PGP SIGNATURE-
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > > 
> > > ==
> > > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha (added)
> > > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha Fri Aug 10
> > > 17:10:09 2018
> > > @@ -0,0 +1 @@
> > > +a0f5c06bf06508e5d09dea8509ad1c4d7fa5dae7
> apache-sentry-2.0.1-bin.tar.gz
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > > 
> > > ==
> > > Binary file - no diff available.
> > >
> > > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > > 
> > > --
> > > svn:mime-type = application/octet-stream
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > > 
> > > ==
> > > --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc (added)
> > > +++ release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc Fri Aug 10
> > > 17:10:09 2018
> > > @@ -0,0 +1,11 @@
> > > +-BEGIN PGP SIGNATURE-
> > > +
> > > +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu4YACgkQuTgB4hBT
> > > +rX6D3gf6A4Z7xzksha9etd5mBZ3QU6CU2j/td9i8yemnGQZg1DTfaZfAq8Vdh7Fb
> > > +RJP7UD+hfjXZeZOs/ExChFhdaOET8/xaPVHB82HMOAsJbTXCaub+7vHrxmFuy7Sr
> > > +l8OOR/K4a5vxD0R8/tP3csXwvFpbotXCvwiRuSvZYUp/sqw0IS4dNcwcIHQMd5yH
> > > +fTlSNdJfZby7xyp+FKw/GxoBBwyna73Bs4KJ11eC5TM+B/Lroi0JnGcvzdM9GtWB
> > > +rjzDE5FCV0XS460yZX7tDHZrflJhWpFxQbIga8H1/bGarXsXXcTFb/DlPp0hXHj7
> > > +5TxDwBbu01O62ealZiThmYJJ09jGIg==
> > > +=Y3Ad
> > > +-END PGP SIGNATURE-
> > >
> > > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> > > ===

Re: svn commit: r28660 - in /release/sentry/2.0.1: ./ apache-sentry-2.0.1-bin.tar.gz apache-sentry-2.0.1-bin.tar.gz.asc apache-sentry-2.0.1-bin.tar.gz.sha apache-sentry-2.0.1-src.tar.gz apache-sentry-

2018-08-13 Thread Kalyan Kumar Kalvagadda
Colm,

Looks like I did something wrong. Plan was to submit them to dev not to
release. Let me revert them.



*Thanks,Kalyan Kumar Kalvagadda* | Software Engineer
t. (469) 279- 5732
cloudera.com 

[image: Cloudera] 

[image: Cloudera on Twitter]  [image:
Cloudera on Facebook]  [image: Cloudera
on LinkedIn] 
--


On Mon, Aug 13, 2018 at 9:22 AM Colm O hEigeartaigh 
wrote:

> Hi Kalyan,
>
> Did you accidentally push to the release dist? There has been no vote yet
> on Apache Sentry 2.0.1?
>
> http://www.apache.org/dist/sentry/2.0.1/
>
> Colm.
>
> On Fri, Aug 10, 2018 at 6:10 PM,  wrote:
>
> > Author: kalyan
> > Date: Fri Aug 10 17:10:09 2018
> > New Revision: 28660
> >
> > Log:
> > Upload artifacts and all created check sums with signatures for release
> > 2.0.1
> >
> > Added:
> > release/sentry/2.0.1/
> > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz   (with props)
> > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz   (with props)
> > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > 
> > ==
> > Binary file - no diff available.
> >
> > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> > 
> > --
> > svn:mime-type = application/octet-stream
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> > 
> > ==
> > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc (added)
> > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc Fri Aug 10
> > 17:10:09 2018
> > @@ -0,0 +1,11 @@
> > +-BEGIN PGP SIGNATURE-
> > +
> > +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu1YACgkQuTgB4hBT
> > +rX7rzQf/Xt9gzqzqXKOsdLlePlkCpXhydYAUTXmyVoQIiP6bythwXwG6wqKWM3/m
> > +j1nrnI7/Rg7nUp6egqbSF/U9Iko+DTN0pn9j9JoFHOEtOoDJsyWUBYL4FIOZDZny
> > +8YrAnTh/Y6qFth8SIvIVDsOnVdeiEYAbgvl4orX+FZgE6vODWiuLrLMAaDvdaPhK
> > +S2Nnu/uKMNcH+NQERRTg5dAfdYdCPvpTu9fqnlr8toOiAXHFnS/5YuX79CQQxLMq
> > +zMx+0hdyv+t6t20mmXyTGupHrj5ZGaMGDEuIVJlC5PA4fszWeg6eELiESP0Pf+2k
> > ++gv58oVxhfds5ktuP0c9acumy2H/9Q==
> > +=FKF9
> > +-END PGP SIGNATURE-
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> > 
> > ==
> > --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha (added)
> > +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha Fri Aug 10
> > 17:10:09 2018
> > @@ -0,0 +1 @@
> > +a0f5c06bf06508e5d09dea8509ad1c4d7fa5dae7  apache-sentry-2.0.1-bin.tar.gz
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > 
> > ==
> > Binary file - no diff available.
> >
> > Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> > 
> > --
> > svn:mime-type = application/octet-stream
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> > 
> > ==
> > --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc (added)
> > +++ release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc Fri Aug 10
> > 17:10:09 2018
> > @@ -0,0 +1,11 @@
> > +-BEGIN PGP SIGNATURE-
> > +
> > +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu4YACgkQuTgB4hBT
> > +rX6D3gf6A4Z7xzksha9etd5mBZ3QU6CU2j/td9i8yemnGQZg1DTfaZfAq8Vdh7Fb
> > +RJP7UD+hfjXZeZOs/ExChFhdaOET8/xaPVHB82HMOAsJbTXCaub+7vHrxmFuy7Sr
> > +l8OOR/K4a5vxD0R8/tP3csXwvFpbotXCvwiRuSvZYUp/sqw0IS4dNcwcIHQMd5yH
> > +fTlSNdJfZby7xyp+FKw/GxoBBwyna73Bs4KJ11eC5TM+B/Lroi0JnGcvzdM9GtWB
> > +rjzDE5FCV0XS460yZX7tDHZrflJhWpFxQbIga8H1/bGarXsXXcTFb/DlPp0hXHj7
> > +5TxDwBbu01O62ealZiThmYJJ09jGIg==
> > +=Y3Ad
> > +-END PGP SIGNATURE-
> >
> > Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> > 
> > ==
> > --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha (added)
> > +++ release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha Fri Aug 10
> > 17:10:09 2018
> > @@ -0,0 +1 @@
> > +62f625a64da047a0d6db5a4cfb7b7d4713abdf5e  apache-sentry-2.0.1-src.tar.gz
> >
> >
> >
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>


Re: svn commit: r28660 - in /release/sentry/2.0.1: ./ apache-sentry-2.0.1-bin.tar.gz apache-sentry-2.0.1-bin.tar.gz.asc apache-sentry-2.0.1-bin.tar.gz.sha apache-sentry-2.0.1-src.tar.gz apache-sentry-

2018-08-13 Thread Colm O hEigeartaigh
Hi Kalyan,

Did you accidentally push to the release dist? There has been no vote yet
on Apache Sentry 2.0.1?

http://www.apache.org/dist/sentry/2.0.1/

Colm.

On Fri, Aug 10, 2018 at 6:10 PM,  wrote:

> Author: kalyan
> Date: Fri Aug 10 17:10:09 2018
> New Revision: 28660
>
> Log:
> Upload artifacts and all created check sums with signatures for release
> 2.0.1
>
> Added:
> release/sentry/2.0.1/
> release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz   (with props)
> release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz   (with props)
> release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> 
> ==
> Binary file - no diff available.
>
> Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz
> 
> --
> svn:mime-type = application/octet-stream
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc
> 
> ==
> --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc (added)
> +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.asc Fri Aug 10
> 17:10:09 2018
> @@ -0,0 +1,11 @@
> +-BEGIN PGP SIGNATURE-
> +
> +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu1YACgkQuTgB4hBT
> +rX7rzQf/Xt9gzqzqXKOsdLlePlkCpXhydYAUTXmyVoQIiP6bythwXwG6wqKWM3/m
> +j1nrnI7/Rg7nUp6egqbSF/U9Iko+DTN0pn9j9JoFHOEtOoDJsyWUBYL4FIOZDZny
> +8YrAnTh/Y6qFth8SIvIVDsOnVdeiEYAbgvl4orX+FZgE6vODWiuLrLMAaDvdaPhK
> +S2Nnu/uKMNcH+NQERRTg5dAfdYdCPvpTu9fqnlr8toOiAXHFnS/5YuX79CQQxLMq
> +zMx+0hdyv+t6t20mmXyTGupHrj5ZGaMGDEuIVJlC5PA4fszWeg6eELiESP0Pf+2k
> ++gv58oVxhfds5ktuP0c9acumy2H/9Q==
> +=FKF9
> +-END PGP SIGNATURE-
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha
> 
> ==
> --- release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha (added)
> +++ release/sentry/2.0.1/apache-sentry-2.0.1-bin.tar.gz.sha Fri Aug 10
> 17:10:09 2018
> @@ -0,0 +1 @@
> +a0f5c06bf06508e5d09dea8509ad1c4d7fa5dae7  apache-sentry-2.0.1-bin.tar.gz
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> 
> ==
> Binary file - no diff available.
>
> Propchange: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz
> 
> --
> svn:mime-type = application/octet-stream
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc
> 
> ==
> --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc (added)
> +++ release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.asc Fri Aug 10
> 17:10:09 2018
> @@ -0,0 +1,11 @@
> +-BEGIN PGP SIGNATURE-
> +
> +iQEzBAABCgAdFiEEcOlp5ty89YiIz/bbuTgB4hBTrX4FAlttu4YACgkQuTgB4hBT
> +rX6D3gf6A4Z7xzksha9etd5mBZ3QU6CU2j/td9i8yemnGQZg1DTfaZfAq8Vdh7Fb
> +RJP7UD+hfjXZeZOs/ExChFhdaOET8/xaPVHB82HMOAsJbTXCaub+7vHrxmFuy7Sr
> +l8OOR/K4a5vxD0R8/tP3csXwvFpbotXCvwiRuSvZYUp/sqw0IS4dNcwcIHQMd5yH
> +fTlSNdJfZby7xyp+FKw/GxoBBwyna73Bs4KJ11eC5TM+B/Lroi0JnGcvzdM9GtWB
> +rjzDE5FCV0XS460yZX7tDHZrflJhWpFxQbIga8H1/bGarXsXXcTFb/DlPp0hXHj7
> +5TxDwBbu01O62ealZiThmYJJ09jGIg==
> +=Y3Ad
> +-END PGP SIGNATURE-
>
> Added: release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha
> 
> ==
> --- release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha (added)
> +++ release/sentry/2.0.1/apache-sentry-2.0.1-src.tar.gz.sha Fri Aug 10
> 17:10:09 2018
> @@ -0,0 +1 @@
> +62f625a64da047a0d6db5a4cfb7b7d4713abdf5e  apache-sentry-2.0.1-src.tar.gz
>
>
>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com