Re: Review Request 53786: Multiple kerberos name rules can not be set up for Ambari Infra Solr

2016-11-15 Thread Miklos Gergely

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

(Updated Nov. 15, 2016, 10:13 p.m.)


Review request for Ambari, Oliver Szabo, Robert Nettleton, and Sumit Mohanty.


Changes
---

copy before chmod


Bugs: AMBARI-18898
https://issues.apache.org/jira/browse/AMBARI-18898


Repository: ambari


Description
---

If multiple rules are entered into the proprety
Advanced infra-solr-env / Infra Solr Kerberos name rules
There are multiple issues here:
1. The rules should be escaped, the $ characters in them should be handled, so 
that the expressions in the rules like $0, $1 are not replaced with the script 
directory, and the script file name. Currently the user must do this in the 
value entered, which is not even documented.
2. The variable SOLR_KERB_NAME_RULES in infra-solr-env.sh should have quotes 
around it's value, so that the whole string is assigned to it, not only the 
first rule.
3. SOLR_KERB_NAME_RULES can not be the part of SOLR_AUTHENTICATION_OPTS, 
because it is handled incorrectly, if an expression like -Dname="value1 value2" 
is passed to the jvm from a bash variable. Therefore 
/usr/lib/ambari-infra-solr/bin/solr should be updated, and 
-Dsolr.kerberos.name.rules="$SOLR_KERB_NAME_RULES" should be added directly 
into the command script.
Options


Diffs (updated)
-

  ambari-logsearch/ambari-logsearch-assembly/pom.xml 3c18cba 
  ambari-logsearch/ambari-logsearch-assembly/src/main/resources/solr 
PRE-CREATION 
  
ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/params.py
 8bdf0a9 
  
ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/properties/infra-solr-env.sh.j2
 8c24fa4 

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


Testing
---

Tested on local cluster.


Thanks,

Miklos Gergely



Re: Review Request 53786: Multiple kerberos name rules can not be set up for Ambari Infra Solr

2016-11-15 Thread Robert Nettleton

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


Ship it!




Ship It!

- Robert Nettleton


On Nov. 15, 2016, 4:50 p.m., Miklos Gergely wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53786/
> ---
> 
> (Updated Nov. 15, 2016, 4:50 p.m.)
> 
> 
> Review request for Ambari, Oliver Szabo, Robert Nettleton, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-18898
> https://issues.apache.org/jira/browse/AMBARI-18898
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> If multiple rules are entered into the proprety
> Advanced infra-solr-env / Infra Solr Kerberos name rules
> There are multiple issues here:
> 1. The rules should be escaped, the $ characters in them should be handled, 
> so that the expressions in the rules like $0, $1 are not replaced with the 
> script directory, and the script file name. Currently the user must do this 
> in the value entered, which is not even documented.
> 2. The variable SOLR_KERB_NAME_RULES in infra-solr-env.sh should have quotes 
> around it's value, so that the whole string is assigned to it, not only the 
> first rule.
> 3. SOLR_KERB_NAME_RULES can not be the part of SOLR_AUTHENTICATION_OPTS, 
> because it is handled incorrectly, if an expression like -Dname="value1 
> value2" is passed to the jvm from a bash variable. Therefore 
> /usr/lib/ambari-infra-solr/bin/solr should be updated, and 
> -Dsolr.kerberos.name.rules="$SOLR_KERB_NAME_RULES" should be added directly 
> into the command script.
> Options
> 
> 
> Diffs
> -
> 
>   ambari-logsearch/ambari-logsearch-assembly/pom.xml 3c18cba 
>   ambari-logsearch/ambari-logsearch-assembly/src/main/resources/solr 
> PRE-CREATION 
>   
> ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/params.py
>  8bdf0a9 
>   
> ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/properties/infra-solr-env.sh.j2
>  8c24fa4 
> 
> Diff: https://reviews.apache.org/r/53786/diff/
> 
> 
> Testing
> ---
> 
> Tested on local cluster.
> 
> 
> Thanks,
> 
> Miklos Gergely
> 
>



Re: Review Request 53786: Multiple kerberos name rules can not be set up for Ambari Infra Solr

2016-11-15 Thread Oliver Szabo

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




ambari-logsearch/ambari-logsearch-assembly/pom.xml (line 240)


can you put that line before chmode is called, just becase then we wont 
have the right access for that script


- Oliver Szabo


On Nov. 15, 2016, 4:50 p.m., Miklos Gergely wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53786/
> ---
> 
> (Updated Nov. 15, 2016, 4:50 p.m.)
> 
> 
> Review request for Ambari, Oliver Szabo, Robert Nettleton, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-18898
> https://issues.apache.org/jira/browse/AMBARI-18898
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> If multiple rules are entered into the proprety
> Advanced infra-solr-env / Infra Solr Kerberos name rules
> There are multiple issues here:
> 1. The rules should be escaped, the $ characters in them should be handled, 
> so that the expressions in the rules like $0, $1 are not replaced with the 
> script directory, and the script file name. Currently the user must do this 
> in the value entered, which is not even documented.
> 2. The variable SOLR_KERB_NAME_RULES in infra-solr-env.sh should have quotes 
> around it's value, so that the whole string is assigned to it, not only the 
> first rule.
> 3. SOLR_KERB_NAME_RULES can not be the part of SOLR_AUTHENTICATION_OPTS, 
> because it is handled incorrectly, if an expression like -Dname="value1 
> value2" is passed to the jvm from a bash variable. Therefore 
> /usr/lib/ambari-infra-solr/bin/solr should be updated, and 
> -Dsolr.kerberos.name.rules="$SOLR_KERB_NAME_RULES" should be added directly 
> into the command script.
> Options
> 
> 
> Diffs
> -
> 
>   ambari-logsearch/ambari-logsearch-assembly/pom.xml 3c18cba 
>   ambari-logsearch/ambari-logsearch-assembly/src/main/resources/solr 
> PRE-CREATION 
>   
> ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/params.py
>  8bdf0a9 
>   
> ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/properties/infra-solr-env.sh.j2
>  8c24fa4 
> 
> Diff: https://reviews.apache.org/r/53786/diff/
> 
> 
> Testing
> ---
> 
> Tested on local cluster.
> 
> 
> Thanks,
> 
> Miklos Gergely
> 
>



Review Request 53786: Multiple kerberos name rules can not be set up for Ambari Infra Solr

2016-11-15 Thread Miklos Gergely

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

Review request for Ambari, Oliver Szabo, Robert Nettleton, and Sumit Mohanty.


Bugs: AMBARI-18898
https://issues.apache.org/jira/browse/AMBARI-18898


Repository: ambari


Description
---

If multiple rules are entered into the proprety
Advanced infra-solr-env / Infra Solr Kerberos name rules
There are multiple issues here:
1. The rules should be escaped, the $ characters in them should be handled, so 
that the expressions in the rules like $0, $1 are not replaced with the script 
directory, and the script file name. Currently the user must do this in the 
value entered, which is not even documented.
2. The variable SOLR_KERB_NAME_RULES in infra-solr-env.sh should have quotes 
around it's value, so that the whole string is assigned to it, not only the 
first rule.
3. SOLR_KERB_NAME_RULES can not be the part of SOLR_AUTHENTICATION_OPTS, 
because it is handled incorrectly, if an expression like -Dname="value1 value2" 
is passed to the jvm from a bash variable. Therefore 
/usr/lib/ambari-infra-solr/bin/solr should be updated, and 
-Dsolr.kerberos.name.rules="$SOLR_KERB_NAME_RULES" should be added directly 
into the command script.
Options


Diffs
-

  ambari-logsearch/ambari-logsearch-assembly/pom.xml 3c18cba 
  ambari-logsearch/ambari-logsearch-assembly/src/main/resources/solr 
PRE-CREATION 
  
ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/params.py
 8bdf0a9 
  
ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/properties/infra-solr-env.sh.j2
 8c24fa4 

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


Testing
---

Tested on local cluster.


Thanks,

Miklos Gergely