[
https://issues.apache.org/jira/browse/AMBARI-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052490#comment-15052490
]
Hudson commented on AMBARI-14335:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.2 #58 (See
[https://builds.apache.org/job/Ambari-branch-2.2/58/])
AMBARI-14335. Hive view: Fails to come up in firefox with the JS error (yusaku:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=cbdaeede29b3aa41226894e5adc3c74bf172e2cd])
*
contrib/views/hive/src/main/resources/ui/hive-web/app/helpers/format-column-type.js
> 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
> Assignee: 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)