You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/08/26 02:25:25 UTC

ambari git commit: AMBARI-12876. JDBC DB connection url string for SQLA not working. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 73e26cf13 -> 8967aa315


AMBARI-12876. JDBC DB connection url string for SQLA not working. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8967aa31
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8967aa31
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8967aa31

Branch: refs/heads/branch-2.1
Commit: 8967aa31509ed4e7ffa88fb17f45a79125a9c1c9
Parents: 73e26cf
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Tue Aug 25 17:24:57 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Tue Aug 25 17:24:57 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/data/db_properties_info.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8967aa31/ambari-web/app/data/db_properties_info.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/db_properties_info.js b/ambari-web/app/data/db_properties_info.js
index 360204c..d48dc98 100644
--- a/ambari-web/app/data/db_properties_info.js
+++ b/ambari-web/app/data/db_properties_info.js
@@ -109,7 +109,7 @@ module.exports = {
       'db_type': 'mssql'
     },
     'SQLA': {
-      'connection_url': 'jdbc:sqlanywhere:host={0};database={1};uid={2};pwd={3}',
+      'connection_url': 'jdbc:sqlanywhere:host={0};database={1}',
       'driver': 'sap.jdbc4.sqlanywhere.IDriver',
       'sql_jar_connector': '/path_to_driver/sqla-client-jdbc.tar.gz',
       'db_type': 'sqlanywhere'