You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Michael Harp <mi...@teradata.com> on 2014/01/23 00:35:39 UTC

Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

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

Review request for Ambari, Mahadev Konar and Nate Cole.


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


Repository: ambari


Description
-------

Add Existing Postgres Database option for Hive Database.


Diffs
-----

  ambari-agent/src/main/puppet/modules/hdp-hive/manifests/init.pp d7a58c1 
  ambari-agent/src/main/puppet/modules/hdp-hive/manifests/jdbc-connector.pp 8bd9302 
  ambari-agent/src/main/puppet/modules/hdp-hive/manifests/params.pp 65f321e 
  ambari-web/app/controllers/main/service/info/configs.js b235de2 
  ambari-web/app/controllers/wizard/step8_controller.js 6beabdd 
  ambari-web/app/data/HDP2/global_properties.js a7ec956 
  ambari-web/app/data/global_properties.js cd6b26a 
  ambari-web/app/views/wizard/controls_view.js b4333f5 

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


Testing
-------


Thanks,

Michael Harp


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Nate Cole <nc...@hortonworks.com>.

> On Jan. 23, 2014, 10:37 a.m., Nate Cole wrote:
> > This issue is marked for completion for 1.5.0 - but there are puppet code changes here.  1.5.0 will utilize python instead of puppet and you may want to implement that instead.
> 
> Michael Harp wrote:
>     Ah ok, was not clear to me that puppet was out for the 1.5 branch. Is there a JIRA/DOC that has more detail on the switch from puppet to python for framework management?
> 
> Nate Cole wrote:
>     Documentation is underway, so it's very sparse so far.  You can look in the HDP/1.3.3/hive.py (also hive_service.py, params.py) to see the similarities with the puppet code.  It should be pretty straightforward to make the equivalent changes.

Sorry, that's HDP/1.3.3/services/HIVE/package/scripts for the location of the python scripts.


- Nate


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


On Jan. 22, 2014, 6:35 p.m., Michael Harp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17215/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2014, 6:35 p.m.)
> 
> 
> Review request for Ambari, Mahadev Konar and Nate Cole.
> 
> 
> Bugs: AMBARI-4205
>     https://issues.apache.org/jira/browse/AMBARI-4205
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Existing Postgres Database option for Hive Database.
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/init.pp d7a58c1 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/jdbc-connector.pp 8bd9302 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/params.pp 65f321e 
>   ambari-web/app/controllers/main/service/info/configs.js b235de2 
>   ambari-web/app/controllers/wizard/step8_controller.js 6beabdd 
>   ambari-web/app/data/HDP2/global_properties.js a7ec956 
>   ambari-web/app/data/global_properties.js cd6b26a 
>   ambari-web/app/views/wizard/controls_view.js b4333f5 
> 
> Diff: https://reviews.apache.org/r/17215/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michael Harp
> 
>


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Michael Harp <mi...@teradata.com>.

> On Jan. 23, 2014, 3:37 p.m., Nate Cole wrote:
> > This issue is marked for completion for 1.5.0 - but there are puppet code changes here.  1.5.0 will utilize python instead of puppet and you may want to implement that instead.

Ah ok, was not clear to me that puppet was out for the 1.5 branch. Is there a JIRA/DOC that has more detail on the switch from puppet to python for framework management?


- Michael


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


On Jan. 22, 2014, 11:35 p.m., Michael Harp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17215/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2014, 11:35 p.m.)
> 
> 
> Review request for Ambari, Mahadev Konar and Nate Cole.
> 
> 
> Bugs: AMBARI-4205
>     https://issues.apache.org/jira/browse/AMBARI-4205
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Existing Postgres Database option for Hive Database.
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/init.pp d7a58c1 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/jdbc-connector.pp 8bd9302 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/params.pp 65f321e 
>   ambari-web/app/controllers/main/service/info/configs.js b235de2 
>   ambari-web/app/controllers/wizard/step8_controller.js 6beabdd 
>   ambari-web/app/data/HDP2/global_properties.js a7ec956 
>   ambari-web/app/data/global_properties.js cd6b26a 
>   ambari-web/app/views/wizard/controls_view.js b4333f5 
> 
> Diff: https://reviews.apache.org/r/17215/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michael Harp
> 
>


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Nate Cole <nc...@hortonworks.com>.

> On Jan. 23, 2014, 10:37 a.m., Nate Cole wrote:
> > This issue is marked for completion for 1.5.0 - but there are puppet code changes here.  1.5.0 will utilize python instead of puppet and you may want to implement that instead.
> 
> Michael Harp wrote:
>     Ah ok, was not clear to me that puppet was out for the 1.5 branch. Is there a JIRA/DOC that has more detail on the switch from puppet to python for framework management?

Documentation is underway, so it's very sparse so far.  You can look in the HDP/1.3.3/hive.py (also hive_service.py, params.py) to see the similarities with the puppet code.  It should be pretty straightforward to make the equivalent changes.


- Nate


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


On Jan. 22, 2014, 6:35 p.m., Michael Harp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17215/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2014, 6:35 p.m.)
> 
> 
> Review request for Ambari, Mahadev Konar and Nate Cole.
> 
> 
> Bugs: AMBARI-4205
>     https://issues.apache.org/jira/browse/AMBARI-4205
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Existing Postgres Database option for Hive Database.
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/init.pp d7a58c1 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/jdbc-connector.pp 8bd9302 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/params.pp 65f321e 
>   ambari-web/app/controllers/main/service/info/configs.js b235de2 
>   ambari-web/app/controllers/wizard/step8_controller.js 6beabdd 
>   ambari-web/app/data/HDP2/global_properties.js a7ec956 
>   ambari-web/app/data/global_properties.js cd6b26a 
>   ambari-web/app/views/wizard/controls_view.js b4333f5 
> 
> Diff: https://reviews.apache.org/r/17215/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michael Harp
> 
>


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Nate Cole <nc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/#review32618
-----------------------------------------------------------


This issue is marked for completion for 1.5.0 - but there are puppet code changes here.  1.5.0 will utilize python instead of puppet and you may want to implement that instead.

- Nate Cole


On Jan. 22, 2014, 6:35 p.m., Michael Harp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17215/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2014, 6:35 p.m.)
> 
> 
> Review request for Ambari, Mahadev Konar and Nate Cole.
> 
> 
> Bugs: AMBARI-4205
>     https://issues.apache.org/jira/browse/AMBARI-4205
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Existing Postgres Database option for Hive Database.
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/init.pp d7a58c1 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/jdbc-connector.pp 8bd9302 
>   ambari-agent/src/main/puppet/modules/hdp-hive/manifests/params.pp 65f321e 
>   ambari-web/app/controllers/main/service/info/configs.js b235de2 
>   ambari-web/app/controllers/wizard/step8_controller.js 6beabdd 
>   ambari-web/app/data/HDP2/global_properties.js a7ec956 
>   ambari-web/app/data/global_properties.js cd6b26a 
>   ambari-web/app/views/wizard/controls_view.js b4333f5 
> 
> Diff: https://reviews.apache.org/r/17215/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michael Harp
> 
>


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Michael Harp <mi...@teradata.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/
-----------------------------------------------------------

(Updated March 28, 2014, 10:59 p.m.)


Review request for Ambari, Mahadev Konar, Matt Foley, and Nate Cole.


Changes
-------

Last diff, Rev4 had unrelated patches. 


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


Repository: ambari


Description
-------

Add Existing Postgres Database option for Hive and Oooze Database.


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py 30aec45 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py 968ade0 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie.py 050bc12 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie_service.py ad64529 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/params.py 047f74b 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py e1ef61f 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py 52ba5c5 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie.py 7ea7712 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie_service.py 9db9491 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/params.py 235d1a9 
  ambari-web/app/controllers/main/service/info/configs.js 6282887 
  ambari-web/app/controllers/wizard/step8_controller.js 2111c94 
  ambari-web/app/data/HDP2/global_properties.js 7489774 
  ambari-web/app/data/global_properties.js 5772b50 
  ambari-web/app/views/wizard/controls_view.js cbb55ec 

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


Testing
-------

All unit test pass.
Deployed cluster with 1.3.3, 2.0.6 and 2.1.1


Thanks,

Michael Harp


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Michael Harp <mi...@teradata.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/
-----------------------------------------------------------

(Updated March 28, 2014, 10:21 p.m.)


Review request for Ambari, Mahadev Konar, Matt Foley, and Nate Cole.


Changes
-------

Fix copy paste typo in frontend code.


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


Repository: ambari


Description
-------

Add Existing Postgres Database option for Hive and Oooze Database.


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/package/scripts/ganglia_server.py b27bf61 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py 30aec45 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py 968ade0 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie.py 050bc12 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie_service.py ad64529 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/params.py 047f74b 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/ganglia_server.py a1c1b41 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py 8dd2745 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py 664b676 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie.py 7ea7712 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie_service.py 9db9491 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/params.py 235d1a9 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml 5a750bf 
  ambari-server/src/test/python/stacks/1.3.2/GANGLIA/test_ganglia_server.py 9e7630c 
  ambari-server/src/test/python/stacks/2.0.6/GANGLIA/test_ganglia_server.py 82cedd8 
  ambari-server/src/test/python/stacks/2.0.6/hooks/before-INSTALL/test_before_install.py be5c23e 
  ambari-web/app/controllers/installer.js b43b0bc 
  ambari-web/app/controllers/main/admin/security/add/step1.js 26218b6 
  ambari-web/app/controllers/main/admin/security/add/step4.js cc9284a 
  ambari-web/app/controllers/main/admin/security/security_progress_controller.js 318c98c 
  ambari-web/app/controllers/main/jobs_controller.js 62a5122 
  ambari-web/app/controllers/main/mirroring/jobs_controller.js 9307a2b 
  ambari-web/app/controllers/main/service/info/configs.js 6282887 
  ambari-web/app/controllers/wizard/step6_controller.js c35cce7 
  ambari-web/app/controllers/wizard/step8_controller.js 2111c94 
  ambari-web/app/data/HDP2/global_properties.js 7489774 
  ambari-web/app/data/global_properties.js 5772b50 
  ambari-web/app/mappers/jobs/hive_jobs_mapper.js f810bbb 
  ambari-web/app/messages.js fbe3880 
  ambari-web/app/routes/main.js 1351f0e 
  ambari-web/app/styles/application.less ac93e5d 
  ambari-web/app/styles/apps.less 2ce9353 
  ambari-web/app/templates/main/admin/security/add/step1.hbs 3417821 
  ambari-web/app/templates/main/jobs.hbs b0b686b 
  ambari-web/app/templates/main/mirroring/jobs.hbs f94acf6 
  ambari-web/app/templates/main/service/reconfigure.hbs 0b74ad7 
  ambari-web/app/templates/wizard/step3.hbs 5b8bdad 
  ambari-web/app/templates/wizard/step6.hbs c310338 
  ambari-web/app/utils/ajax.js 0e1c4db 
  ambari-web/app/views/main/admin/security/add/step1.js 9fad2fc 
  ambari-web/app/views/main/jobs_view.js bd79f77 
  ambari-web/app/views/wizard/controls_view.js cbb55ec 
  ambari-web/app/views/wizard/step1_view.js 75e71fc 
  ambari-web/app/views/wizard/step6_view.js 3748168 
  contrib/ambari-scom/ambari-scom-server/src/main/java/org/apache/ambari/msi/ClusterDefinition.java 830da48 
  contrib/ambari-scom/ambari-scom-server/src/test/java/org/apache/ambari/msi/ClusterDefinitionTest.java 0652ea6 

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


Testing
-------

All unit test pass.
Deployed cluster with 1.3.3, 2.0.6 and 2.1.1


Thanks,

Michael Harp


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Michael Harp <mi...@teradata.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/
-----------------------------------------------------------

(Updated March 27, 2014, 10:41 p.m.)


Review request for Ambari, Mahadev Konar, Matt Foley, and Nate Cole.


Changes
-------

Updated patch to fix a few conflicts that have crept in and included new code to support oozie existing postgres database since the changes for hive and oozie are very similar and simpler to combine in one patch.


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


Repository: ambari


Description (updated)
-------

Add Existing Postgres Database option for Hive and Oooze Database.


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py 30aec45 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py 968ade0 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie.py 050bc12 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/oozie_service.py ad64529 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/package/scripts/params.py 047f74b 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py 8dd2745 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py 664b676 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie.py 7ea7712 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie_service.py 9db9491 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/params.py 235d1a9 
  ambari-web/app/controllers/main/service/info/configs.js 6282887 
  ambari-web/app/controllers/wizard/step8_controller.js 2111c94 
  ambari-web/app/data/HDP2/global_properties.js 7489774 
  ambari-web/app/data/global_properties.js 5772b50 
  ambari-web/app/views/wizard/controls_view.js cbb55ec 

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


Testing
-------

All unit test pass.
Deployed cluster with 1.3.3, 2.0.6 and 2.1.1


Thanks,

Michael Harp


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Nate Cole <nc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/#review35963
-----------------------------------------------------------

Ship it!


I think that's a fair assumption.

- Nate Cole


On Feb. 28, 2014, 4:48 p.m., Michael Harp wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17215/
> -----------------------------------------------------------
> 
> (Updated Feb. 28, 2014, 4:48 p.m.)
> 
> 
> Review request for Ambari, Mahadev Konar and Nate Cole.
> 
> 
> Bugs: AMBARI-4205
>     https://issues.apache.org/jira/browse/AMBARI-4205
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Existing Postgres Database option for Hive Database.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py 30aec45 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py c429555 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py 01fd2f9 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e81f04e 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py 9961212 
>   ambari-web/app/controllers/main/service/info/configs.js 35139a2 
>   ambari-web/app/controllers/wizard/step8_controller.js 473cbb3 
>   ambari-web/app/data/HDP2/global_properties.js d4c5103 
>   ambari-web/app/data/global_properties.js b8432c3 
>   ambari-web/app/views/wizard/controls_view.js ec88cd8 
> 
> Diff: https://reviews.apache.org/r/17215/diff/
> 
> 
> Testing
> -------
> 
> All unit test pass.
> Deployed cluster with 1.3.3, 2.0.6 and 2.1.1
> 
> 
> Thanks,
> 
> Michael Harp
> 
>


Re: Review Request 17215: Add Existing Postgres Database option for Hive Database during Ambari cluster install

Posted by Michael Harp <mi...@teradata.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17215/
-----------------------------------------------------------

(Updated Feb. 28, 2014, 9:48 p.m.)


Review request for Ambari, Mahadev Konar and Nate Cole.


Changes
-------

Added in 2.0 and 1.3 stack support.
My only concern is that /usr/share/java/postgresql-jdbc.jar need to exist and needs to be the correct version for the installed postgres database. Should we assume this when user selects "Existing Postgres Database"?


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


Repository: ambari


Description
-------

Add Existing Postgres Database option for Hive Database.


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py 30aec45 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py c429555 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py 01fd2f9 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e81f04e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py 9961212 
  ambari-web/app/controllers/main/service/info/configs.js 35139a2 
  ambari-web/app/controllers/wizard/step8_controller.js 473cbb3 
  ambari-web/app/data/HDP2/global_properties.js d4c5103 
  ambari-web/app/data/global_properties.js b8432c3 
  ambari-web/app/views/wizard/controls_view.js ec88cd8 

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


Testing (updated)
-------

All unit test pass.
Deployed cluster with 1.3.3, 2.0.6 and 2.1.1


Thanks,

Michael Harp