ranger git commit: RANGER-1293:There were logic errors in create_rangerdb_user and grant_xa_db_user function

2017-02-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 90619aa10 -> 70fc18099 RANGER-1293:There were logic errors in create_rangerdb_user and grant_xa_db_user function Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo

[1/2] ranger git commit: RANGER-1353

2017-02-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 70fc18099 -> 701a368ad RANGER-1353 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/4dc8cc0b Tree:

[1/2] ranger git commit: Logger should be private static final

2017-02-06 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 6c9a84244 -> 65bc6a51b Logger should be private static final Change-Id: Ic6ea35ff31fce69fe92a66291bb06febd1febb64 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo

svn commit: r18098 - /release/ranger/0.6.2-incubating/

2017-02-03 Thread coheigea
Author: coheigea Date: Fri Feb 3 11:28:01 2017 New Revision: 18098 Log: Removing 0.6.2-incubating release from dist Removed: release/ranger/0.6.2-incubating/

ranger git commit: Updating website to use mirrors for the download release

2017-02-03 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 987a8c036 -> 5c2eee8ab Updating website to use mirrors for the download release Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/5c2eee8a Tree:

svn commit: r1781541 - 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

2017-02-03 Thread coheigea
Author: coheigea Date: Fri Feb 3 11:30:29 2017 New Revision: 1781541 URL: http://svn.apache.org/viewvc?rev=1781541=rev Log: Updating website to use mirrors for the download release Modified: incubator/ranger/site/trunk/download.html incubator/ranger/site/trunk/faq.html incubator

[1/2] ranger git commit: - code cleanup in agents-common module : * use collection methods properly - addAll/removeAll/isEmpty, * string comparison methods * and simplify the conditions, when multiple

2017-02-13 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 74905128f -> 4e414fd89 - code cleanup in agents-common module : * use collection methods properly - addAll/removeAll/isEmpty, * string comparison methods * and simplify the conditions, when multiple ifs are used Change-Id:

[2/2] ranger git commit: Minor updates to previous patch

2017-02-13 Thread coheigea
Minor updates to previous patch Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/4e414fd8 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/4e414fd8 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/4e414fd8

ranger git commit: RANGER-1363:BadCredentialsException when login

2017-02-09 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 1ffe40086 -> 1bcb9ebe5 RANGER-1363:BadCredentialsException when login Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Updating to 1.0.0-SNAPSHOT

2017-02-09 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master d7f73fe42 -> c929fcdbd Updating to 1.0.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/c929fcdb Tree:

ranger git commit: RANGER-1362:The installer of the usersync and unixauthservice can be executed when JAVA_HOME environment variable was set empty. The result is that there are many errors when instal

2017-02-09 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 84b28e9a7 -> d7f73fe42 RANGER-1362:The installer of the usersync and unixauthservice can be executed when JAVA_HOME environment variable was set empty. The result is that there are many errors when installing UserSync and

[1/3] ranger git commit: Minor typo fix

2017-02-10 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 0981a4628 -> 9558aa3a2 Minor typo fix Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/eb101791 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/eb101791

[3/3] ranger git commit: RANGER-1374:When exceptions occur during using ChangePasswordUtil tool to update admin password, the program doesn't record error messages.

2017-02-10 Thread coheigea
RANGER-1374:When exceptions occur during using ChangePasswordUtil tool to update admin password, the program doesn't record error messages. Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1370: Add method to get longs from the PropertiesUtil and eliminate the public static variables, and fix inconsistency on the default value handling

2017-02-10 Thread coheigea
RANGER-1370: Add method to get longs from the PropertiesUtil and eliminate the public static variables, and fix inconsistency on the default value handling Change-Id: I23e325e1e96d67d7e8390db324eaf682f12a8581 Signed-off-by: Colm O hEigeartaigh Project:

[1/3] ranger git commit: RANGER-1371 : Remove unneded field initializers, and unnecessary generic type informations

2017-02-10 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 525098460 -> 691c01f53 http://git-wip-us.apache.org/repos/asf/ranger/blob/691c01f5/agents-common/src/test/java/org/apache/ranger/plugin/model/validation/TestRangerServiceDefHelper.java

incubator-ranger git commit: Fixing coverity issues

2017-01-20 Thread coheigea
Repository: incubator-ranger Updated Branches: refs/heads/master 1f855bcf9 -> 6b03a286b Fixing coverity issues Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6b03a286 Tree:

ranger git commit: Fix generic types in RangerAuditFields

2017-03-02 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 360cdd683 -> 6a602cadc Fix generic types in RangerAuditFields Change-Id: I074ce7c73bbca8c28e96aab0d07168b2b0f531fe Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo

[1/2] ranger git commit: RANGER-1397

2017-02-27 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 1409c1889 -> fdb098c24 RANGER-1397 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/1f651207 Tree:

ranger git commit: RANGER-1091 - Updating the website to use https in a few places

2017-03-30 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 5cab3e2be -> 546fc8718 RANGER-1091 - Updating the website to use https in a few places Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/546fc871 Tree:

svn commit: r1789490 - in /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

2017-03-30 Thread coheigea
Author: coheigea Date: Thu Mar 30 10:32:02 2017 New Revision: 1789490 URL: http://svn.apache.org/viewvc?rev=1789490=rev Log: Switching to use https in a few places Modified: ranger/site/trunk/download.html ranger/site/trunk/faq.html ranger/site/trunk/index.html ranger/site/trunk

ranger git commit: RANGER-1458 - Starting Yarn failed after installing Ranger Yarn Plugin

2017-03-16 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 942f630ba -> 1ca8de3f4 RANGER-1458 - Starting Yarn failed after installing Ranger Yarn Plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1505 - Remove KeyProtector code in KMS

2017-04-11 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c89b55591 -> 6e512b6ab RANGER-1505 - Remove KeyProtector code in KMS Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1457 - Move COMPONENT_INSTALL_DIR_NAME to install.properties for Yarn plugin

2017-04-07 Thread coheigea
RANGER-1457 - Move COMPONENT_INSTALL_DIR_NAME to install.properties for Yarn plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a20e7a2f Tree:

[1/2] ranger git commit: RANGER-1455 - Incorrect conf dir in scripts for Hadoop

2017-04-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 1d18e76da -> a20e7a2f9 RANGER-1455 - Incorrect conf dir in scripts for Hadoop Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: code cleanup in the security admin module - fix string comparisons

2017-04-05 Thread coheigea
code cleanup in the security admin module - fix string comparisons Change-Id: Ic76336bae0a6b7c05fe1820a1ba05f345b4a66db Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/2] ranger git commit: code cleanup in the security admin module - fix string comparisons

2017-04-05 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master cdde1b6e8 -> 1d18e76da http://git-wip-us.apache.org/repos/asf/ranger/blob/1d18e76d/security-admin/src/main/java/org/apache/ranger/service/AbstractBaseResourceService.java

ranger git commit: RANGER-1527 - Make curator dependencies consistent

2017-04-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 79a8d7c86 -> 3362acea8 RANGER-1527 - Make curator dependencies consistent Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Ranger-1446: Ranger Solr Plugin does not work when the collection list in the request is empty

2017-03-13 Thread coheigea
Repository: ranger Updated Branches: refs/heads/ranger-0.7 f81da7309 -> 68d48941d Ranger-1446: Ranger Solr Plugin does not work when the collection list in the request is empty Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: Ranger-1446: Ranger Solr Plugin does not work when the collection list in the request is empty

2017-03-13 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c80d81189 -> e02967f38 Ranger-1446: Ranger Solr Plugin does not work when the collection list in the request is empty Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo

[3/3] ranger git commit: RANGER-1354 - Error on Atlas plugin install

2017-03-13 Thread coheigea
RANGER-1354 - Error on Atlas plugin install Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/c80d8118 Tree:

[2/3] ranger git commit: RANGEr-1388 - Improve error messages in AtlasKafkaResourceMapper

2017-03-13 Thread coheigea
RANGEr-1388 - Improve error messages in AtlasKafkaResourceMapper Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a4f1be82 Tree:

ranger git commit: RANGER-1514 - Remove EasyMock dependency

2017-04-18 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 50fb124e5 -> 11282a1ea RANGER-1514 - Remove EasyMock dependency Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Remove deprecated and unused code from the HBase plugin

2017-08-04 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 1befffcc1 -> 93c900c34 Remove deprecated and unused code from the HBase plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Switch to use 127.0.0.1 explicitly to see if it works

2017-07-10 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master b3e4fdb3a -> e7c13864f Switch to use 127.0.0.1 explicitly to see if it works Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/e7c13864 Tree:

ranger git commit: RANGER-1673 - The default plugin configuration file is not readable

2017-07-05 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master b096802be -> 655ceb219 RANGER-1673 - The default plugin configuration file is not readable Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1671 - The admin service can't audit to Solr using Basic Authentication

2017-06-29 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master fdb74d51f -> b7a1cc05c RANGER-1671 - The admin service can't audit to Solr using Basic Authentication Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1530 - NPE in HadoopConfigHolder

2017-04-24 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 770f274d0 -> 2a3ada006 RANGER-1530 - NPE in HadoopConfigHolder Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/2a3ada00 Tree:

ranger git commit: RANGER-1530 - NPE in HadoopConfigHolder

2017-04-24 Thread coheigea
Repository: ranger Updated Branches: refs/heads/ranger-0.7 991142992 -> 7665dcfd7 RANGER-1530 - NPE in HadoopConfigHolder Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/7665dcfd Tree:

ranger git commit: RANGER-1431:Do some code improvement in Java method AuthSessionService.mapEntityToViewBean

2017-05-03 Thread coheigea
Repository: ranger Updated Branches: refs/heads/ranger-0.7 4ff214e0b -> 0c7798f33 RANGER-1431:Do some code improvement in Java method AuthSessionService.mapEntityToViewBean Signed-off-by: zhangqiang2 Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: RANGER-1558: Let UI Hints Popover stay open while mouse is on it

2017-05-10 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master cfb6a6d70 -> 4f7519293 RANGER-1558: Let UI Hints Popover stay open while mouse is on it Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/3] ranger git commit: RANGER-1549 - Add COMPONENT_INSTALL_DIR_NAME to the Storm install.properties

2017-05-10 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master a3a5e2a7b -> cfb6a6d70 RANGER-1549 - Add COMPONENT_INSTALL_DIR_NAME to the Storm install.properties Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[3/3] ranger git commit: RANGER-1529 - Remove tez dependency from Hive/HDFS plugins

2017-05-10 Thread coheigea
RANGER-1529 - Remove tez dependency from Hive/HDFS plugins Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/cfb6a6d7 Tree:

[2/3] ranger git commit: RANGER-1524 - Add tag based authorization tests for Apache Storm

2017-05-10 Thread coheigea
RANGER-1524 - Add tag based authorization tests for Apache Storm Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/8e19fc43 Tree:

[2/2] ranger git commit: RANGER-1498 - Remove unnecessary mockito stubs

2017-05-10 Thread coheigea
RANGER-1498 - Remove unnecessary mockito stubs Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a3a5e2a7 Tree:

ranger git commit: RANGER-1411:Page show should be 'Modules'

2017-05-18 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 1056997de -> a8a0b5533 RANGER-1411:Page show should be 'Modules' Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/2] ranger git commit: RANGER-1450 - Avoid path traversal attacks when reading XML files

2017-05-09 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c324ece11 -> 7019d3c6b RANGER-1450 - Avoid path traversal attacks when reading XML files Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1528 - Update Maven jar plugin

2017-05-09 Thread coheigea
RANGER-1528 - Update Maven jar plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/7019d3c6 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/7019d3c6

ranger git commit: RANGER-1625 - Upgrade SOLR dependency to 5.5.4

2017-06-09 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master fbfa3193d -> 93b489e4c RANGER-1625 - Upgrade SOLR dependency to 5.5.4 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1635 - Stop writing keystore files to the home directory

2017-06-21 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master e07556457 -> dbbc2eab1 RANGER-1635 - Stop writing keystore files to the home directory Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1656 - Add kerberos tests for the Kafka plugin

2017-06-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 7e75e9b1c -> f2e36940c RANGER-1656 - Add kerberos tests for the Kafka plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1663 - Make Kafka GSS test more robust

2017-06-26 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master a75eed841 -> e52e2b271 RANGER-1663 - Make Kafka GSS test more robust Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1589 fix build ranger-utils: python version was not specified

2017-05-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master cbfe184c3 -> b8bc69a92 RANGER-1589 fix build ranger-utils: python version was not specified Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1590:modify code for the error logs in ranger\knox-agent\src\main\java\org\apache\ranger\services\knox\client\KnoxClient.java

2017-05-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 39184d44a -> cbfe184c3 RANGER-1590:modify code for the error logs in ranger\knox-agent\src\main\java\org\apache\ranger\services\knox\client\KnoxClient.java Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: RANGER-1523 - Add AtlasResourceMapper implementation for Apache Storm

2017-05-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master b8bc69a92 -> 5d5dee08a RANGER-1523 - Add AtlasResourceMapper implementation for Apache Storm Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/2] ranger git commit: RANGER-1588 - Simplify Storm Test config

2017-05-22 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master e22ee9607 -> 47c8da66f RANGER-1588 - Simplify Storm Test config Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1587 - Cleanup Ranger KMS service dependencies

2017-05-25 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 75ff18b12 -> 24d15821c RANGER-1587 - Cleanup Ranger KMS service dependencies Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1570 - Finish cleaning up Mockito stubs

2017-05-25 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 7e223f90b -> 75ff18b12 RANGER-1570 - Finish cleaning up Mockito stubs Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1608 - SOLR resource lookup fails with basic auth

2017-05-26 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master f8ed53ef4 -> bf7a8bbde RANGER-1608 - SOLR resource lookup fails with basic auth Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1593 - Avoid Classloading default AtlasResourceMappers

2017-05-24 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 615a70ddb -> 0c7a2d853 RANGER-1593 - Avoid Classloading default AtlasResourceMappers Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1584: Allow tagsync to support log directory from Ambari configuration

2017-05-24 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 0c7a2d853 -> 01be3608f RANGER-1584: Allow tagsync to support log directory from Ambari configuration Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1621 - Fix knox pom to pick up base knox version

2017-06-08 Thread coheigea
RANGER-1621 - Fix knox pom to pick up base knox version Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/2d8895e6 Tree:

[1/2] ranger git commit: RANGER-1616 - Upgrade to Mockito 2

2017-06-08 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 16f3dd3c3 -> 2d8895e6d RANGER-1616 - Upgrade to Mockito 2 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1630 - StormClient doesn't decrypt password

2017-06-06 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 208acf8ec -> c7ad5012b RANGER-1630 - StormClient doesn't decrypt password Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/c7ad5012 Tree:

ranger git commit: RANGER-1627: Tagsync should also be able to support pid file name customization like admin and usersync

2017-06-06 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 2e193e124 -> 208acf8ec RANGER-1627: Tagsync should also be able to support pid file name customization like admin and usersync Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: RANGER-1544: Misaligned input boxes and typo fixes

2017-05-08 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c213c9587 -> c324ece11 RANGER-1544: Misaligned input boxes and typo fixes Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/2] ranger git commit: RANGER-1785 - Remove ranger-hive-utils module

2017-09-18 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 98351d4c1 -> dbc84c18a RANGER-1785 - Remove ranger-hive-utils module Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1770 - Add tests for the Knox plugin

2017-09-18 Thread coheigea
RANGER-1770 - Add tests for the Knox plugin Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/dbc84c18 Tree:

ranger git commit: RANGER-1772 EmbeddedServiceDefsUtil.java shouldprint exception info in try-catch{}

2017-09-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 938b0c8ea -> b028f405a RANGER-1772 EmbeddedServiceDefsUtil.java shouldprint exception info in try-catch{} Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1788:Install Ranger admin failure.

2017-09-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/ranger-0.7 fd6047c45 -> 9381159d6 RANGER-1788:Install Ranger admin failure. Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1791:The JAVA_HOME was set to jdk1.8.0 in install.properties when installed and configured Solr for Ranger Audits. The solr was started fail when started solr.

2017-09-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 8a728b5d7 -> 1ba7128dc RANGER-1791:The JAVA_HOME was set to jdk1.8.0 in install.properties when installed and configured Solr for Ranger Audits. The solr was started fail when started solr. Signed-off-by: Colm O hEigeartaigh

ranger git commit: RANGER-1839 - Add the ability to specify SSO token audiences

2017-10-17 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c3fbdae9f -> c61f97a3d RANGER-1839 - Add the ability to specify SSO token audiences Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/c61f97a3 Tree:

ranger git commit: RANGER-1766 Execute grant all command failure in beeline mode when user used Ranger hive plugin.

2017-09-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c24c9bdfd -> 6890976ee RANGER-1766 Execute grant all command failure in beeline mode when user used Ranger hive plugin. Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: RANGER-1807 Static object can be used directly at start() method for RangerHdfsAuthorizer class

2017-09-25 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 2ec3b646e -> 99ec61e42 RANGER-1807 Static object can be used directly at start() method for RangerHdfsAuthorizer class Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo

ranger git commit: RANGER-1794:The warning information is incorrect in getRangerServiceByService of ServiceMgr class

2017-09-25 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 99ec61e42 -> 1295e83bd RANGER-1794:The warning information is incorrect in getRangerServiceByService of ServiceMgr class Signed-off-by: Colm O hEigeartaigh Project:

[1/2] ranger git commit: RANGER-1799 - Knox Ranger test coverity fixes

2017-09-26 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 2e0691984 -> 23624c64f RANGER-1799 - Knox Ranger test coverity fixes Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[2/2] ranger git commit: RANGER-1767 - Hive tests fail if Hive is already running on the machine

2017-09-26 Thread coheigea
RANGER-1767 - Hive tests fail if Hive is already running on the machine Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/23624c64 Tree:

ranger git commit: RANGER-1812 Object HTableDescriptor can be used directly at getTableList() method for HBaseClient class

2017-09-28 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 238374e2a -> da328b551 RANGER-1812 Object HTableDescriptor can be used directly at getTableList() method for HBaseClient class Signed-off-by: Colm O hEigeartaigh Project:

[2/2] ranger git commit: RANGER-1803 Json may be analysis a null value at tests[] for test_resourcematcher_default.json

2017-09-26 Thread coheigea
RANGER-1803 Json may be analysis a null value at tests[] for test_resourcematcher_default.json Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/2e069198 Tree:

ranger git commit: RANGER-1728 - Upgrade PMD plugin and fix related issues

2017-08-31 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master e474c4d7b -> c7d1e50b2 RANGER-1728 - Upgrade PMD plugin and fix related issues Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1157 - Handle the review suggestions from Josh Elser

2017-09-01 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 792e40bcd -> a8fea7b6d RANGER-1157 - Handle the review suggestions from Josh Elser Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

svn commit: r1806923 - in /ranger/site/trunk: css/apache-maven-fluido-1.3.1.min.css js/apache-maven-fluido-1.3.1.min.js

2017-09-01 Thread coheigea
Author: coheigea Date: Fri Sep 1 10:06:29 2017 New Revision: 1806923 URL: http://svn.apache.org/viewvc?rev=1806923=rev Log: Missing files Added: ranger/site/trunk/css/apache-maven-fluido-1.3.1.min.css ranger/site/trunk/js/apache-maven-fluido-1.3.1.min.js Added: ranger/site/trunk/css

svn commit: r1806922 - in /ranger/site/trunk: ./ apidocs/ apidocs/css/ apidocs/ui/ apidocs/ui/css/ apidocs/ui/fonts/ apidocs/ui/images/ apidocs/ui/lang/ apidocs/ui/lib/ css/ fonts/ js/

2017-09-01 Thread coheigea
Author: coheigea Date: Fri Sep 1 10:04:54 2017 New Revision: 1806922 URL: http://svn.apache.org/viewvc?rev=1806922=rev Log: Updating website [This commit notification would consist of 58 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1806926 - /ranger/site/trunk/apidocs/

2017-09-01 Thread coheigea
Author: coheigea Date: Fri Sep 1 10:31:46 2017 New Revision: 1806926 URL: http://svn.apache.org/viewvc?rev=1806926=rev Log: Removing apidocs Removed: ranger/site/trunk/apidocs/

ranger git commit: Fixing formatting of two other pages

2017-09-01 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master a8fea7b6d -> 4075c08b9 Fixing formatting of two other pages Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/4075c08b Tree:

svn commit: r1806928 - in /ranger/site/trunk: ./ apidocs/ apidocs/css/ apidocs/ui/ apidocs/ui/css/ apidocs/ui/fonts/ apidocs/ui/images/ apidocs/ui/lang/ apidocs/ui/lib/ css/ js/

2017-09-01 Thread coheigea
Author: coheigea Date: Fri Sep 1 10:42:04 2017 New Revision: 1806928 URL: http://svn.apache.org/viewvc?rev=1806928=rev Log: Updating website [This commit notification would consist of 56 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

ranger git commit: RANGER-1895 - Simplify Storm dependencies

2017-11-28 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 21f8b63f5 -> b70479c4f RANGER-1895 - Simplify Storm dependencies Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1936 - Upgrade Ranger to use Java 1.8

2017-12-19 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master bd3c1bc7b -> e71b452f6 RANGER-1936 - Upgrade Ranger to use Java 1.8 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

[1/2] ranger git commit: RANGER-1926 - Upgrade Storm dependency to 1.1.1

2017-12-15 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master dec65f164 -> 0e5b07752 RANGER-1926 - Upgrade Storm dependency to 1.1.1 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Revert "RANGER-1940 - Upgrade to Knox 0.14.0"

2017-12-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 567d2c914 -> 6841f14d5 Revert "RANGER-1940 - Upgrade to Knox 0.14.0" This reverts commit 567d2c9149dbb625ba65d2668178210eaf1932a2. Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1940 - Upgrade to Knox 0.14.0

2017-12-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master e71b452f6 -> 567d2c914 RANGER-1940 - Upgrade to Knox 0.14.0 Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/567d2c91 Tree:

ranger git commit: Reduce code duplication in kms, where the console handling code is repeated 4 times.

2017-11-14 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 98cb80e33 -> 576b62ad0 Reduce code duplication in kms, where the console handling code is repeated 4 times. Change-Id: I604d7df25182c413236126812fd2a8a700962e1c Signed-off-by: Colm O hEigeartaigh Project:

ranger git commit: RANGER-1874 ranger README.txt should be add tar and sqoop-plugin infomation

2017-11-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 550cefcb6 -> 29d9322ec RANGER-1874 ranger README.txt should be add tar and sqoop-plugin infomation Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1849 - Remove PasswordGenerator and FileStoreUtil

2017-12-08 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master e8afb9faa -> b8c70c41b RANGER-1849 - Remove PasswordGenerator and FileStoreUtil Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1917 - Remove solr dependency from Kafka + Sqoop modules

2017-12-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 03b052e2c -> d7557cd01 RANGER-1917 - Remove solr dependency from Kafka + Sqoop modules Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1898 - Simplify Knox plugin dependency management

2017-12-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master d7557cd01 -> 87428c93c RANGER-1898 - Simplify Knox plugin dependency management Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1867 - Update nimbus-jose-jwt to 4.41.2

2017-12-07 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 87428c93c -> 291bb3e9c RANGER-1867 - Update nimbus-jose-jwt to 4.41.2 Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: Adding website link to wiki security advisories page

2017-12-11 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master b8c70c41b -> d22398bb4 Adding website link to wiki security advisories page Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/d22398bb Tree:

[2/3] ranger git commit: RANGER-1923 - Simplify Hive dependencies

2017-12-12 Thread coheigea
RANGER-1923 - Simplify Hive dependencies Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/30b8ddfb Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/30b8ddfb

[1/3] ranger git commit: RANGER-1922 - Simplify HBase dependencies

2017-12-12 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master c4020f89b -> 58f513215 RANGER-1922 - Simplify HBase dependencies Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

ranger git commit: RANGER-1842 - Don't catch Throwables in the test code

2017-10-20 Thread coheigea
Repository: ranger Updated Branches: refs/heads/master 33bf690cc -> 9e8bfb9c2 RANGER-1842 - Don't catch Throwables in the test code Signed-off-by: Colm O hEigeartaigh Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit:

  1   2   >