Re: Review Request 61202: Fixed-RANGER-1669:We need to support the original functionality of hive.show grant user usernam

2017-07-28 Thread Colm O hEigeartaigh
- > > (Updated July 28, 2017, 3:32 a.m.) > > > Review request for ranger, Don Bosco Durai, Colm O hEigeartaigh, and Qiang > Zhang. > > > Bugs: RANGER-1669 > https://issues.apache.org/jira/browse/RANGER-1669 > > > Repository: ranger > > > D

Re: Review Request 61202: Fixed-RANGER-1669:We need to support the original functionality of hive.show grant user usernam

2017-07-31 Thread Colm O hEigeartaigh
he Ranger authorizer? - Colm O hEigeartaigh On July 31, 2017, 2:15 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 61202: Fixed-RANGER-1669:We need to support the original functionality of hive.show grant user usernam

2017-08-01 Thread Colm O hEigeartaigh
> On July 31, 2017, 2:12 p.m., Colm O hEigeartaigh wrote: > > I'm wondering what the expected output of "show grant user X" is? I would > > have expected to see the privileges that correspond to policies created in > > the Ranger admin service, but th

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-02 Thread Colm O hEigeartaigh
> On July 31, 2017, 2:12 p.m., Colm O hEigeartaigh wrote: > > I'm wondering what the expected output of "show grant user X" is? I would > > have expected to see the privileges that correspond to policies created in > > the Ranger admin service, but th

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-03 Thread Colm O hEigeartaigh
> On July 31, 2017, 2:12 p.m., Colm O hEigeartaigh wrote: > > I'm wondering what the expected output of "show grant user X" is? I would > > have expected to see the privileges that correspond to policies created in > > the Ranger admin service, but th

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-03 Thread Colm O hEigeartaigh
fixed. Also, the indentation of showPrivileges is incorrect, starting with "List msObjPrivs" - Colm O hEigeartaigh On Aug. 2, 2017, 6:59 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-04 Thread Colm O hEigeartaigh
starting line 1473... - Colm O hEigeartaigh On Aug. 4, 2017, 9:21 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 61412: RANGER-1649:Ranger Solr Plugin fails to refresh policy due to failure in ticket renewal mechanism

2017-08-04 Thread Colm O hEigeartaigh
authWithConfig? It's not really clear from the bug description. One potential issue is that setUGIFromJAASConfig requires a KeyTab in JAAS configuration, whereas authWithConfig looks like it would work with a password. - Colm O hEigeartaigh On Aug. 3, 2017, 6:53 p.m., Ramesh Mani

Re: Review Request 61384: RANGER-1722: Duplicate code for exception wrapping in BaseClient

2017-08-04 Thread Colm O hEigeartaigh
errList.add(excp.getMessage() + ". \n"); } } We should just have one if statement here and replace the last two checks with StringUtils.isNotEmpty(str) - and put it as the first part of the if statement. -

Re: Review Request 61383: RANGER-1721 : HBase plugins use deprecated code

2017-08-04 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61383/#review182197 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 2, 2017, 8

Re: Review Request 61395: RANGER-1723 The Ranger doesn't support solr6. In the HttpSolrClient class of solr6, the setMaxRetries function has been removed, which causes ranger to fail to compile.

2017-08-04 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61395/#review182198 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 3, 2017, 2

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-08 Thread Colm O hEigeartaigh
tion of "objectType" that could be used instead. - Colm O hEigeartaigh On Aug. 4, 2017, 1:25 p.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 61384: RANGER-1722: Duplicate code for exception wrapping in BaseClient

2017-08-08 Thread Colm O hEigeartaigh
the "first" case. The exception message is now changed from: msgDesc + errMsg to getMessage(exp) + DEFAULT_ERROR_MESSAGE But the exp is null here, and so this is just DEFAULT_ERROR_MESSAGE. - Colm O hEigeartaigh On Aug. 4, 2017, 8:22 p.m.,

Re: Review Request 61452: RANGER-1725: It is incorrect to judge whether you need to create a RangerServiceDef object for a given service

2017-08-08 Thread Colm O hEigeartaigh
"getSupportedServiceDef" as well - it's not needed. You could also move the "supportedServiceDefs" definition down from the static variable declarations down to the instance variable declarations. - Colm O hEigeartaigh On Aug. 7, 2017, 11:3

Re: Review Request 61412: RANGER-1649:Ranger Solr Plugin fails to refresh policy due to failure in ticket renewal mechanism

2017-08-08 Thread Colm O hEigeartaigh
onfig" method as part of this patch, as it's not used by any other code. - Colm O hEigeartaigh On Aug. 8, 2017, 12:45 a.m., Ramesh Mani wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > h

Review Request 61519: RANGER-1728 - Upgrade PMD plugin and fix related issues

2017-08-09 Thread Colm O hEigeartaigh
/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 61384: RANGER-1722: Duplicate code for exception wrapping in BaseClient

2017-08-09 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61384/#review182478 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 8, 2017, 7

Re: Review Request 61452: RANGER-1725: It is incorrect to judge whether you need to create a RangerServiceDef object for a given service

2017-08-09 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61452/#review182481 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 9, 2017, 5

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-09 Thread Colm O hEigeartaigh
] HIVERangerAuthorizerTest.testShowPrivileges:917 Failure on User has to specify a user name or role in the show grant [INFO] - Colm O hEigeartaigh On Aug. 9, 2017, 5:35 a.m., pengjianhua wrote: > > --- > This is an automatically ge

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-10 Thread Colm O hEigeartaigh
-- > > (Updated Aug. 10, 2017, 2:41 a.m.) > > > Review request for ranger, Don Bosco Durai, Colm O hEigeartaigh, and Qiang > Zhang. > > > Bugs: RANGER-1669 > https://issues.apache.org/jira/browse/RANGER-1669 > > > Repository: ranger >

Re: Review Request 61202: New Defects reported by Coverity Scan for Apache Ranger

2017-08-10 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61202/#review182580 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 10, 2017

Re: Review Request 59604: RANGER-1157 - Handle the review suggestions from Josh Elser

2017-08-11 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59604/#review182683 --- *bump* - Colm O hEigeartaigh On May 26, 2017, 10 a.m., Colm O

Re: Review Request 59523: RANGER-689 - "For Solr plugin, use resources folders for adding Ranger properties".

2017-08-11 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59523/#review182682 --- *bump* - Colm O hEigeartaigh On May 24, 2017, 11:08 a.m., Colm

Re: Review Request 61062: RANGER-1707 : fix hdfs traverse check

2017-08-11 Thread Colm O hEigeartaigh
me of the other devs before applying it. - Colm O hEigeartaigh On July 22, 2017, 10:31 a.m., Zsombor Gegesy wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.a

Review Request 61652: RANGER-1734 - Close the connection in the HIVERangerAuthorizerTest

2017-08-15 Thread Colm O hEigeartaigh
--- Thanks, Colm O hEigeartaigh

Re: Review Request 61624: RANGER-1733 - remove duplicate fields from the services

2017-08-15 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61624/#review182934 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 14, 2017, 9

Re: Review Request 61519: RANGER-1728 - Upgrade PMD plugin and fix related issues

2017-08-30 Thread Colm O hEigeartaigh
/biz/RangerBizUtil.java a3e9746e Diff: https://reviews.apache.org/r/61519/diff/2/ Changes: https://reviews.apache.org/r/61519/diff/1-2/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 62010: hbase system tablename is old version in ranger-hbase-plugin

2017-08-31 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62010/#review184257 --- Ship it! Ship It! - Colm O hEigeartaigh On Aug. 31, 2017, 7

Re: Review Request 59604: RANGER-1157 - Handle the review suggestions from Josh Elser

2017-08-31 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59604/#review184258 --- Please review... - Colm O hEigeartaigh On May 26, 2017, 10 a.m

Website/RANGER-1651

2017-09-01 Thread Colm O hEigeartaigh
his working locally? Or should we just remove the link to the KMS apidocs from the website? Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: Review Request 57990: RANGER-1480 : Druid plugin. Only 'unsecure' mode is tested, authentication should be provided independently (by the kerberos extension)

2017-09-04 Thread Colm O hEigeartaigh
> On March 29, 2017, 4:06 p.m., Colm O hEigeartaigh wrote: > > Pretty cool to see new plugins being submitted! What is the scenario for > > supporting "unsecure" mode (should be "insecure" IMO btw)? Some > > documentation would be nice as to

Re: Review Request 62111: Created a service and input right value in "create service" screen of hive. A error message was returned when clicked "Test connectionl" button.

2017-09-06 Thread Colm O hEigeartaigh
the connection to a Hive server with the latest code. What is the underlying cause of the exception? - Colm O hEigeartaigh On Sept. 6, 2017, 7:24 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 62076: Execute "grant all" command failure in beeline mode when user used Ranger hive plugin.

2017-09-06 Thread Colm O hEigeartaigh
following two if statements should have a space after "if" and before the opening curly brackets: if(hiveObj.getType() == null){ if(databaseorUrl == null){ - Colm O hEigeartaigh On Sept. 6, 2017, 6:34 a.m., pengjianhua wrote: > > --

Review Request 62124: RANGER-1767 - Hive tests fail if Hive is already running on the machine

2017-09-06 Thread Colm O hEigeartaigh
/ranger/services/hive/HIVERangerAuthorizerTest.java 17eb1e71 Diff: https://reviews.apache.org/r/62124/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

ranger-hive-utils?

2017-09-06 Thread Colm O hEigeartaigh
Hi all, Is there any point in keeping the ranger-hive-utils module, given that it appears not to be used anymore in the Ranger code-base? Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: Review Request 62076: Execute "grant all" command failure in beeline mode when user used Ranger hive plugin.

2017-09-07 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62076/#review184802 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 7, 2017, 1

Re: Website/RANGER-1651

2017-09-08 Thread Colm O hEigeartaigh
it once all > docs are getting populated for Ranger KMS? > > > > > On Sat, Sep 2, 2017 at 12:55 PM, Mehul Parikh wrote: > > > Hi Colm, > > > > I will check for the same and provide a updated patch if needed. > > > > On Sep 1, 2017 4:15 PM, &quo

Review Request 62188: RANGER-1770 - Add tests for the Knox plugin

2017-09-08 Thread Colm O hEigeartaigh
Diff: https://reviews.apache.org/r/62188/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

Re: Website/RANGER-1651

2017-09-11 Thread Colm O hEigeartaigh
Mehul Parikh wrote: > Hi Colm, > > Please run : "mvn enunciate:docs" and then from docs directory run: "mvn > site". > > > On Sep 8, 2017 8:00 PM, "Colm O hEigeartaigh" wrote: > > > Hi Mehul, > > > > How are you generating the w

Re: Review Request 62233: Collection added to itself

2017-09-12 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62233/#review185167 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 12, 2017

Re: Review Request 62269: The Ranger can not refresh screen and hide child menu when user clicks menu

2017-09-14 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62269/#review185387 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 13, 2017

Re: Review Request 62264: RANGER-1776:ranger-plugin-audit always show error.

2017-09-14 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62264/#review185388 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 13, 2017

Review Request 62349: RANGER-1785 - Remove ranger-hive-utils module

2017-09-15 Thread Colm O hEigeartaigh
ation/hive/udf/RangerUdfMaskShowFirstN.java 24929b7d ranger-hive-utils/src/main/java/org/apache/ranger/authorization/hive/udf/RangerUdfMaskShowLastN.java d3db2af5 Diff: https://reviews.apache.org/r/62349/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 62400: EmbeddedServiceDefsUtil.java should print exception info in try-catch{}

2017-09-19 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62400/#review185672 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 19, 2017

Re: Review Request 62376: 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-19 Thread Colm O hEigeartaigh
audit install.properties? Why not just take it from the environment like all of the other plugins? - Colm O hEigeartaigh On Sept. 18, 2017, 7:01 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 62376: The JAVA_HOME property is invalid in install.properties for Solr for Ranger Audits. The solr started fail after installed and configured Solr for Ranger Audits.

2017-09-19 Thread Colm O hEigeartaigh
> On Sept. 19, 2017, 11:43 a.m., Colm O hEigeartaigh wrote: > > I wonder if we need to support JAVA_HOME at all here in the solr audit > > install.properties? Why not just take it from the environment like all of > > the other plugins? > > pengjianhua wrote:

Re: Review Request 62372: Install Ranger admin failure.

2017-09-19 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62372/#review185683 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 18, 2017

Re: Review Request 62376: The JAVA_HOME property is invalid in install.properties for Solr for Ranger Audits. The solr started fail after installed and configured Solr for Ranger Audits.

2017-09-19 Thread Colm O hEigeartaigh
> On Sept. 19, 2017, 11:43 a.m., Colm O hEigeartaigh wrote: > > I wonder if we need to support JAVA_HOME at all here in the solr audit > > install.properties? Why not just take it from the environment like all of > > the other plugins? > > pengjianhua wrote:

Re: Review Request 62376: The JAVA_HOME property is invalid in install.properties for Solr for Ranger Audits. The solr started fail after installed and configured Solr for Ranger Audits.

2017-09-20 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62376/#review185795 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 19, 2017

Re: Review Request 62430: The warning information is incorrect in getRangerServiceByService of ServiceMgr class

2017-09-20 Thread Colm O hEigeartaigh
. Something like "could not find the service-def for the service-type '" + serviceType + "'" Secondly, I don't understand the need for the second change, the ServiceType is empty here so why do we need to log it? - Colm O hEigeartaigh On Sept. 20,

Re: Review Request 62398: "Select/Deselect All" should along with the chosed permission

2017-09-20 Thread Colm O hEigeartaigh
em is, can you update the description with more information please? - Colm O hEigeartaigh On Sept. 19, 2017, 2:15 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.a

Re: FW: New Defects reported by Coverity Scan for Apache Ranger

2017-09-22 Thread Colm O hEigeartaigh
gt; >263 System.exit(1); > > >264 } > > >265 } else { > > >266 System.out.println("User does not exist > > >in DB!!"); > > >267

Review Request 62503: RANGER-1799 - Knox Ranger test coverity fixes

2017-09-22 Thread Colm O hEigeartaigh
/RangerAdminClientImpl.java 6ce6979f Diff: https://reviews.apache.org/r/62503/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 62498: Here is a error in getTableList() when get table-list info for HiveClient class.

2017-09-22 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62498/#review185974 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 22, 2017

Re: Review Request 62520: Here is a error in getStatusResponse() when post data exception for AtlasClient class

2017-09-25 Thread Colm O hEigeartaigh
x-www-form-urlencoded" as it is referenced in both the call and the exception message. - Colm O hEigeartaigh On Sept. 25, 2017, 3:26 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 62538: Good coding practice in Ranger recommended by static code analysis

2017-09-25 Thread Colm O hEigeartaigh
"roleSysAdminMap.entrySet()" instead of adding an Iterator? - Colm O hEigeartaigh On Sept. 25, 2017, 10:44 a.m., Fatima Khan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revi

Re: Review Request 62539: Static object can be used directly at start() method for RangerHdfsAuthorizer class

2017-09-25 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62539/#review186120 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 25, 2017

Re: Review Request 62522: The exception information is error when judge password for RangerKeyStoreProvider class

2017-09-25 Thread Colm O hEigeartaigh
e.g. "The Master Key Password is empty or not a valid password" - Colm O hEigeartaigh On Sept. 25, 2017, 5:47 a.m., wang yuan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 62430: The warning information is incorrect in getRangerServiceByService of ServiceMgr class

2017-09-25 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62430/#review186124 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 25, 2017

Re: Build Process Apache Ranger

2017-09-26 Thread Colm O hEigeartaigh
<< ERROR! > > org.apache.kafka.common.errors.TopicAuthorizationException: Not > > authorized to access topics: [test] > > > > [INFO] > > [INFO] Results: > > [INFO] > > [ERROR] Errors: > > [ERROR] KafkaRangerAuthorizerGSSTest.testAuthorizedRead ยป > > TopicAuthorization Not autho... > > [INFO] > > [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0 > > > > How to resolve this problem ? > > > > Thanks. > > > > > > > > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: Review Request 62521: Json may be analysis a null value at tests[] for test_resourcematcher_default.json

2017-09-26 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62521/#review186230 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 25, 2017

Re: Review Request 62522: The exception information is error when judge password for RangerKeyStoreProvider class

2017-09-26 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62522/#review186231 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 26, 2017

Re: Review Request 62538: Good coding practice in Ranger recommended by static code analysis

2017-09-26 Thread Colm O hEigeartaigh
> On Sept. 25, 2017, 2:08 p.m., Colm O hEigeartaigh wrote: > > Why not just change the existing for loops to use > > "roleSysAdminMap.entrySet()" instead of adding an Iterator? > > Fatima Khan wrote: > In coverity scan, we had got FB.WMI_WRONG_MAP_ITERA

Re: Review Request 61021: RANGER-1672:Ranger supports plugin to enable, monitor and manage apache kylin

2017-09-27 Thread Colm O hEigeartaigh
- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61021/ > --- > > (Updated Sept. 27, 2017, 9:19 a.m.) > > > Review request for ranger,

Re: Review Request 62520: Here is a error in getStatusResponse() when post data exception for AtlasClient class

2017-09-27 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62520/#review186395 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 27, 2017

Re: Review Request 62650: Object HTableDescriptor can be used directly at getTableList() method for HBaseClient class

2017-09-28 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62650/#review186544 --- Ship it! Ship It! - Colm O hEigeartaigh On Sept. 28, 2017

Re: Review Request 62686: RANGER-1816:When the error occurs, the system does not record the error message

2017-09-29 Thread Colm O hEigeartaigh
d not implicitly call toString(), e.g. logger.error("Get transaction log failure.", illegalAcc); Also change "Get transaction log failure" to just "Transaction log failure" - Colm O hEigeartaigh On Sept. 29,

Re: Review Request 62659: RANGER-1814 : Move the reader into a local variable in LocalFileLogBuffer

2017-09-29 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62659/#review186667 --- Can you fix the whitespace errors in the patch? - Colm O

Re: Review Request 59523: RANGER-689 - "For Solr plugin, use resources folders for adding Ranger properties".

2017-10-02 Thread Colm O hEigeartaigh
> On Aug. 11, 2017, 11:55 a.m., Colm O hEigeartaigh wrote: > > *bump* Requesting review, please. - Colm --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59523/#rev

Re: Review Request 62659: RANGER-1814 : Move the reader into a local variable in LocalFileLogBuffer

2017-10-02 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62659/#review186832 --- Ship it! Ship It! - Colm O hEigeartaigh On Oct. 2, 2017, 9

Review Request 62724: RANGER-1822 - Remove ssoEnabled accessors in RangerSSOAuthenticationFilter

2017-10-02 Thread Colm O hEigeartaigh
request in doFilter. Diffs - security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerSSOAuthenticationFilter.java 481fe8e7 Diff: https://reviews.apache.org/r/62724/diff/1/ Testing --- Tested with Knox. Thanks, Colm O hEigeartaigh

Review Request 62751: RANGER-1824 - Upgrade Spring Framework to 3.2.18

2017-10-03 Thread Colm O hEigeartaigh
etc. Thanks, Colm O hEigeartaigh

Re: Review Request 62724: RANGER-1822 - Remove ssoEnabled accessors in RangerSSOAuthenticationFilter

2017-10-10 Thread Colm O hEigeartaigh
Colm O hEigeartaigh On Oct. 2, 2017, 2:11 p.m., Colm O hEigeartaigh wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.a

Re: Review Request 62710: RANGER-1810:Ranger supports plugin to enable, monitor and manage apache Sqoop2

2017-10-12 Thread Colm O hEigeartaigh
/conf). - Colm O hEigeartaigh On Oct. 12, 2017, 9:02 a.m., Qiang Zhang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 61021: RANGER-1672:Ranger supports plugin to enable, monitor and manage apache kylin

2017-10-16 Thread Colm O hEigeartaigh
contributor will > > soon use this feature. > > Colm O hEigeartaigh wrote: > When will Kylin 2.2.0 be released? If we merge a dependency on a SNAPSHOT > version in Ranger, we can't release Ranger until Kylin is released. Do you > have any documentation on how to s

Re: Review Request 62710: RANGER-1810:Ranger supports plugin to enable, monitor and manage apache Sqoop2

2017-10-16 Thread Colm O hEigeartaigh
py ranger-sqoop-security.xml to the root directory of the Sqoop installation. Any idea why this is? e) After changing the policy in Ranger and having it synced down, it only "applies" once I exited the sqoop shell and restarted it. Any idea why this is? I guess it is caching the old po

Review Request 63030: RANGER-1839 - Add the ability to specify SSO token audiences

2017-10-16 Thread Colm O hEigeartaigh
g/apache/ranger/security/web/filter/SSOAuthenticationProperties.java 7706d9bf Diff: https://reviews.apache.org/r/63030/diff/1/ Testing --- Tested that audience validation works correctly with KNOXSSO. Thanks, Colm O hEigeartaigh

Review Request 63068: RANGER-1842 - Don't catch Throwables in the test code

2017-10-17 Thread Colm O hEigeartaigh
/RangerMasterKeyTest.java cac22502 storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java 53173078 Diff: https://reviews.apache.org/r/63068/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 61021: RANGER-1672:Ranger supports plugin to enable, monitor and manage apache kylin

2017-10-18 Thread Colm O hEigeartaigh
contributor will > > soon use this feature. > > Colm O hEigeartaigh wrote: > When will Kylin 2.2.0 be released? If we merge a dependency on a SNAPSHOT > version in Ranger, we can't release Ranger until Kylin is released. Do you > have any documentation on how to s

Re: Review Request 61021: RANGER-1672:Ranger supports plugin to enable, monitor and manage apache kylin

2017-10-19 Thread Colm O hEigeartaigh
contributor will > > soon use this feature. > > Colm O hEigeartaigh wrote: > When will Kylin 2.2.0 be released? If we merge a dependency on a SNAPSHOT > version in Ranger, we can't release Ranger until Kylin is released. Do you > have any documentation on how to s

Review Request 63147: RANGER-1845 - Add support to configure JWT signature algorithms

2017-10-19 Thread Colm O hEigeartaigh
/security/web/filter/SSOAuthenticationProperties.java b8246a9a Diff: https://reviews.apache.org/r/63147/diff/1/ Testing --- Tested it with Knox. Thanks, Colm O hEigeartaigh

Re: Review Request 62710: RANGER-1810:Ranger supports plugin to enable, monitor and manage apache Sqoop2

2017-10-20 Thread Colm O hEigeartaigh
over" hint for "Sqoop URL" in the Admin Console (e.g. should be "http://localhost:12000";) b) Remove "password" from the UI as it's not used c) Remove "password" from SqoopClient as it's not used. - Colm O h

Review Request 63182: RANGER-1849 - Remove PasswordGenerator

2017-10-20 Thread Colm O hEigeartaigh
/diff/1/ Testing --- Thanks, Colm O hEigeartaigh

Re: Review Request 62710: RANGER-1810:Ranger supports plugin to enable, monitor and manage apache Sqoop2

2017-10-23 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62710/#review188931 --- Ship it! Ship It! - Colm O hEigeartaigh On Oct. 23, 2017, 9

Re: Review Request 62710: RANGER-1810:Ranger supports plugin to enable, monitor and manage apache Sqoop2

2017-10-25 Thread Colm O hEigeartaigh
--- On Oct. 24, 2017, 9:02 a.m., Qiang Zhang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62710/ > -

Re: Review Request 63145: This JAVA_VERSION_REQUIRED configuration item is invalid in security admin installer, we should enable it to control the necessary java version.

2017-10-25 Thread Colm O hEigeartaigh
different version String... - Colm O hEigeartaigh On Oct. 24, 2017, 8:39 a.m., pengjianhua wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 63145: This JAVA_VERSION_REQUIRED configuration item is invalid in security admin installer, we should enable it to control the necessary java version.

2017-10-26 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63145/#review189299 --- Ship it! Ship It! - Colm O hEigeartaigh On Oct. 24, 2017, 8

Re: Review Request 63352: RANGER-1860:Provide a new service interface prompt function framework to resolved the defect of the current service interface, increase the flexibility of the function, impro

2017-10-27 Thread Colm O hEigeartaigh
xtFieldWithIcon" when making this change. - Colm O hEigeartaigh On Oct. 27, 2017, 7:46 a.m., Qiang Zhang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 63351: RANGER-1859:Fix new findBugs in HdfsClient.java

2017-10-27 Thread Colm O hEigeartaigh
StringBuilder instead of StringBuffer. - Colm O hEigeartaigh On Oct. 27, 2017, 7:09 a.m., Qiang Zhang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 63351: RANGER-1859:Fix new findBugs in HdfsClient.java

2017-10-27 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63351/#review189408 --- Ship it! Ship It! - Colm O hEigeartaigh On Oct. 27, 2017, 9

Re: Review Request 63403: RANGER-1862:generalName.get(1) cause IndexOutOfBoundsException in NiFiClient

2017-10-31 Thread Colm O hEigeartaigh
t; > (Updated Oct. 30, 2017, 3:22 a.m.) > > > Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O > hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, > Selvamohan Neethiraj, sam rome, and Velmurugan Periasamy. > > > Bugs: RAN

Re: Review Request 63404: RANGER-1863:Optimize the code and keep the code style consistent, remove the invalid code in the RemoteUnixLoginModule class

2017-10-31 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63404/#review189706 --- Ship it! Ship It! - Colm O hEigeartaigh On Oct. 30, 2017, 6

Review Request 63439: RANGER-1867 - Update nimbus-jose-jwt to 4.41.2

2017-10-31 Thread Colm O hEigeartaigh
/diff/1/ Testing --- Tested with Knox 0.14-SNAPSHOT. Thanks, Colm O hEigeartaigh

Re: Review Request 63403: RANGER-1862:generalName.get(1) cause IndexOutOfBoundsException in NiFiClient

2017-11-01 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63403/#review189789 --- Ship it! Ship It! - Colm O hEigeartaigh On Nov. 1, 2017, 8

Re: Review Request 63534: RANGER-1870:Modify the logic for buildUnixUserList and parseMembers method in UnixUserGroupBuilder class

2017-11-03 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63534/#review190018 --- Ship it! Ship It! - Colm O hEigeartaigh On Nov. 3, 2017, 8

Re: Review Request 63578: anger README.txt should be add tar and sqoop-plugin desc

2017-11-06 Thread Colm O hEigeartaigh
uot;need" (also change this for the Yarn plugin). - Colm O hEigeartaigh On Nov. 6, 2017, 12:11 p.m., wang yuan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 63578: anger README.txt should be add tar and sqoop-plugin desc

2017-11-07 Thread Colm O hEigeartaigh
spaces - Colm O hEigeartaigh On Nov. 7, 2017, 1:26 a.m., wang yuan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 63608: RANGER-1830:Write unit test for RANGER-1810 sqoop plugin

2017-11-07 Thread Colm O hEigeartaigh
getRandomLinkName and getRandomJobName there is no need to store the variable - just return it directly, e.g. return RandomStringUtils.randomAlphanumeric(10) + "-link"; b) Change new ArrayList() to new ArrayList<>() - Colm O hEigeartaigh On Nov. 7, 2017, 6:56 a.m., Q

Review Request 63627: RANGER-1876 - Incorrect conf dir location for Yarn install script

2017-11-07 Thread Colm O hEigeartaigh
correctly. Thanks, Colm O hEigeartaigh

Re: Review Request 63578: anger README.txt should be add tar and sqoop-plugin desc

2017-11-07 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63578/#review190320 --- Ship it! Ship It! - Colm O hEigeartaigh On Nov. 7, 2017, 11

<    1   2   3   4   5   6   7   8   9   10   >