You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Szymon Czekajewski (JIRA)" <ji...@apache.org> on 2017/03/09 11:36:37 UTC

[jira] [Created] (AMBARI-20374) Ambari stops showing Config page for HIVE

Szymon Czekajewski created AMBARI-20374:
-------------------------------------------

             Summary: Ambari stops showing Config page for HIVE
                 Key: AMBARI-20374
                 URL: https://issues.apache.org/jira/browse/AMBARI-20374
             Project: Ambari
          Issue Type: Improvement
          Components: ambari-web
            Reporter: Szymon Czekajewski
            Priority: Trivial


Hi,
If you try to configure HIVE with Ambari to use repilicated MySQL as Metastore backend, you'll try to enter database URL like:
jdbc:mysql:loadbalance://cent4/hive,cent5/hive?createDatabaseIfNotExist=true
Then Ambari will stop loading the "Config" screen, due to JavaScript error.
To fix this add this (or something similar):
mssql: 'jdbc:mysql:loadbalance://(({0}/{1})(,?))+?createDatabaseIfNotExist=true',
to app/utils/configs/database.js in line 65.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)