Repository: ambari Updated Branches: refs/heads/trunk a19c92581 -> 97c4bc5ec
AMBARI-12892. Choose Service page: Add SQL Anywhere in the Ranger Requirements popup message. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/97c4bc5e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/97c4bc5e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/97c4bc5e Branch: refs/heads/trunk Commit: 97c4bc5ec4877c7b516ee4d921254c5f694b3506 Parents: a19c925 Author: Jaimin Jetly <[email protected]> Authored: Thu Aug 27 16:50:21 2015 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Aug 27 16:51:15 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/97c4bc5e/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 3b613e7..e407623 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -721,10 +721,10 @@ Em.I18n.translations = { 'installer.step4.ambariMetricsCheck.popup.header':'Limited Functionality Warning', 'installer.step4.ambariMetricsCheck.popup.body':'Ambari Metrics collects metrics from the cluster and makes them available to Ambari. If you do not install Ambari Metrics service, metrics will not be accessible from Ambari. Are you sure you want to proceed without Ambari Metrics?', 'installer.step4.rangerRequirements.popup.header': 'Ranger Requirements', - 'installer.step4.rangerRequirements.popup.body.requirements': '<ol><li>You must have an <strong>MySQL/Oracle/Postgres/MSSQL Server</strong> database instance running to be used by Ranger.</li>' + - '<li>In Assign Masters step of this wizard, you will be prompted to specify which host for the Ranger Admin. On that host, you <strong>must have DB Client installed</strong> for Ranger to access to the database. (Note: This is only applicable for only Ranger 0.4.0)</li>' + + 'installer.step4.rangerRequirements.popup.body.requirements': '<ol><li>You must have an <strong>MySQL/Oracle/Postgres/MSSQL/SQLA Server</strong> database instance running to be used by Ranger.</li>' + + '<li>In Assign Masters step of this wizard, you will be prompted to specify which host for the Ranger Admin. On that host, you <strong>must have DB Client installed</strong> for Ranger to access to the database. (Note: This is applicable for only Ranger 0.4.0)</li>' + '<li>Ensure that the access for the DB Admin user is enabled in DB server from any host.</li>' + - '<li>Execute the following command on the Ambari Server host. Replace <code>database-type</code> with <strong>mysql|oracle|postgres|mssql</strong> and <code>/jdbc/driver/path</code> based on the location of corresponding JDBC driver:' + + '<li>Execute the following command on the Ambari Server host. Replace <code>database-type</code> with <strong>mysql|oracle|postgres|mssql|sqlanywhere</strong> and <code>/jdbc/driver/path</code> based on the location of corresponding JDBC driver:' + '<pre>ambari-server setup --jdbc-db={database-type} --jdbc-driver={/jdbc/driver/path}</pre></li></ol>', 'installer.step4.rangerRequirements.popup.body.confirmation': 'I have met all the requirements above.', 'installer.step4.sparkWarning.popup.body': 'Spark requires HDP 2.2.2 or later. Attempting to install Spark to a HDP 2.2.0 cluster will fail. Confirm you are using HDP 2.2.2 or later packages. Are you sure you want to proceed?',
