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)

Reply via email to