You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Sangeeta Ravindran <sa...@gmail.com> on 2017/05/12 04:59:23 UTC

Review Request 59222: Hive 1.5.0 view does not load in Internet Explorer 11

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59222/
-----------------------------------------------------------

Review request for Ambari, DIPAYAN BHOWMICK and Pallav Kulshreshtha.


Bugs: AMBARI-21001
    https://issues.apache.org/jira/browse/AMBARI-21001


Repository: ambari


Description
-------

1. Create a Hive 1.5.0 view instance and execute it in IE 11.
2. A blank page is displayed with the following error message in the web console:
SCRIPT1002: Syntax error
File: hive.js, Line: 8374, Column: 23

The error is on this line in fetchServiceCheckPolicy in contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js

this.fetchServiceCheckPolicy()
    .then((data) => {

This is because the ES6 arrow (=>) functions are not supported in IE


Diffs
-----

  contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js 087bab3 


Diff: https://reviews.apache.org/r/59222/diff/1/


Testing
-------

Manual testing in FF, Chrome and IE


Thanks,

Sangeeta Ravindran