[
https://issues.apache.org/jira/browse/DRILL-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110115#comment-16110115
]
ASF GitHub Bot commented on DRILL-5699:
---------------------------------------
GitHub user sindhurirayavaram opened a pull request:
https://github.com/apache/drill/pull/891
DRILL-5699: Drill Web UI Page Source Has Links To External Sites
When there is no internet, Drill Web UI fails to load the external CDNs and
will not load the result page. This change, uses the maven download plugin to
download the javascript and css files during build time. First this tries to
load the CDNs from the internet. If a failure occurs, it uses the local
downloaded Javascript and css files.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sindhurirayavaram/drill DRILL-5699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/891.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #891
----
commit 61b874e2e17e44666cea9c7626767651ce7e4c70
Author: Sindhuri Rayavaram <[email protected]>
Date: 2017-07-31T18:45:53Z
DRILL-5699: Drill Web UI Page Source Has Links To External Sites
----
> Drill Web UI Page Source Has Links To External Sites
> ----------------------------------------------------
>
> Key: DRILL-5699
> URL: https://issues.apache.org/jira/browse/DRILL-5699
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - HTTP
> Reporter: Sindhuri Ramanarayan Rayavaram
> Assignee: Sindhuri Ramanarayan Rayavaram
> Priority: Minor
>
> Drill uses external CDN for javascript and css files in the result page. When
> there is no internet connection this page fails to load.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)