Repository: ambari Updated Branches: refs/heads/branch-2.1 8fd52b286 -> ea50e37a6
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/ea50e37a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ea50e37a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ea50e37a Branch: refs/heads/branch-2.1 Commit: ea50e37a628a3fff8dfe8319f72c87d1df1445bf Parents: 8fd52b2 Author: Jaimin Jetly <[email protected]> Authored: Thu Aug 27 16:50:21 2015 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Aug 27 16:50:21 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/ea50e37a/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 1113e4a..c0852d4 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?',
