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

Review request for Ambari, Alejandro Fernandez, Jayush Luniya, and Sumit 
Mohanty.


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


Repository: ambari


Description
-------

Ambari upgrades, 2.2.0-2.2.1.1 adds a bad entry to the hbase-env
{code}export HBASE_OPTS="-Djava.io.tmpdir={{java_io_tmpdir}}\""{code}

With broken hbase-env user cannot run any mapreduce services for hbase. 
Currently it needs to be fixed manually.
{code}
export HBASE_OPTS="${HBASE_OPTS} -Djava.io.tmpdir={{java_io_tmpdir}}"
{code}
 It will be good if just upgrading to 2.2.2 fixes this issue rather than 
mucking around with configs.


Diffs
-----

  
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog222.java
 f988a7a 
  
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog222Test.java
 f0158fd 

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


Testing
-------

Unit tests


Thanks,

Ajit Kumar

Reply via email to