You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2019/10/16 15:09:31 UTC

[ambari] branch branch-2.7 updated: AMBARI-25395. Update help text in Hive install provide a clearly formatted example

This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 88b774a  AMBARI-25395. Update help text in Hive install provide a clearly formatted example
     new f115e11  Merge pull request #3100 from hiveww/AMBARI-25395-branch-2.7
88b774a is described below

commit 88b774aabca9abdfe847fce39fcd05b689011df5
Author: Alex Antonenko <aa...@hortonworks.com>
AuthorDate: Wed Oct 16 13:20:40 2019 +0300

    AMBARI-25395. Update help text in Hive install provide a clearly formatted example
---
 ambari-web/app/data/db_properties_info.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/data/db_properties_info.js b/ambari-web/app/data/db_properties_info.js
index 02753af..29589f3 100644
--- a/ambari-web/app/data/db_properties_info.js
+++ b/ambari-web/app/data/db_properties_info.js
@@ -66,7 +66,7 @@ module.exports = {
       'HIVE': {
         'connection_url': 'jdbc:mysql://{0}/{1}?createDatabaseIfNotExist=true'
       },
-      'driver': 'com.mysql.jdbc.Driver',
+      'driver': 'mysql-connector-java.jar',
       'sql_jar_connector': '/usr/share/java/mysql-connector-java.jar',
       'db_type': 'mysql',
       'db_name': 'MySQL',