[35/50] [abbrv] hadoop git commit: YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB.

2018-08-10 Thread ehiggs
http://git-wip-us.apache.org/repos/asf/hadoop/blob/00013d6e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css
--
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css
deleted file mode 100644
index 3bc0433..000
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css
+++ /dev/null
@@ -1,538 +0,0 @@
-/*
- *  File: demo_table.css
- *  CVS:  $Id$
- *  Description:  CSS descriptions for DataTables demo pages
- *  Author:   Allan Jardine
- *  Created:  Tue May 12 06:47:22 BST 2009
- *  Modified: $Date$ by $Author$
- *  Language: CSS
- *  Project:  DataTables
- *
- *  Copyright 2009 Allan Jardine. All Rights Reserved.
- *
- * ***
- * DESCRIPTION
- *
- * The styles given here are suitable for the demos that are used with the 
standard DataTables
- * distribution (see www.datatables.net). You will most likely wish to modify 
these styles to
- * meet the layout requirements of your site.
- *
- * Common issues:
- *   'full_numbers' pagination - I use an extra selector on the body tag to 
ensure that there is
- * no conflict between the two pagination types. If you want to use 
full_numbers pagination
- * ensure that you either have "example_alt_pagination" as a body class 
name, or better yet,
- * modify that selector.
- *   Note that the path used for Images is relative. All images are by default 
located in
- * ../images/ - relative to this CSS file.
- */
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables features
- */
-
-.dataTables_wrapper {
-   position: relative;
-   min-height: 302px;
-   clear: both;
-   _height: 302px;
-   zoom: 1; /* Feeling sorry for IE */
-}
-
-.dataTables_processing {
-   position: absolute;
-   top: 50%;
-   left: 50%;
-   width: 250px;
-   height: 30px;
-   margin-left: -125px;
-   margin-top: -15px;
-   padding: 14px 0 2px 0;
-   border: 1px solid #ddd;
-   text-align: center;
-   color: #999;
-   font-size: 14px;
-   background-color: white;
-}
-
-.dataTables_length {
-   width: 40%;
-   float: left;
-}
-
-.dataTables_filter {
-   width: 50%;
-   float: right;
-   text-align: right;
-}
-
-.dataTables_info {
-   width: 60%;
-   float: left;
-}
-
-.dataTables_paginate {
-   width: 44px;
-   * width: 50px;
-   float: right;
-   text-align: right;
-}
-
-/* Pagination nested */
-.paginate_disabled_previous, .paginate_enabled_previous, 
.paginate_disabled_next, .paginate_enabled_next {
-   height: 19px;
-   width: 19px;
-   margin-left: 3px;
-   float: left;
-}
-
-.paginate_disabled_previous {
-   background-image: url('../images/back_disabled.jpg');
-}
-
-.paginate_enabled_previous {
-   background-image: url('../images/back_enabled.jpg');
-}
-
-.paginate_disabled_next {
-   background-image: url('../images/forward_disabled.jpg');
-}
-
-.paginate_enabled_next {
-   background-image: url('../images/forward_enabled.jpg');
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables display
- */
-table.display {
-   margin: 0 auto;
-   clear: both;
-   width: 100%;
-   
-   /* Note Firefox 3.5 and before have a bug with border-collapse
-* ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
-* border-spacing: 0; is one possible option. Conditional-css.com is
-* useful for this kind of thing
-*
-* Further note IE 6/7 has problems when calculating widths with border 
width.
-* It subtracts one px relative to the other browsers from the first 
column, and
-* adds one to the end...
-*
-* If you want that effect I'd suggest setting a border-top/left on 
th/td's and 
-* then filling in the gaps with other borders.
-*/
-}
-
-table.display thead th {
-   padding: 3px 18px 3px 10px;
-   border-bottom: 1px solid black;
-   font-weight: bold;
-   cursor: pointer;
-   * cursor: hand;
-}
-
-table.display tfoot th {
-   padding: 3px 18px 3px 10px;
-   border-top: 1px solid black;
-   font-weight: bold;
-}
-
-table.display tr.heading2 td {
-   border-bottom: 1px solid #aaa;
-}
-
-table.display td {
-   padding: 3px 10px;
-}
-
-table.display td.center {
-   text-align: center;
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables sorting
- */
-
-.sorting_asc {
-   background:

[35/50] [abbrv] hadoop git commit: YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB.

2018-08-08 Thread sunchao
YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 
upgrade. Contributed by Akhil PB.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/64901abd
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/64901abd
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/64901abd

Branch: refs/heads/HDFS-12943
Commit: 64901abdfac72c22f6b002ff45b1107174e82207
Parents: 2ec97ab
Author: Sunil G 
Authored: Wed Aug 8 19:43:29 2018 +0530
Committer: Sunil G 
Committed: Wed Aug 8 19:43:29 2018 +0530

--
 LICENSE.txt |   2 +-
 .../hadoop-yarn/hadoop-yarn-common/pom.xml  |   8 +-
 .../hadoop/yarn/webapp/view/JQueryUI.java   |   4 +-
 .../webapps/static/dt-1.10.7/css/demo_page.css  | 110 
 .../webapps/static/dt-1.10.7/css/demo_table.css | 538 +++
 .../webapps/static/dt-1.10.7/css/jui-dt.css | 322 +++
 .../static/dt-1.10.7/images/Sorting icons.psd   | Bin 0 -> 27490 bytes
 .../static/dt-1.10.7/images/back_disabled.jpg   | Bin 0 -> 612 bytes
 .../static/dt-1.10.7/images/back_enabled.jpg| Bin 0 -> 807 bytes
 .../webapps/static/dt-1.10.7/images/favicon.ico | Bin 0 -> 894 bytes
 .../dt-1.10.7/images/forward_disabled.jpg   | Bin 0 -> 635 bytes
 .../static/dt-1.10.7/images/forward_enabled.jpg | Bin 0 -> 852 bytes
 .../static/dt-1.10.7/images/sort_asc.png| Bin 0 -> 263 bytes
 .../dt-1.10.7/images/sort_asc_disabled.png  | Bin 0 -> 252 bytes
 .../static/dt-1.10.7/images/sort_both.png   | Bin 0 -> 282 bytes
 .../static/dt-1.10.7/images/sort_desc.png   | Bin 0 -> 260 bytes
 .../dt-1.10.7/images/sort_desc_disabled.png | Bin 0 -> 251 bytes
 .../dt-1.10.7/js/jquery.dataTables.min.js   | 160 ++
 .../webapps/static/dt-1.9.4/css/demo_page.css   | 110 
 .../webapps/static/dt-1.9.4/css/demo_table.css  | 538 ---
 .../webapps/static/dt-1.9.4/css/jui-dt.css  | 322 ---
 .../static/dt-1.9.4/images/Sorting icons.psd| Bin 27490 -> 0 bytes
 .../static/dt-1.9.4/images/back_disabled.jpg| Bin 612 -> 0 bytes
 .../static/dt-1.9.4/images/back_enabled.jpg | Bin 807 -> 0 bytes
 .../webapps/static/dt-1.9.4/images/favicon.ico  | Bin 894 -> 0 bytes
 .../static/dt-1.9.4/images/forward_disabled.jpg | Bin 635 -> 0 bytes
 .../static/dt-1.9.4/images/forward_enabled.jpg  | Bin 852 -> 0 bytes
 .../webapps/static/dt-1.9.4/images/sort_asc.png | Bin 263 -> 0 bytes
 .../dt-1.9.4/images/sort_asc_disabled.png   | Bin 252 -> 0 bytes
 .../static/dt-1.9.4/images/sort_both.png| Bin 282 -> 0 bytes
 .../static/dt-1.9.4/images/sort_desc.png| Bin 260 -> 0 bytes
 .../dt-1.9.4/images/sort_desc_disabled.png  | Bin 251 -> 0 bytes
 .../static/dt-1.9.4/js/jquery.dataTables.min.js | 157 --
 33 files changed, 1137 insertions(+), 1134 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/64901abd/LICENSE.txt
--
diff --git a/LICENSE.txt b/LICENSE.txt
index f8de86a..393ed0e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -553,7 +553,7 @@ For:
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.js
 
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.css
 
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery.dataTables.min.js
-hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/
+hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.10.7/
 

 Copyright (C) 2008-2016, SpryMedia Ltd.
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/64901abd/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml
--
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml
index eddcbaa..685eac9 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml
@@ -237,10 +237,10 @@
 src/main/resources/webapps/test/.keep
 src/main/resources/webapps/proxy/.keep
 src/main/resources/webapps/node/.keep
-
src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css
-
src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css
-src/main/resources/webapps/static/dt-1.9.4/images/Sorting 
icons.psd
-
src/main/resources/webapps/static/dt-1.9.4/js/jquery.dataTables.min.js
+
src/main/resources/webapps/static/dt-1.10.7/css/jui-dt.css
+
src/main/resources/webapps/static/dt-1.10.7/css/demo_table.cs