aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-05-09 10:10:29 +0100
committerSean Owen <sowen@cloudera.com>2015-05-09 10:10:29 +0100
commit12b95abc7047a8f2fd25a3c8dbb9904eb305eba6 (patch)
tree51d46e1ef3abeeb1a1466b8dbfb9511446c14bd9 /LICENSE
parentdda6d9f4045fa2d1265abffa9d7dbdc967448417 (diff)
downloadspark-12b95abc7047a8f2fd25a3c8dbb9904eb305eba6.tar.gz
spark-12b95abc7047a8f2fd25a3c8dbb9904eb305eba6.tar.bz2
spark-12b95abc7047a8f2fd25a3c8dbb9904eb305eba6.zip
[SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of running on YARN
When we use Spark on YARN and have AllJobPage via ResourceManager's proxy, the link URL in objects which represent each job on timeline view is wrong. In timeline-view.js, the link is generated as follows. ``` window.location.href = "job/?id=" + getJobId(this); ``` This assumes the URL displayed on the web browser ends with "jobs/" but when we access AllJobPage via the proxy, the url displayed does not end with "jobs/" The proxy doesn't return status code 301 or 302 so the url displayed still indicates the base url, not "/jobs" even though displaying AllJobPages. ![2015-05-07 3 34 37](https://cloud.githubusercontent.com/assets/4736016/7501079/a8507ad6-f46c-11e4-9bed-62abea170f4c.png) Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #5947 from sarutak/fix-link-in-timeline and squashes the following commits: aaf40e1 [Kousuke Saruta] Added Copyright for vis.js 01bee7b [Kousuke Saruta] Fixed timeline-view.js in order to get correct href
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE16
1 files changed, 16 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index b2001f029a..d6b9ccf07d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -836,6 +836,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+========================================================================
+For vis.js (core/src/main/resources/org/apache/spark/ui/static/vis.min.js):
+========================================================================
+Copyright (C) 2010-2015 Almende B.V.
+
+Vis.js is dual licensed under both
+
+ * The Apache 2.0 License
+ http://www.apache.org/licenses/LICENSE-2.0
+
+and
+
+ * The MIT License
+ http://opensource.org/licenses/MIT
+
+Vis.js may be distributed under either license.
========================================================================
BSD-style licenses