You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sebastian Toader (JIRA)" <ji...@apache.org> on 2017/08/03 12:22:00 UTC

[jira] [Created] (AMBARI-21648) Do not use 'dbo' schema name in idempotent Ambari DDL generator for AzureDB.

Sebastian Toader created AMBARI-21648:
-----------------------------------------

             Summary: Do not use 'dbo' schema name in idempotent Ambari DDL generator for AzureDB.
                 Key: AMBARI-21648
                 URL: https://issues.apache.org/jira/browse/AMBARI-21648
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
            Reporter: Sebastian Toader
            Assignee: Sebastian Toader
             Fix For: 2.5.3


Ambari database tables can be created in any AzureDB schema beside the default 'dbo'. The generated DDL sql will fail in case the Ambari database tables were to be created in other schema than 'dbo' as it looks up db objects in 'dbo' schema only.

If no schema is specified than db object will be looked up in the default schema of the user.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)