Review - Draft : Board Report for Ranger - period Ending 01/31/2017

2017-01-31 Thread Selvamohan Neethiraj
Rangers:

Please review the draft Board report below and let me know if you need to 
add/mod anything below ….

Thanks,
Selva-

==
# Description
The Ranger project is a framework to enable, monitor and manage 
comprehensive data security across the Hadoop platform.

# Issues
* Running into some JIRA permission issues for the past few days. Working 
with INFRA team (INFRA-13423)

# Status
* Graduation approved by board on Jan 18, 2017
* Working through tasks required of graduating projects
* Release Plan for Ranger 0.7.0 will be started soon.

# Releases
* ranger-0.6.3 released on 2017-01-30 (Fixed some of the key security 
issues)

# Development Activity
* Community is discussing the scope of next release
* Jira: 55(added), 66(resolved) (in the last 31 days)
* Git(Source): 75 commits over last 31 days
* SVN(Site & Docs): 5 commits over last 31 days

# Community Activity
## Membership Changes
* Added all committers to PMC list as part of the graduation (01-18-2017); 
Added (Alok Lal, Colm O hEigeartaigh, Gautam Borad)
* No new committers in the last 31 days.
* Gautam Borad was added as a committer on 06-29-2015
## Mailing List Activity
* user@ranger: 48 messages over last 31 days
* dev@ranger: 587 messages over last 31 days
* commits@ranger:  96 messages over last 31 days
==




Re: Review Request 56146: RANGER-1342: Hive test connection is not working when using local/ldap user credentials in repo config

2017-01-31 Thread Ramesh Mani

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


Ship it!




Ship It!

- Ramesh Mani


On Feb. 1, 2017, 1:24 a.m., Sailaja Polavarapu wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56146/
> ---
> 
> (Updated Feb. 1, 2017, 1:24 a.m.)
> 
> 
> Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Abhay 
> Kulkarni, Madhan Neethiraj, Pradeep Agrawal, Ramesh Mani, and Velmurugan 
> Periasamy.
> 
> 
> Bugs: RANGER-1342
> https://issues.apache.org/jira/browse/RANGER-1342
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> When reading the config from the service request, the password is not 
> encrypted. But during the client login, code expects the password in 
> encrypted format. This issue happens with other plugins like hdfs, yarn, and 
> hbase as well.
> 
> 
> Diffs
> -
> 
>   
> agents-common/src/main/java/org/apache/ranger/plugin/client/HadoopConfigHolder.java
>  902a8b9 
> 
> Diff: https://reviews.apache.org/r/56146/diff/
> 
> 
> Testing
> ---
> 
> 1. Performed functional tests with test connection as well as resource lookup 
> as the code flow is common for both the cases.
> 2. Also, verified cases for other plugins like hbase and hdfs
> 3. Verified both the cases with and without saving new credentials in the 
> repo config.
> 4. Verfied with both local and AD users.
> 
> 
> Thanks,
> 
> Sailaja Polavarapu
> 
>



[jira] [Updated] (RANGER-1342) Hive test connection is not working

2017-01-31 Thread Sailaja Polavarapu (JIRA)

 [ 
https://issues.apache.org/jira/browse/RANGER-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sailaja Polavarapu updated RANGER-1342:
---
Attachment: 0001-RANGER-1342-Hive-test-connection-is-not-working.patch

Review request available at:
https://reviews.apache.org/r/56146/

> Hive test connection is not working
> ---
>
> Key: RANGER-1342
> URL: https://issues.apache.org/jira/browse/RANGER-1342
> Project: Ranger
>  Issue Type: Bug
>  Components: Ranger
>Affects Versions: 0.6.0, 0.6.1, 0.6.2
>Reporter: Sailaja Polavarapu
> Attachments: 
> 0001-RANGER-1342-Hive-test-connection-is-not-working.patch
>
>
> Hive test connection is not working when using local or ldap user credentials 
> in  repo config.
> xa_portal logs:
> 2017-02-01 00:30:14,373 [timed-executor-pool-0] ERROR 
> org.apache.ranger.plugin.util.PasswordUtils (PasswordUtils.java:127) - Unable 
> to decrypt password due to error
> javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 
> when decrypting with padded cipher
>   at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:934)
>   at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:845)
>   at com.sun.crypto.provider.PBES1Core.doFinal(PBES1Core.java:416)
>   at 
> com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineDoFinal(PBEWithMD5AndDESCipher.java:316)
>   at javax.crypto.Cipher.doFinal(Cipher.java:2165)
>   at 
> org.apache.ranger.plugin.util.PasswordUtils.decryptPassword(PasswordUtils.java:112)
>   at org.apache.ranger.plugin.client.BaseClient.login(BaseClient.java:113)
>   at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:59)
>   at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:51)
>   at 
> org.apache.ranger.services.hive.client.HiveClient.(HiveClient.java:60)
>   at 
> org.apache.ranger.services.hive.client.HiveClient.connectionTest(HiveClient.java:633)
>   at 
> org.apache.ranger.services.hive.client.HiveResourceMgr.connectionTest(HiveResourceMgr.java:49)
>   at 
> org.apache.ranger.services.hive.RangerServiceHive.validateConfig(RangerServiceHive.java:57)
>   at 
> org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:560)
>   at 
> org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:547)
>   at 
> org.apache.ranger.biz.ServiceMgr$TimedCallable.call(ServiceMgr.java:508)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> 2017-02-01 00:30:14,374 [timed-executor-pool-0] ERROR 
> apache.ranger.services.hive.client.HiveResourceMgr (HiveResourceMgr.java:51) 
> - <== HiveResourceMgr.connectionTest Error: 
> org.apache.ranger.plugin.client.HadoopException: Unable to login to Hadoop 
> environment [cl1_hive]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Review Request 56146: RANGER-1342: Hive test connection is not working when using local/ldap user credentials in repo config

2017-01-31 Thread Sailaja Polavarapu

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

Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Abhay 
Kulkarni, Madhan Neethiraj, Pradeep Agrawal, Ramesh Mani, and Velmurugan 
Periasamy.


Bugs: RANGER-1342
https://issues.apache.org/jira/browse/RANGER-1342


Repository: ranger


Description
---

When reading the config from the service request, the password is not 
encrypted. But during the client login, code expects the password in encrypted 
format. This issue happens with other plugins like hdfs, yarn, and hbase as 
well.


Diffs
-

  
agents-common/src/main/java/org/apache/ranger/plugin/client/HadoopConfigHolder.java
 902a8b9 

Diff: https://reviews.apache.org/r/56146/diff/


Testing
---

1. Performed functional tests with test connection as well as resource lookup 
as the code flow is common for both the cases.
2. Also, verified cases for other plugins like hbase and hdfs
3. Verified both the cases with and without saving new credentials in the repo 
config.
4. Verfied with both local and AD users.


Thanks,

Sailaja Polavarapu



[jira] [Commented] (RANGER-1342) Hive test connection is not working

2017-01-31 Thread Sailaja Polavarapu (JIRA)

[ 
https://issues.apache.org/jira/browse/RANGER-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847837#comment-15847837
 ] 

Sailaja Polavarapu commented on RANGER-1342:


This is same issue with other plugins like hdfs, hbase, and yarn.

> Hive test connection is not working
> ---
>
> Key: RANGER-1342
> URL: https://issues.apache.org/jira/browse/RANGER-1342
> Project: Ranger
>  Issue Type: Bug
>  Components: Ranger
>Affects Versions: 0.6.0, 0.6.1, 0.6.2
>Reporter: Sailaja Polavarapu
>
> Hive test connection is not working when using local or ldap user credentials 
> in  repo config.
> xa_portal logs:
> 2017-02-01 00:30:14,373 [timed-executor-pool-0] ERROR 
> org.apache.ranger.plugin.util.PasswordUtils (PasswordUtils.java:127) - Unable 
> to decrypt password due to error
> javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 
> when decrypting with padded cipher
>   at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:934)
>   at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:845)
>   at com.sun.crypto.provider.PBES1Core.doFinal(PBES1Core.java:416)
>   at 
> com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineDoFinal(PBEWithMD5AndDESCipher.java:316)
>   at javax.crypto.Cipher.doFinal(Cipher.java:2165)
>   at 
> org.apache.ranger.plugin.util.PasswordUtils.decryptPassword(PasswordUtils.java:112)
>   at org.apache.ranger.plugin.client.BaseClient.login(BaseClient.java:113)
>   at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:59)
>   at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:51)
>   at 
> org.apache.ranger.services.hive.client.HiveClient.(HiveClient.java:60)
>   at 
> org.apache.ranger.services.hive.client.HiveClient.connectionTest(HiveClient.java:633)
>   at 
> org.apache.ranger.services.hive.client.HiveResourceMgr.connectionTest(HiveResourceMgr.java:49)
>   at 
> org.apache.ranger.services.hive.RangerServiceHive.validateConfig(RangerServiceHive.java:57)
>   at 
> org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:560)
>   at 
> org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:547)
>   at 
> org.apache.ranger.biz.ServiceMgr$TimedCallable.call(ServiceMgr.java:508)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> 2017-02-01 00:30:14,374 [timed-executor-pool-0] ERROR 
> apache.ranger.services.hive.client.HiveResourceMgr (HiveResourceMgr.java:51) 
> - <== HiveResourceMgr.connectionTest Error: 
> org.apache.ranger.plugin.client.HadoopException: Unable to login to Hadoop 
> environment [cl1_hive]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (RANGER-1342) Hive test connection is not working

2017-01-31 Thread Sailaja Polavarapu (JIRA)
Sailaja Polavarapu created RANGER-1342:
--

 Summary: Hive test connection is not working
 Key: RANGER-1342
 URL: https://issues.apache.org/jira/browse/RANGER-1342
 Project: Ranger
  Issue Type: Bug
  Components: Ranger
Affects Versions: 0.6.2, 0.6.1, 0.6.0
Reporter: Sailaja Polavarapu


Hive test connection is not working when using local or ldap user credentials 
in  repo config.

xa_portal logs:
2017-02-01 00:30:14,373 [timed-executor-pool-0] ERROR 
org.apache.ranger.plugin.util.PasswordUtils (PasswordUtils.java:127) - Unable 
to decrypt password due to error
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when 
decrypting with padded cipher
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:934)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:845)
at com.sun.crypto.provider.PBES1Core.doFinal(PBES1Core.java:416)
at 
com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineDoFinal(PBEWithMD5AndDESCipher.java:316)
at javax.crypto.Cipher.doFinal(Cipher.java:2165)
at 
org.apache.ranger.plugin.util.PasswordUtils.decryptPassword(PasswordUtils.java:112)
at org.apache.ranger.plugin.client.BaseClient.login(BaseClient.java:113)
at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:59)
at org.apache.ranger.plugin.client.BaseClient.(BaseClient.java:51)
at 
org.apache.ranger.services.hive.client.HiveClient.(HiveClient.java:60)
at 
org.apache.ranger.services.hive.client.HiveClient.connectionTest(HiveClient.java:633)
at 
org.apache.ranger.services.hive.client.HiveResourceMgr.connectionTest(HiveResourceMgr.java:49)
at 
org.apache.ranger.services.hive.RangerServiceHive.validateConfig(RangerServiceHive.java:57)
at 
org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:560)
at 
org.apache.ranger.biz.ServiceMgr$ValidateCallable.actualCall(ServiceMgr.java:547)
at 
org.apache.ranger.biz.ServiceMgr$TimedCallable.call(ServiceMgr.java:508)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-02-01 00:30:14,374 [timed-executor-pool-0] ERROR 
apache.ranger.services.hive.client.HiveResourceMgr (HiveResourceMgr.java:51) - 
<== HiveResourceMgr.connectionTest Error: 
org.apache.ranger.plugin.client.HadoopException: Unable to login to Hadoop 
environment [cl1_hive]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: Changes to JIRA ServiceDesk

2017-01-31 Thread Don Bosco Durai
One more thing I noticed was, even though the comments are marked
"Internal", I could see it them without logging into JIRA. You can try this
JIRA https://issues.apache.org/jira/browse/RANGER-1335

Also, is there an Apache JIRA to track this issue? I can add this comment
to it.

Thanks

Bosco




On Mon, Jan 30, 2017 at 4:30 PM, Selvamohan Neethiraj 
wrote:

> Unfortunately
>
> https://issues.apache.org/jira/servicedesk/agent/RANGER/people   throws -
> You don't have permission to access this Service Desk.
>
> Can someone from INFRA can help with this request?
>
> Thanks,
> Selva-
>
>
> On 1/30/17, 5:54 PM, "Pono Takamori"  wrote:
>
> Greetings from Infra,
> We recently began our upgrade path for modernizing JIRA and in the
> process ServiceDesk was also upgraded.  Before this upgrade the use of
> ServiceDesk was very straightforward for admins, but now we've
> discovered that it has irrevocably changed the permission scheme for
> ticket assignment.  Assignable users (for projects that use
> ServiceDesk [0]) are not only definable by the project one user at a
> time by a Project Administrator.
> What this means for you is that you'll need to go to the Agents [1]
> page for your project and add all users which should be assignable.
> We apologize for the added work this upgrade caused, hopefully
> Atlassian will tend to the issue [2].  Please let us know via e-mail
> or Hipchat if you have any questions.
>
> Thanks for your cooperation,
> -Pono
>
> [0] - The affected JIRA Projects are: ATLAS, CARBONDATA, INFRA, KYLIN,
> OWC, RANGER AND SENSSOFT
> [1] - https://issues.apache.org/jira/servicedesk/agent/INFRA/people
> replacing INFRA with the key of your project
> [2] - https://jira.atlassian.com/browse/JSD-861
>
>
>
>
>


[jira] (RANGER-1335) Solr for Audit Setup breaks Solr versions 5.5 and above

2017-01-31 Thread Don Bosco Durai (JIRA)

[ 
https://issues.apache.org/jira/browse/RANGER-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847480#comment-15847480
 ] 

Don Bosco Durai commented on RANGER-1335:
-

[~amadhavi], Paul has done a quite of bit of testing on various Solr versions. 
I reviewed the changes and it is pretty isolated and seems okay.

If you are using Solr 5.5, then can you do a quick test and let us if it works 
for you also? I don't anticipate any issues, but it will be good to get another 
validation.

Thanks



> Solr for Audit Setup breaks Solr versions 5.5 and above
> ---
>
> Key: RANGER-1335
> URL: https://issues.apache.org/jira/browse/RANGER-1335
> Project: Ranger
>  Issue Type: Bug
>  Components: audit
>Reporter: Paul Otto
>Assignee: Paul Otto
> Attachments: 
> 0001-RANGER-1335-Solr-for-Audit-Setup-breaks-Solr-version.patch
>
>
> Beginning with Solr 5.5, solr.admin.AdminHandlers no longer exists. This when 
> the ranger_audit core is added, Solr only partially loads. This can be 
> resolved by simply removing the  class="solr.admin.AdminHandlers" /> block.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (RANGER-1335) Solr for Audit Setup breaks Solr versions 5.5 and above

2017-01-31 Thread Madhavi Amirneni (JIRA)

[ 
https://issues.apache.org/jira/browse/RANGER-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847398#comment-15847398
 ] 

Madhavi Amirneni commented on RANGER-1335:
--

Hi, 

Is the testing complete for this patch? We are interested in this patch, as can 
not use audit to Solr 5.5 with out this patch. 

> Solr for Audit Setup breaks Solr versions 5.5 and above
> ---
>
> Key: RANGER-1335
> URL: https://issues.apache.org/jira/browse/RANGER-1335
> Project: Ranger
>  Issue Type: Bug
>  Components: audit
>Reporter: Paul Otto
>Assignee: Paul Otto
> Attachments: 
> 0001-RANGER-1335-Solr-for-Audit-Setup-breaks-Solr-version.patch
>
>
> Beginning with Solr 5.5, solr.admin.AdminHandlers no longer exists. This when 
> the ranger_audit core is added, Solr only partially loads. This can be 
> resolved by simply removing the  class="solr.admin.AdminHandlers" /> block.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Call for abstracts open for Dataworks & Hadoop Summit San Jose

2017-01-31 Thread Alan Gates
The Dataworks & Hadoop summit will be in San Jose June 13-15, 2017.  The call 
for abstracts closes February 10.  You can submit an abstract at 
http://tinyurl.com/dwsj17CFA

There are tracks for Hadoop, data processing and warehousing, governance and 
security, IoT and streaming, cloud and operations, and Spark and data science.  
As always the talks will be chosen by committees from the relevant communities.

Alan.

Re: svn commit: r1781018 - in /incubator/ranger/site/trunk: download.html faq.html index.html issue-tracking.html license.html mail-lists.html project-info.html project-summary.html quick_start_guide.

2017-01-31 Thread Selvamohan Neethiraj
INFRA ticket,  https://issues.apache.org/jira/browse/INFRA-13433  created to 
address this issue.
Selva-


On 1/31/17, 7:16 AM, "Selvamohan Neethiraj"  wrote:

Thanks Colm, I will file an INFRA jira to get this fixed.

Selva-


On 1/31/17, 4:42 AM, "Colm O hEigeartaigh"  wrote:

It looks like there is something missing to link the repo:

https://dist.apache.org/repos/dist/release/ranger/

with the official Apache dist repo:

http://www.apache.org/dist/ranger

The latter throws a 404. We must not link to "https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz" for the main
release by the way, but to a mirror of 
"http://www.apache.org/dist/ranger";.
Could someone ask INFRA why "http://www.apache.org/dist/ranger"; is not
available?

Colm.

-- Forwarded message --
From: 
Date: Tue, Jan 31, 2017 at 4:49 AM
Subject: svn commit: r1781018 - in /incubator/ranger/site/trunk:
download.html faq.html index.html issue-tracking.html license.html
mail-lists.html project-info.html project-summary.html
quick_start_guide.html team-list.html
To: comm...@ranger.apache.org


Author: vel
Date: Tue Jan 31 04:49:16 2017
New Revision: 1781018

URL: http://svn.apache.org/viewvc?rev=1781018&view=rev
Log:
Updating the docs with 0.6.3 release

Modified:
incubator/ranger/site/trunk/download.html
incubator/ranger/site/trunk/faq.html
incubator/ranger/site/trunk/index.html
incubator/ranger/site/trunk/issue-tracking.html
incubator/ranger/site/trunk/license.html
incubator/ranger/site/trunk/mail-lists.html
incubator/ranger/site/trunk/project-info.html
incubator/ranger/site/trunk/project-summary.html
incubator/ranger/site/trunk/quick_start_guide.html
incubator/ranger/site/trunk/team-list.html

Modified: incubator/ranger/site/trunk/download.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
download.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/download.html (original)
+++ incubator/ranger/site/trunk/download.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 


@@ -259,13 +266,13 @@ LICENSE.txt and NOTICE.txt files contain
 

 
-The current stable release is Apache Ranger 0.6.2:
+The current stable release is Apache Ranger 0.6.3:
 

 
-https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz">apache-ranger-incubating-0.6.2.tar.gz
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.asc">PGP)
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.mds">Digests)
+https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz">
apache-ranger-0.6.3.tar.gz
+(https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.asc">PGP)
+(https://dist.apache.org/

repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.mds">Digests)
 
 


Modified: incubator/ranger/site/trunk/faq.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
faq.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/faq.html (original)
+++ incubator/ranger/site/trunk/faq.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 



Modified: incubator/rang

Re: svn commit: r1781018 - in /incubator/ranger/site/trunk: download.html faq.html index.html issue-tracking.html license.html mail-lists.html project-info.html project-summary.html quick_start_guide.

2017-01-31 Thread Selvamohan Neethiraj
Thanks Colm, I will file an INFRA jira to get this fixed.

Selva-


On 1/31/17, 4:42 AM, "Colm O hEigeartaigh"  wrote:

It looks like there is something missing to link the repo:

https://dist.apache.org/repos/dist/release/ranger/

with the official Apache dist repo:

http://www.apache.org/dist/ranger

The latter throws a 404. We must not link to "https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz" for the main
release by the way, but to a mirror of "http://www.apache.org/dist/ranger";.
Could someone ask INFRA why "http://www.apache.org/dist/ranger"; is not
available?

Colm.

-- Forwarded message --
From: 
Date: Tue, Jan 31, 2017 at 4:49 AM
Subject: svn commit: r1781018 - in /incubator/ranger/site/trunk:
download.html faq.html index.html issue-tracking.html license.html
mail-lists.html project-info.html project-summary.html
quick_start_guide.html team-list.html
To: comm...@ranger.apache.org


Author: vel
Date: Tue Jan 31 04:49:16 2017
New Revision: 1781018

URL: http://svn.apache.org/viewvc?rev=1781018&view=rev
Log:
Updating the docs with 0.6.3 release

Modified:
incubator/ranger/site/trunk/download.html
incubator/ranger/site/trunk/faq.html
incubator/ranger/site/trunk/index.html
incubator/ranger/site/trunk/issue-tracking.html
incubator/ranger/site/trunk/license.html
incubator/ranger/site/trunk/mail-lists.html
incubator/ranger/site/trunk/project-info.html
incubator/ranger/site/trunk/project-summary.html
incubator/ranger/site/trunk/quick_start_guide.html
incubator/ranger/site/trunk/team-list.html

Modified: incubator/ranger/site/trunk/download.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
download.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/download.html (original)
+++ incubator/ranger/site/trunk/download.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 


@@ -259,13 +266,13 @@ LICENSE.txt and NOTICE.txt files contain
 

 
-The current stable release is Apache Ranger 0.6.2:
+The current stable release is Apache Ranger 0.6.3:
 

 
-https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz">apache-ranger-incubating-0.6.2.tar.gz
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.asc">PGP)
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.mds">Digests)
+https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz">
apache-ranger-0.6.3.tar.gz
+(https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.asc">PGP)
+(https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.mds">Digests)
 
 


Modified: incubator/ranger/site/trunk/faq.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
faq.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/faq.html (original)
+++ incubator/ranger/site/trunk/faq.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 



Modified: incubator/ranger/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
index.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/index.html (original)
+++ incubator/ranger/site/trunk/index.html Tue Jan 31 04:49:16 2017
@@ -195,6 +195,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+   

Fwd: svn commit: r1781018 - in /incubator/ranger/site/trunk: download.html faq.html index.html issue-tracking.html license.html mail-lists.html project-info.html project-summary.html quick_start_guide

2017-01-31 Thread Colm O hEigeartaigh
It looks like there is something missing to link the repo:

https://dist.apache.org/repos/dist/release/ranger/

with the official Apache dist repo:

http://www.apache.org/dist/ranger

The latter throws a 404. We must not link to "https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz" for the main
release by the way, but to a mirror of "http://www.apache.org/dist/ranger";.
Could someone ask INFRA why "http://www.apache.org/dist/ranger"; is not
available?

Colm.

-- Forwarded message --
From: 
Date: Tue, Jan 31, 2017 at 4:49 AM
Subject: svn commit: r1781018 - in /incubator/ranger/site/trunk:
download.html faq.html index.html issue-tracking.html license.html
mail-lists.html project-info.html project-summary.html
quick_start_guide.html team-list.html
To: comm...@ranger.apache.org


Author: vel
Date: Tue Jan 31 04:49:16 2017
New Revision: 1781018

URL: http://svn.apache.org/viewvc?rev=1781018&view=rev
Log:
Updating the docs with 0.6.3 release

Modified:
incubator/ranger/site/trunk/download.html
incubator/ranger/site/trunk/faq.html
incubator/ranger/site/trunk/index.html
incubator/ranger/site/trunk/issue-tracking.html
incubator/ranger/site/trunk/license.html
incubator/ranger/site/trunk/mail-lists.html
incubator/ranger/site/trunk/project-info.html
incubator/ranger/site/trunk/project-summary.html
incubator/ranger/site/trunk/quick_start_guide.html
incubator/ranger/site/trunk/team-list.html

Modified: incubator/ranger/site/trunk/download.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
download.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/download.html (original)
+++ incubator/ranger/site/trunk/download.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 


@@ -259,13 +266,13 @@ LICENSE.txt and NOTICE.txt files contain
 

 
-The current stable release is Apache Ranger 0.6.2:
+The current stable release is Apache Ranger 0.6.3:
 

 
-https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz">apache-ranger-incubating-0.6.2.tar.gz
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.asc">PGP)
-(https://dist.apache.org/
repos/dist/release/ranger/0.6.2-incubating/apache-ranger-
incubating-0.6.2.tar.gz.mds">Digests)
+https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz">
apache-ranger-0.6.3.tar.gz
+(https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.asc">PGP)
+(https://dist.apache.org/
repos/dist/release/ranger/0.6.3/apache-ranger-0.6.3.tar.gz.mds">Digests)
 
 


Modified: incubator/ranger/site/trunk/faq.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
faq.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/faq.html (original)
+++ incubator/ranger/site/trunk/faq.html Tue Jan 31 04:49:16 2017
@@ -193,6 +193,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 



Modified: incubator/ranger/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
index.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/index.html (original)
+++ incubator/ranger/site/trunk/index.html Tue Jan 31 04:49:16 2017
@@ -195,6 +195,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+
 



Modified: incubator/ranger/site/trunk/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/
issue-tracking.html?rev=1781018&r1=1781017&r2=1781018&view=diff

==
--- incubator/ranger/site/trunk/issue-tracking.html (original)
+++ incubator/ranger/site/trunk/issue-tracking.html Tue Jan 31 04:49:16 2017
@@ -195,6 +195,13 @@
   
 0.6.2
 
+
+  
+
+  https://cwiki.apache.
org/confluence/display/RANGER/Apache+Ranger+0.6.3+-+Release+Notes"
class="externalLink" title="0.6.3">
+  
+0.6.3
+