[
https://issues.apache.org/jira/browse/AMBARI-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052165#comment-15052165
]
Hadoop QA commented on AMBARI-14335:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12776908/AMBARI-14335_branch-2.2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in
contrib/views/hive
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4564//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4564//console
This message is automatically generated.
> 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)