[
https://issues.apache.org/jira/browse/AMBARI-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DIPAYAN BHOWMICK updated AMBARI-14335:
--------------------------------------
Attachment: AMBARI-14335_branch-2.2.patch
> Hive view: Fails to come up in firefox with the JS error in console.
> --------------------------------------------------------------------
>
> Key: AMBARI-14335
> URL: https://issues.apache.org/jira/browse/AMBARI-14335
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.2.0
> Reporter: DIPAYAN BHOWMICK
> Priority: Blocker
> Fix For: 2.2.0
>
> Attachments: AMBARI-14335_branch-2.2.patch
>
>
> In firefox, Hive view throws the following javascript error:
> {code:javascript}
> SyntaxError: let is a reserved identifier
> {code}
> In chrome it works fine.
> The 'let' keywords were used in the hive view in one of the javascript helper
> function and it is not yet supported in firefox
> (https://kangax.github.io/compat-table/es6/). So, it needs to be changed to
> var.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)