You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Antonenko Alexander (JIRA)" <ji...@apache.org> on 2015/10/15 19:06:05 UTC

[jira] [Commented] (AMBARI-12873) Ambari web fails to load Hive & Oozie config tabs

    [ https://issues.apache.org/jira/browse/AMBARI-12873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959231#comment-14959231 ] 

Antonenko Alexander commented on AMBARI-12873:
----------------------------------------------

[~yonolo] Can you please provide additional details, like what was the exact JDBC URL. Because I cannot reproduce this, even if I enter something like TEST:BLA-BLA-BLA it works fine, changing port to something, else than 1521 also does not lead to any issue. 

p.s. If you can please provide result of ambari-server --hash command.

> Ambari web fails to load Hive & Oozie config tabs
> -------------------------------------------------
>
>                 Key: AMBARI-12873
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12873
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.0
>         Environment: INT
>            Reporter: younes
>            Priority: Critical
>
> When using an oracle backend database for Hive and Oozie with a custom JDBC URL with a custom port (different from 1521) , Ambari web fails to load Hive and Oozie config tabs: there is a spinning circle that spins indefinitely.
> I think that the reason why ambari web can't load the configurations is because it expects the JDBC URL for Oracle to match precisely the 1521 port.
> Indeed, the regex used to parse the string is the following:
> {code}
> jdbc:oracle:thin:@(?:\/?\/?)(.*):1521(:|\/)(.*)
> {code}
> In javascript/app.js at the line:
> {code:javascript}
> dbName = jdbcUrl.replace(new RegExp(this.DB_JDBC_PATTERNS[result.dbType].format(stringUtils.escapeRegExp(result.location),'')), '');
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)