[jira] [Commented] (AMBARI-18625) Can't open Hive view in Internet explorer 11 in HDP 2.5

2016-10-19 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18625:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5823 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5823/])
AMBARI-18625. Can't open Hive view in Internet explorer 11 in HDP 2.5 
(pallavkul: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=2a2c557f126e9cdf148e4ebf9c2b375c66c346df])
* (edit) 
contrib/views/hive-next/src/main/resources/ui/hive-web/app/components/date-range-widget.js
* (edit) 
contrib/views/hive/src/main/resources/ui/hive-web/app/components/date-range-widget.js


> Can't open Hive view in Internet explorer 11 in HDP 2.5
> ---
>
> Key: AMBARI-18625
> URL: https://issues.apache.org/jira/browse/AMBARI-18625
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.4.0
>Reporter: Pallav Kulshreshtha
>Assignee: Pallav Kulshreshtha
> Fix For: 2.5.0
>
> Attachments: AMBARI-18625_trunk.patch
>
>
> Hive view from Internet explorer. It doesn't show anything.
> RCA: 
> The bug got introduced in https://issues.apache.org/jira/browse/AMBARI-17482.
> Hive View does not use Babel hence ES6 syntax are not transpiled into ES5 
> syntax and IE 11 does not support ES6(most of the features). AMBARI-17482 
> introduces some arrow functions in the JS code(ES6 syntax) which are not 
> compatible with IE and hence hive view breaks down.
> Code Location:
> https://github.com/apache/ambari/blob/trunk/contrib/views/hive-next/src/main/resources/ui/hive-web/app/components/date-range-widget.js#L84



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


[jira] [Commented] (AMBARI-18625) Can't open Hive view in Internet explorer 11 in HDP 2.5

2016-10-19 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18625:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #169 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/169/])
AMBARI-18625. Can't open Hive view in Internet explorer 11 in HDP 2.5 
(pallavkul: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=05ee056c1b0e5d982e47eacf06e4db8a4305cf53])
* (edit) 
contrib/views/hive-next/src/main/resources/ui/hive-web/app/components/date-range-widget.js
* (edit) 
contrib/views/hive/src/main/resources/ui/hive-web/app/components/date-range-widget.js


> Can't open Hive view in Internet explorer 11 in HDP 2.5
> ---
>
> Key: AMBARI-18625
> URL: https://issues.apache.org/jira/browse/AMBARI-18625
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.4.0
>Reporter: Pallav Kulshreshtha
>Assignee: Pallav Kulshreshtha
> Fix For: 2.5.0
>
> Attachments: AMBARI-18625_trunk.patch
>
>
> Hive view from Internet explorer. It doesn't show anything.
> RCA: 
> The bug got introduced in https://issues.apache.org/jira/browse/AMBARI-17482.
> Hive View does not use Babel hence ES6 syntax are not transpiled into ES5 
> syntax and IE 11 does not support ES6(most of the features). AMBARI-17482 
> introduces some arrow functions in the JS code(ES6 syntax) which are not 
> compatible with IE and hence hive view breaks down.
> Code Location:
> https://github.com/apache/ambari/blob/trunk/contrib/views/hive-next/src/main/resources/ui/hive-web/app/components/date-range-widget.js#L84



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


[jira] [Commented] (AMBARI-18625) Can't open Hive view in Internet explorer 11 in HDP 2.5

2016-10-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18625:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12833928/AMBARI-18625_trunk.patch
  against trunk revision .

{color:red}-1 patch{color}.  Top-level trunk compilation may be broken.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8908//console

This message is automatically generated.

> Can't open Hive view in Internet explorer 11 in HDP 2.5
> ---
>
> Key: AMBARI-18625
> URL: https://issues.apache.org/jira/browse/AMBARI-18625
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.4.0
>Reporter: Pallav Kulshreshtha
>Assignee: Pallav Kulshreshtha
> Fix For: 2.5.0
>
> Attachments: AMBARI-18625_trunk.patch
>
>
> Hive view from Internet explorer. It doesn't show anything.
> RCA: 
> The bug got introduced in https://issues.apache.org/jira/browse/AMBARI-17482.
> Hive View does not use Babel hence ES6 syntax are not transpiled into ES5 
> syntax and IE 11 does not support ES6(most of the features). AMBARI-17482 
> introduces some arrow functions in the JS code(ES6 syntax) which are not 
> compatible with IE and hence hive view breaks down.
> Code Location:
> https://github.com/apache/ambari/blob/trunk/contrib/views/hive-next/src/main/resources/ui/hive-web/app/components/date-range-widget.js#L84



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