http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/application.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/application.hbs 
b/tez-ui2/src/main/webapp/app/templates/application.hbs
deleted file mode 100644
index 7bdc2b7..0000000
--- a/tez-ui2/src/main/webapp/app/templates/application.hbs
+++ /dev/null
@@ -1,67 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="{{if env.app.isStandalone 'standalone' 'wrapped'}} {{if 
env.ENV.isIE 'ie'}}">
-  <div class="footer-pusher">
-
-    <div class="header">
-      <div class="lr-margin content">
-        {{#link-to 'application' class="logo"}}
-          <img src="assets/images/logo.png" width="70px"/>
-        {{/link-to}}
-
-        <div class="breadcrumb-container">
-          {{em-breadcrumbs items=prefixedBreadcrumbs}}
-        </div>
-
-        <div class="ui-info">
-          {{#if env.app.buildVersion}}
-            <span>Version <b>{{env.app.buildVersion}}</b></span>
-          {{/if}}
-          <span>
-            <a href={{env.app.hrefs.help}} target="_blank">
-              <i class="fa fa-question-circle"></i>
-            </a>
-          </span>
-        </div>
-      </div>
-    </div>
-
-    <div class="lr-margin">
-      {{outlet}}
-    </div>
-    <div class="footer-frame"> </div>
-  </div>
-
-  <div class="footer">
-    <div class="lr-margin content">
-      <a href={{env.app.hrefs.license}} target="_blank">
-        Licensed under the Apache License, Version 2.0.
-      </a>
-      <div class="ui-info">
-        {{#if env.app.timezone}}
-          <span>Timezone <b>{{env.app.timezone}}</b></span>
-        {{/if}}
-      </div>
-    </div>
-  </div>
-</div>
-
-{{outlet "modal"}}
-
-{{error-bar error=appError}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/attempt.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/attempt.hbs 
b/tez-ui2/src/main/webapp/app/templates/attempt.hbs
deleted file mode 100644
index 8906371..0000000
--- a/tez-ui2/src/main/webapp/app/templates/attempt.hbs
+++ /dev/null
@@ -1,20 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{tab-n-refresh tabs=tabs loadTime=loadTime autoRefreshEnabled=polling.active}}
-{{outlet}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/attempt/counters.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/attempt/counters.hbs 
b/tez-ui2/src/main/webapp/app/templates/attempt/counters.hbs
deleted file mode 100644
index 649cfe2..0000000
--- a/tez-ui2/src/main/webapp/app/templates/attempt/counters.hbs
+++ /dev/null
@@ -1,34 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-  columns=columns
-  rows=counters
-
-  rowCount=countersCount
-  definition=definition
-
-  enablePagination=false
-
-  searchAction="searchChanged"
-  sortAction="sortChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/attempt/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/attempt/index.hbs 
b/tez-ui2/src/main/webapp/app/templates/attempt/index.hbs
deleted file mode 100644
index d33c509..0000000
--- a/tez-ui2/src/main/webapp/app/templates/attempt/index.hbs
+++ /dev/null
@@ -1,95 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <table class='detail-list'>
-    <thead>
-      <tr>
-        <th colspan=2>Details</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Task Attempt ID</td>
-        <td>{{model.entityID}}</td>
-      </tr>
-      <tr>
-        <td>Task ID</td>
-        <td>{{model.taskID}}</td>
-      </tr>
-      <tr>
-        <td>Container ID</td>
-        <td>{{txt model.containerID}}</td>
-      </tr>
-      <tr>
-        <td>Node ID</td>
-        <td>{{txt model.nodeID}}</td>
-      </tr>
-      <tr>
-        <td>Status</td>
-        <td>{{em-table-status-cell content=model.status}}</td>
-      </tr>
-      <tr>
-        <td>Progress</td>
-        <td>{{em-table-progress-cell content=model.progress}}</td>
-      </tr>
-      <tr>
-        <td>Start Time</td>
-        <td>{{date-formatter content=model.startTime}}</td>
-      </tr>
-      <tr>
-        <td>End Time</td>
-        <td>{{date-formatter content=model.endTime}}</td>
-      </tr>
-      <tr>
-        <td>Duration</td>
-        <td>{{txt model.duration type="duration"}}</td>
-      </tr>
-      <tr>
-        <td>Log</td>
-        <td>
-          {{#if model.logURL}}
-            <a href={{model.logURL}} target="_blank">
-              <i class="fa fa-file-o" aria-hidden="true"></i> View
-            </a>
-            &nbsp;
-            <a href={{model.logURL}} target="_blank" download>
-              <i class="fa fa-download" aria-hidden="true"></i> Download
-            </a>
-          {{else}}
-              <span class="txt-message">Not Available!</span>
-          {{/if}}
-        </td>
-      </tr>
-    </tbody>
-  </table>
-
-  {{#if model.diagnostics}}
-    <div class="panel panel-danger">
-      <div class="panel-heading">
-        Diagnostics
-      </div>
-      <div class="diagnostics">
-        {{{model.diagnostics}}}
-      </div>
-    </div>
-  {{/if}}
-
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/caller-info.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/caller-info.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/caller-info.hbs
deleted file mode 100644
index 72a52db..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/caller-info.hbs
+++ /dev/null
@@ -1,24 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="panel panel-info">
-  <div class="panel-heading">
-    Additional Info from {{type}}
-  </div>
-  <textarea></textarea>
-</div>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/column-selector.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/column-selector.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/column-selector.hbs
deleted file mode 100644
index a5dcf9c..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/column-selector.hbs
+++ /dev/null
@@ -1,50 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="selection-list">
-  <div class="filter-option highlight">
-    <div class="form-group">
-      {{input class="form-control" placeholder="Filter..." value=searchText}}
-    </div>
-    <div class="select-all">
-      <input type="checkbox"
-             checked={{selectAll}}
-             onclick={{action "selectAll" value="target.checked"}} />
-      &nbsp;Select All
-    </div>
-  </div>
-  <div class="options">
-    {{#if filteredOptions.length}}
-      {{#each filteredOptions as |option|}}
-        <div class="select-option {{option.css}}">
-          {{input type="checkbox" classNames='checkbox' 
checked=option.selected}}
-          {{option.displayText}}
-        </div>
-      {{/each}}
-    {{else}}
-      <h4>&nbsp;No options available...</h4>
-    {{/if}}
-  </div>
-</div>
-<div class="form-actions">
-  <span class="message">
-    {{{content.message}}}
-  </span>
-  <button type="button" class="btn btn-primary" {{action "ok"}} 
data-dismiss="modal" aria-label="Close">Ok</button>
-  <button type="button" class="btn" data-dismiss="modal" 
aria-label="Close">Cancel</button>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/dags-page-search.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/dags-page-search.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/dags-page-search.hbs
deleted file mode 100644
index 60a0958..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/dags-page-search.hbs
+++ /dev/null
@@ -1,77 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="form-group">
-  <div class="search-element dag-name">
-    <label for="pwd">DAG Name:</label>
-    {{input value=dagName
-      type="text"
-      class="form-control input-sm"
-      placeholder="Search..."
-      enter="search"
-    }}
-  </div><div class="search-element">
-    <label for="pwd">ID:</label>
-    {{input value=dagID
-      type="text"
-      class="form-control input-sm"
-      placeholder="Search..."
-      enter="search"
-    }}
-  </div><div class="search-element">
-    <label for="pwd">Submitter:</label>
-    {{input value=submitter
-      type="text"
-      class="form-control input-sm"
-      placeholder="Search..."
-      enter="search"
-    }}
-  </div><div class="search-element">
-    <label for="pwd">Status:</label>
-    <select value={{status}}
-        class="form-control input-sm"
-        onchange={{action "statusChanged" value="target.value"}}
-        {{action "statusKeyPress" on="keyPress"}}>
-      <option value="">All</option>
-      <option value="SUBMITTED">Submitted</option>
-      <option value="RUNNING">Running</option>
-      <option value="SUCCEEDED">Succeeded</option>
-      <option value="FAILED">Failed</option>
-      <option value="ERROR">Error</option>
-    </select>
-  </div><div class="search-element">
-    <label for="pwd">Application ID:</label>
-    {{input value=appID
-      type="text"
-      class="form-control input-sm"
-      placeholder="Search..."
-      enter="search"
-    }}
-  </div><div class="search-element">
-    <label for="pwd">Caller ID:</label>
-    {{input value=callerID
-      type="text"
-      class="form-control input-sm"
-      placeholder="Search..."
-      enter="search"
-    }}
-  </div>
-</div>
-<button type="button" class="btn btn-success" {{action 'search'}}>
-  <i class="fa fa-search" aria-hidden="true"></i>
-</button>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/dags-pagination-ui.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/dags-pagination-ui.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/dags-pagination-ui.hbs
deleted file mode 100644
index d4ebe4f..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/dags-pagination-ui.hbs
+++ /dev/null
@@ -1,50 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<ul class="page-list">
-  <li class="{{unless atFirst 'clickable'}}" {{action 'changePage' 1}}>
-    {{#if dataProcessor.processedRows.length}}
-      First
-    {{else}}
-      No Records!
-    {{/if}}
-  </li>
-  {{#each _possiblePages as |page|}}
-    <li class="{{if page.isCurrent 'is-current' 'clickable'}}" {{action 
'changePage' page.pageNum}}>
-      {{#if page.isLoadPage}}
-        {{#if tableDefinition.loadingMore}}
-          <i class="fa fa-spinner fa-spin" aria-hidden="true"></i>
-        {{else}}
-          {{page.pageNum}}
-        {{/if}}
-      {{else}}
-        {{page.pageNum}}
-      {{/if}}
-    </li>
-  {{/each}}
-</ul>
-
-<div class='row-select'>
-  <select title="Select rows to display" class="form-control" 
onchange={{action "rowSelected" value="target.value"}}>
-    {{#each rowCountOptions as |option|}}
-      <option value={{option.value}} selected={{option.selected}}>
-        {{option.value}} Rows
-      </option>
-    {{/each}}
-  </select>
-</div>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/date-formatter.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/date-formatter.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/date-formatter.hbs
deleted file mode 100644
index 0f740cb..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/date-formatter.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{txt content type="date" timeZone=timeZone}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-blocking-event.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-blocking-event.hbs
 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-blocking-event.hbs
deleted file mode 100644
index 0fabd16..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-blocking-event.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="event-line"></div>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-consolidated-process.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-consolidated-process.hbs
 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-consolidated-process.hbs
deleted file mode 100644
index 0507469..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-consolidated-process.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-&nbsp;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event-bar.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event-bar.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event-bar.hbs
deleted file mode 100644
index b2cc9bd..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event-bar.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="event-bar"></div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event.hbs
deleted file mode 100644
index e5ddfa9..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-event.hbs
+++ /dev/null
@@ -1,20 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="event-line"></div>
-<div class="event-bubble"></div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-line.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-line.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-line.hbs
deleted file mode 100644
index bd790fa..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-line.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="process-line"></div>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-name.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-name.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-name.hbs
deleted file mode 100644
index 98ef757..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-name.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{process.name}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-visual.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-visual.hbs
 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-visual.hbs
deleted file mode 100644
index 2c6a9e2..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-process-visual.hbs
+++ /dev/null
@@ -1,57 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="base-line"></div>
-{{em-swimlane-process-line
-  process=process
-  processor=processor
-  showTooltip="showTooltip"
-  hideTooltip="hideTooltip"
-  click="click"
-}}
-{{#each process.blocking key="_id" as |blocking|}}
-  {{em-swimlane-blocking-event
-    process=process
-    blocking=blocking
-    processor=processor
-    showTooltip="showTooltip"
-    hideTooltip="hideTooltip"
-    click="click"
-  }}
-{{/each}}
-{{#each process.eventBars as |bar index|}}
-  {{em-swimlane-event-bar
-    bar=bar
-    barIndex=index
-    process=process
-    processor=processor
-    showTooltip="showTooltip"
-    hideTooltip="hideTooltip"
-    click="click"
-  }}
-{{/each}}
-{{#each process.events key="name" as |event|}}
-  {{em-swimlane-event
-    process=process
-    event=event
-    processor=processor
-    showTooltip="showTooltip"
-    hideTooltip="hideTooltip"
-    click="click"
-  }}
-{{/each}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-ruler.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-ruler.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-ruler.hbs
deleted file mode 100644
index d832c13..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-ruler.hbs
+++ /dev/null
@@ -1,30 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="ruler-line"></div>
-<div class="mark-container">
-  {{#each marks as |mark|}}
-    <div class="ruler-mark" style={{markDef.style}}>
-      <ul 
class="sub-marks"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul>
-      &nbsp;{{mark.duration}}
-    </div>
-  {{/each}}
-</div>
-<div class="unit-text" style={{unitTextStyle}}>
-  {{markDef.unit}}
-</div>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-vertex-name.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-vertex-name.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-vertex-name.hbs
deleted file mode 100644
index 8c977ee..0000000
--- 
a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane-vertex-name.hbs
+++ /dev/null
@@ -1,23 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{progressText}}
-{{em-table-status-cell content=process.vertex.finalStatus}}
-<span class="name-text {{if useEllipsis 'ellipsis'}}">
-  {{processName}}
-</span>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-swimlane.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-swimlane.hbs
deleted file mode 100644
index 9857cbb..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-swimlane.hbs
+++ /dev/null
@@ -1,63 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="process-names">
-  {{#each normalizedProcesses key="_id" as |process|}}
-    {{component nameComponent
-      process=process
-      showTooltip="showTooltip"
-      hideTooltip="hideTooltip"
-      click="click"
-    }}
-  {{/each}}
-  <div class="consolidated-view-label">
-    Consolidated
-  </div>
-</div><div class="process-visuals">
-  <div class="zoom-panel">
-    {{#each normalizedProcesses key="_id" as |process|}}
-      {{component visualComponent
-        process=process
-        processor=processor
-        showTooltip="showTooltip"
-        hideTooltip="hideTooltip"
-        click="click"
-      }}
-    {{/each}}
-
-    {{#if consolidate}}
-      <div class="consolidated-view">
-        {{#each normalizedProcesses key="_id" as |process|}}
-          {{em-swimlane-consolidated-process
-            focusedProcess=focusedProcess
-            process=process
-            processor=processor
-            showTooltip="showTooltip"
-            hideTooltip="hideTooltip"
-            click="click"
-          }}
-        {{/each}}
-      </div>
-    {{/if}}
-
-    {{em-swimlane-ruler scroll=scroll processor=processor zoom=zoom}}
-
-  </div>
-</div>
-
-{{em-tooltip contents=tooltipContents}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-table-status-cell.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/em-table-status-cell.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-table-status-cell.hbs
deleted file mode 100644
index 9783b6c..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-table-status-cell.hbs
+++ /dev/null
@@ -1,26 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if content}}
-  <span class="status {{statusName}}">
-    <i class="status-icon"></i>
-    {{content}}
-  </span>
-{{else}}
-  <span class="txt-message"> Not Available! </span>
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/em-tooltip.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/em-tooltip.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/em-tooltip.hbs
deleted file mode 100644
index 65f33db..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/em-tooltip.hbs
+++ /dev/null
@@ -1,54 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#each _contents as |content|}}
-
-  <div class="bubble-container">
-    <div class="bubble">
-      {{#if content.title}}{{show_}}
-        <div class="tip-title">{{content.title}}</div>
-      {{/if}}
-      {{#if content.description}}
-        <div class="tip-desc">{{content.description}}</div>
-      {{/if}}
-      {{#if content.properties}}
-        <div class="tip-props">
-          <table>
-            {{#each content.properties as |prop|}}
-              <tr>
-                <td>
-                  {{prop.name}}
-                </td>
-                <td>
-                  {{txt prop.value
-                  type=prop.type
-                  format=prop.format
-                  timeZone=prop.timeZone
-                  valueFormat=prop.valueFormat
-                  valueTimeZone=prop.valueTimeZone
-                  valueUnit=prop.valueUnit}}
-                </td>
-              </tr>
-            {{/each}}
-          </table>
-        </div>
-      {{/if}}
-    </div>
-  </div>
-
-{{/each}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/error-bar.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/error-bar.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/error-bar.hbs
deleted file mode 100644
index a21bba0..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/error-bar.hbs
+++ /dev/null
@@ -1,31 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="message" {{action "toggleDetailsDisplay"}}>
-  <i class="fa fa-exclamation-circle"></i>
-  {{#if code}}
-    <b>{{code}}</b> :
-  {{/if}}
-  {{message}}
-  <i class="show-details fa {{if showDetails 'fa-minus-circle' 
'fa-plus-circle'}}"></i>
-</div>
-<div class="details {{if showDetails "visible"}}">{{{details}}}{{#if 
stack}}<b>Stack:</b>
-    {{stack}}
-  {{/if}}
-</div>
-<i class="close-button fa fa-arrow-circle-down" {{action "close"}}></i>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/stats-link.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/stats-link.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/stats-link.hbs
deleted file mode 100644
index 0d91ae9..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/stats-link.hbs
+++ /dev/null
@@ -1,25 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if value}}
-  {{#link-to routeName (query-params searchText=searchText)}}
-    {{txt value type="number"}} {{_statsType}}
-  {{/link-to}}
-{{else}}
-  {{txt value type="number"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/tab-n-refresh.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/components/tab-n-refresh.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/tab-n-refresh.hbs
deleted file mode 100644
index e489f00..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/tab-n-refresh.hbs
+++ /dev/null
@@ -1,44 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<ul class="nav nav-tabs tab-n-refresh">
-  {{#each normalizedTabs as |tab|}}
-    <li class="{{if tab.active 'active'}}">
-      {{#link-to tab.routeName}}
-        {{tab.text}}
-      {{/link-to}}
-    </li>
-  {{/each}}
-  <span class="refresh-ui">
-    <span class="text-elements">
-      <span class="auto-refresh {{unless autoRefreshVisible 'no-visible'}}">
-        {{input type="checkbox" name="autoEnabled" checked=autoRefreshEnabled}}
-        Auto Refresh
-        <br/>
-      </span>
-      {{#if loadTime}}
-        Last refreshed at <b>{{date-formatter content=loadTime}}</b>
-      {{else}}
-        Load time not available!
-      {{/if}}
-    </span>
-    <button type="button" class="btn btn-success" {{action "refresh"}}>
-      <i class='fa fa-refresh'></i> Refresh
-    </button>
-  </span>
-</ul>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/table-controls.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/table-controls.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/table-controls.hbs
deleted file mode 100644
index 1894cb7..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/table-controls.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<i class='fa fa-cog' title="Customize" {{action 'cogClicked'}}></i>

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/components/zip-download-modal.hbs
----------------------------------------------------------------------
diff --git 
a/tez-ui2/src/main/webapp/app/templates/components/zip-download-modal.hbs 
b/tez-ui2/src/main/webapp/app/templates/components/zip-download-modal.hbs
deleted file mode 100644
index 03b820e..0000000
--- a/tez-ui2/src/main/webapp/app/templates/components/zip-download-modal.hbs
+++ /dev/null
@@ -1,36 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="message">
-  {{#if content.downloader.failed}}
-    <i class="fa fa-lg fa-exclamation-circle"></i>
-    Error downloading data!
-  {{else}}
-    <i class="fa fa-lg fa-spinner fa-spin"></i>
-    Downloading data for dag: <b>{{content.dag.entityID}}</b>
-  {{/if}}
-</div>
-
-
-<div class="form-actions">
-  {{#if content.downloader.failed}}
-    <button type="button" class="btn btn-primary" data-dismiss="modal" 
aria-label="Close">Ok</button>
-  {{else}}
-    <button type="button" class="btn" data-dismiss="modal" aria-label="Close" 
{{action "cancel"}}>Cancel</button>
-  {{/if}}
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag.hbs
deleted file mode 100644
index 8906371..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag.hbs
+++ /dev/null
@@ -1,20 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{tab-n-refresh tabs=tabs loadTime=loadTime autoRefreshEnabled=polling.active}}
-{{outlet}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/attempts.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/attempts.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/attempts.hbs
deleted file mode 100644
index d36678a..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/attempts.hbs
+++ /dev/null
@@ -1,37 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-
-    searchAction="searchChanged"
-    sortAction="sortChanged"
-    rowAction="rowCountChanged"
-    pageAction="pageChanged"
-
-    rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/counters.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/counters.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/counters.hbs
deleted file mode 100644
index 649cfe2..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/counters.hbs
+++ /dev/null
@@ -1,34 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-  columns=columns
-  rows=counters
-
-  rowCount=countersCount
-  definition=definition
-
-  enablePagination=false
-
-  searchAction="searchChanged"
-  sortAction="sortChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/graphical.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/graphical.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/graphical.hbs
deleted file mode 100644
index 1b4e110..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/graphical.hbs
+++ /dev/null
@@ -1,32 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <br/>
-  <div id="graphical-view-component-container">
-    {{em-tgraph
-      data=viewData
-      vertexProperties=visibleColumns
-      entityClicked='entityClicked'
-      configure='openColumnSelector'
-    }}
-    <div class="dag-view-legend">Refresh updates only the tooltip values. When 
sources & sinks are hidden, double click green bubble to toggle visibility 
locally.</div>
-  </div>
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/index.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/index.hbs
deleted file mode 100644
index 9bc6a80..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/index.hbs
+++ /dev/null
@@ -1,100 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <table class='detail-list'>
-    <thead>
-      <tr>
-        <th colspan=2>Details</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td colspan="2">
-          {{bs-button icon="fa fa-download" title="Download data" 
defaultText="Download data" type="info" action="downloadDagJson"}}
-        </td>
-      </tr>
-      <tr>
-        <td>Application ID</td>
-        <td>
-          {{#link-to 'app' model.appID class='ember-table-content'}}
-            {{model.appID}}
-          {{/link-to}}
-        </td>
-      </tr>
-      <tr>
-        <td>ID</td>
-        <td>{{model.entityID}}</td>
-      </tr>
-      <tr>
-        <td>Name</td>
-        <td>{{model.name}}</td>
-      </tr>
-      <tr>
-        <td>Submitter</td>
-        <td>{{model.submitter}}</td>
-      </tr>
-      <tr>
-        <td>Status</td>
-        <td>{{em-table-status-cell content=model.status}}</td>
-      </tr>
-      <tr>
-        <td>Progress</td>
-        <td>{{em-table-progress-cell content=model.progress}}</td>
-      </tr>
-      <tr>
-        <td>Start Time</td>
-        <td>{{date-formatter content=model.startTime}}</td>
-      </tr>
-      <tr>
-        <td>End Time</td>
-        <td>{{date-formatter content=model.endTime}}</td>
-      </tr>
-      <tr>
-        <td>Duration</td>
-        <td>{{txt model.duration type="duration"}}</td>
-      </tr>
-      <tr>
-        <td>Logs</td>
-        <td>
-          {{em-table-linked-cell content=model.containerLogs}}
-        </td>
-      </tr>
-    </tbody>
-  </table>
-
-  {{#if model.callerInfo}}
-    {{caller-info type=model.callerType info=model.callerInfo}}
-  {{/if}}
-
-  {{#if model.diagnostics}}
-    <div class="panel panel-danger">
-      <div class="panel-heading">
-        Diagnostics
-      </div>
-      <div class="diagnostics">
-        {{{model.diagnostics}}}
-      </div>
-    </div>
-  {{/if}}
-
-  {{outlet}}
-
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/index/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/index/index.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/index/index.hbs
deleted file mode 100644
index c6864fb..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/index/index.hbs
+++ /dev/null
@@ -1,81 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <table class='detail-list'>
-    <thead>
-    <tr>
-      <th colspan=2>Stats</th>
-    </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Succeeded Vertices</td>
-        <td>{{stats-link value=stats.succeededVertices 
routeName="dag.vertices" statsType="SUCCEEDED"}}</td>
-      </tr>
-      <tr>
-        <td>Total Vertices</td>
-        <td>{{stats.totalVertices}}</td>
-      </tr>
-      <tr>
-        <td>Succeeded Tasks</td>
-        <td>{{stats-link value=stats.succeededTasks routeName="dag.tasks" 
statsType="SUCCEEDED"}}</td>
-      </tr>
-      <tr>
-        <td>Total Tasks</td>
-        <td>{{stats.totalTasks}}</td>
-      </tr>
-      <tr>
-        <td>Failed Tasks</td>
-        <td>{{stats-link value=stats.failedTasks routeName="dag.tasks" 
statsType="FAILED"}}</td>
-      </tr>
-      <tr>
-        <td>Killed Tasks</td>
-        <td>{{stats-link value=stats.killedTasks routeName="dag.tasks" 
statsType="KILLED"}}</td>
-      </tr>
-      <tr>
-        <td>Failed Task Attempts</td>
-        <td>{{stats-link value=stats.failedTaskAttempts 
routeName="dag.attempts" statsType="FAILED"}}</td>
-      </tr>
-      <tr>
-        <td>Killed Task Attempts</td>
-        <td>{{stats-link value=stats.killedTaskAttempts 
routeName="dag.attempts" statsType="KILLED"}}</td>
-      </tr>
-    </tbody>
-  </table>
-
-  {{em-table
-  columns=visibleColumns
-  rows=model
-
-  definition=definition
-
-  enableSearch=false
-  enablePagination=false
-
-  rowCount=model.length
-  searchAction="searchChanged"
-  sortAction="sortChanged"
-  rowAction="rowCountChanged"
-  pageAction="pageChanged"
-
-  rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/swimlane.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/swimlane.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/swimlane.hbs
deleted file mode 100644
index 7c50e81..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/swimlane.hbs
+++ /dev/null
@@ -1,42 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <div class="swimlane-page">
-    <div class="button-panel">
-      <div class="zoom-range">
-        {{zoom}}%
-        {{input type="range" value=zoom min=100 max=1000}}
-      </div>
-      <i class='fa fa-cog fa-border' {{action 'openColumnSelector'}} 
title="Customize vertex tooltip"></i>
-      <i class='fa fa-expand fa-border' {{action 'toggleFullscreen'}} 
title="Toggle fullscreen"></i>
-      <i class='fa fa-compress fa-border' {{action 'toggleFullscreen'}} 
title="Toggle fullscreen"></i>
-    </div>
-
-    {{em-swimlane
-      columns=visibleColumns
-      processes=processes
-      nameComponent="em-swimlane-vertex-name"
-      zoom=zoom
-      click="click"
-      consolidate=true
-    }}
-  </div>
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/tasks.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/tasks.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/tasks.hbs
deleted file mode 100644
index d36678a..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/tasks.hbs
+++ /dev/null
@@ -1,37 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-
-    searchAction="searchChanged"
-    sortAction="sortChanged"
-    rowAction="rowCountChanged"
-    pageAction="pageChanged"
-
-    rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dag/vertices.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dag/vertices.hbs 
b/tez-ui2/src/main/webapp/app/templates/dag/vertices.hbs
deleted file mode 100644
index d36678a..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dag/vertices.hbs
+++ /dev/null
@@ -1,37 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-
-    searchAction="searchChanged"
-    sortAction="sortChanged"
-    rowAction="rowCountChanged"
-    pageAction="pageChanged"
-
-    rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/dags.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/dags.hbs 
b/tez-ui2/src/main/webapp/app/templates/dags.hbs
deleted file mode 100644
index d2e35de..0000000
--- a/tez-ui2/src/main/webapp/app/templates/dags.hbs
+++ /dev/null
@@ -1,42 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{tab-n-refresh tabs=tabs autoRefreshVisible=false loadTime=loadTime}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-    rowCount=rowCount
-
-    classNames="all-dags-table"
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-    enableSort=false
-
-    rowAction="rowCountChanged"
-
-    search="search"
-    loadPage="loadPage"
-    reload="reload"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/loading.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/loading.hbs 
b/tez-ui2/src/main/webapp/app/templates/loading.hbs
deleted file mode 100644
index 0b3bb19..0000000
--- a/tez-ui2/src/main/webapp/app/templates/loading.hbs
+++ /dev/null
@@ -1,24 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<h3>Loading...</h3>
-
-<div class="progress">
-  <div class="progress-bar progress-bar-striped active" role="progressbar" 
style="width:100%">
-  </div>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/simple-modal.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/simple-modal.hbs 
b/tez-ui2/src/main/webapp/app/templates/simple-modal.hbs
deleted file mode 100644
index 71fdb90..0000000
--- a/tez-ui2/src/main/webapp/app/templates/simple-modal.hbs
+++ /dev/null
@@ -1,35 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-<div class="modal fade simple-modal" tabindex="-1" role="dialog" 
aria-labelledby="myLargeModalLabel">
-  <div class="modal-dialog">
-    <div class="modal-content">
-      <div class="modal-header">
-        <button type="button" class="close" data-dismiss="modal" 
aria-label="Close">
-          <span aria-hidden="true">&times;</span>
-        </button>
-        <h4 class="modal-title">{{model.title}}</h4>
-      </div>
-      {{#if model.componentName}}
-        {{component model.componentName content=model.content 
targetObject=model.targetObject}}
-      {{else}}
-        <div class="modal-body">{{model.content}}</div>
-      {{/if}}
-    </div>
-  </div>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/task.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/task.hbs 
b/tez-ui2/src/main/webapp/app/templates/task.hbs
deleted file mode 100644
index 8906371..0000000
--- a/tez-ui2/src/main/webapp/app/templates/task.hbs
+++ /dev/null
@@ -1,20 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{tab-n-refresh tabs=tabs loadTime=loadTime autoRefreshEnabled=polling.active}}
-{{outlet}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/task/attempts.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/task/attempts.hbs 
b/tez-ui2/src/main/webapp/app/templates/task/attempts.hbs
deleted file mode 100644
index d36678a..0000000
--- a/tez-ui2/src/main/webapp/app/templates/task/attempts.hbs
+++ /dev/null
@@ -1,37 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-
-    searchAction="searchChanged"
-    sortAction="sortChanged"
-    rowAction="rowCountChanged"
-    pageAction="pageChanged"
-
-    rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/task/counters.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/task/counters.hbs 
b/tez-ui2/src/main/webapp/app/templates/task/counters.hbs
deleted file mode 100644
index 649cfe2..0000000
--- a/tez-ui2/src/main/webapp/app/templates/task/counters.hbs
+++ /dev/null
@@ -1,34 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-  columns=columns
-  rows=counters
-
-  rowCount=countersCount
-  definition=definition
-
-  enablePagination=false
-
-  searchAction="searchChanged"
-  sortAction="sortChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/task/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/task/index.hbs 
b/tez-ui2/src/main/webapp/app/templates/task/index.hbs
deleted file mode 100644
index 5967be1..0000000
--- a/tez-ui2/src/main/webapp/app/templates/task/index.hbs
+++ /dev/null
@@ -1,110 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <table class='detail-list'>
-    <thead>
-      <tr>
-        <th colspan=2>Details</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Task ID</td>
-        <td>{{model.entityID}}</td>
-      </tr>
-      <tr>
-        <td>Vertex ID</td>
-        <td>{{model.vertexID}}</td>
-      </tr>
-      <tr>
-        <td>Status</td>
-        <td>{{em-table-status-cell content=model.status}}</td>
-      </tr>
-      <tr>
-        <td>Progress</td>
-        <td>{{em-table-progress-cell content=model.progress}}</td>
-      </tr>
-      <tr>
-        <td>Start Time</td>
-        <td>{{date-formatter content=model.startTime}}</td>
-      </tr>
-      <tr>
-        <td>End Time</td>
-        <td>{{date-formatter content=model.endTime}}</td>
-      </tr>
-      <tr>
-        <td>Duration</td>
-        <td>{{txt model.duration type="duration"}}</td>
-      </tr>
-      <tr>
-        <td>Logs</td>
-        <td>
-          {{#if attempts}}
-            {{#each attempts as |attempt|}}
-              <dag class="display-block">
-                Attempt {{attempt.index}} :&nbsp;
-                {{#if attempt.logURL}}
-                  <a href={{attempt.logURL}} target="_blank">
-                    <i class="fa fa-file-o" aria-hidden="true"></i> View
-                  </a>
-                  &nbsp;
-                  <a href={{attempt.logURL}} target="_blank" download>
-                    <i class="fa fa-download" aria-hidden="true"></i> Download
-                  </a>
-                {{else}}
-                  <span class="txt-message">Not Available!</span>
-                {{/if}}
-              </dag>
-            {{/each}}
-          {{else}}
-            <i class="fa fa-spinner fa-spin"></i> Loading...
-          {{/if}}
-        </td>
-      </tr>
-    </tbody>
-  </table>
-
-  <table class='detail-list'>
-    <thead>
-    <tr>
-      <th colspan=2>Stats</th>
-    </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Failed Task Attempts</td>
-        <td>{{stats-link value=model.failedTaskAttempts 
routeName="task.attempts" statsType="FAILED"}}</td>
-      </tr>
-    </tbody>
-  </table>
-
-  {{#if model.diagnostics}}
-    <div class="panel panel-danger">
-      <div class="panel-heading">
-        Diagnostics
-      </div>
-      <div class="diagnostics">
-        {{{model.diagnostics}}}
-      </div>
-    </div>
-  {{/if}}
-
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/vertex.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/vertex.hbs 
b/tez-ui2/src/main/webapp/app/templates/vertex.hbs
deleted file mode 100644
index 8906371..0000000
--- a/tez-ui2/src/main/webapp/app/templates/vertex.hbs
+++ /dev/null
@@ -1,20 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{tab-n-refresh tabs=tabs loadTime=loadTime autoRefreshEnabled=polling.active}}
-{{outlet}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/vertex/attempts.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/vertex/attempts.hbs 
b/tez-ui2/src/main/webapp/app/templates/vertex/attempts.hbs
deleted file mode 100644
index d36678a..0000000
--- a/tez-ui2/src/main/webapp/app/templates/vertex/attempts.hbs
+++ /dev/null
@@ -1,37 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-    columns=visibleColumns
-    rows=model
-
-    headerComponentNames=headerComponentNames
-
-    definition=definition
-
-    searchAction="searchChanged"
-    sortAction="sortChanged"
-    rowAction="rowCountChanged"
-    pageAction="pageChanged"
-
-    rowsChanged="rowsChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/vertex/counters.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/vertex/counters.hbs 
b/tez-ui2/src/main/webapp/app/templates/vertex/counters.hbs
deleted file mode 100644
index 649cfe2..0000000
--- a/tez-ui2/src/main/webapp/app/templates/vertex/counters.hbs
+++ /dev/null
@@ -1,34 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  {{em-table
-  columns=columns
-  rows=counters
-
-  rowCount=countersCount
-  definition=definition
-
-  enablePagination=false
-
-  searchAction="searchChanged"
-  sortAction="sortChanged"
-  }}
-{{else}}
-  {{partial "loading"}}
-{{/if}}

http://git-wip-us.apache.org/repos/asf/tez/blob/13132ec7/tez-ui2/src/main/webapp/app/templates/vertex/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/app/templates/vertex/index.hbs 
b/tez-ui2/src/main/webapp/app/templates/vertex/index.hbs
deleted file mode 100644
index 15ffde3..0000000
--- a/tez-ui2/src/main/webapp/app/templates/vertex/index.hbs
+++ /dev/null
@@ -1,143 +0,0 @@
-{{!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
-}}
-
-{{#if loaded}}
-  <table class='detail-list'>
-    <thead>
-      <tr>
-        <th colspan=2>Details</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Vertex ID</td>
-        <td>{{model.entityID}}</td>
-      </tr>
-      <tr>
-        <td>Vertex Name</td>
-        <td>{{model.name}}</td>
-      </tr>
-      <tr>
-        <td>Processor Class</td>
-        <td>{{model.processorClassName}}</td>
-      </tr>
-      <tr>
-        <td>Status</td>
-        <td>{{em-table-status-cell content=model.finalStatus}}</td>
-      </tr>
-      <tr>
-        <td>Progress</td>
-        <td>{{em-table-progress-cell content=model.progress}}</td>
-      </tr>
-      <tr>
-        <td>Start Time</td>
-        <td>{{date-formatter content=model.startTime}}</td>
-      </tr>
-      <tr>
-        <td>End Time</td>
-        <td>{{date-formatter content=model.endTime}}</td>
-      </tr>
-      <tr>
-        <td>Duration</td>
-        <td>{{txt model.duration type="duration"}}</td>
-      </tr>
-    </tbody>
-  </table>
-
-  <table class='detail-list'>
-    <thead>
-      <tr>
-        <th colspan=2>Stats</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>Total Tasks</td>
-        <td>{{txt model.totalTasks type="number"}}</td>
-      </tr>
-      <tr>
-        <td>Succeeded Tasks</td>
-        <td>{{stats-link value=model.succeededTasks routeName="vertex.tasks" 
statsType="SUCCEEDED"}}</td>
-      </tr>
-      <tr>
-        <td>Failed Tasks</td>
-        <td>{{stats-link value=model.failedTasks routeName="vertex.tasks" 
statsType="FAILED"}}</td>
-      </tr>
-      <tr>
-        <td>Killed Tasks</td>
-        <td>{{stats-link value=model.killedTasks routeName="vertex.tasks" 
statsType="KILLED"}}</td>
-      </tr>
-      <tr>
-        <td>First Task Start Time</td>
-        <td>
-          {{date-formatter content=model.firstTaskStartTime}}
-          {{#if firstTasksToStart}}
-            [{{em-table-linked-cell content=firstTasksToStart}}]
-          {{/if}}
-        </td>
-      </tr>
-      <tr>
-        <td>Last Task Finish Time</td>
-        <td>
-          {{date-formatter content=model.lastTaskFinishTime}}
-          {{#if lastTasksToFinish}}
-            [{{em-table-linked-cell content=lastTasksToFinish}}]
-          {{/if}}
-        </td>
-      </tr>
-      <tr>
-        <td>Average Duration</td>
-        <td>
-          {{txt model.avgDuration type="duration"}}
-        </td>
-      </tr>
-      <tr>
-        <td>Minimum Duration</td>
-        <td>
-          {{txt model.minDuration type="duration"}}
-          {{#if shortestDurationTasks}}
-            [{{em-table-linked-cell content=shortestDurationTasks}}]
-          {{/if}}
-        </td>
-      </tr>
-      <tr>
-        <td>Maximum Duration</td>
-        <td>
-          {{txt model.maxDuration type="duration"}}
-          {{#if longestDurationTasks}}
-            [{{em-table-linked-cell content=longestDurationTasks}}]
-          {{/if}}
-        </td>
-      </tr>
-    </tbody>
-  </table>
-
-  {{#if model.diagnostics}}
-    <div class="panel panel-danger">
-      <div class="panel-heading">
-        Diagnostics
-      </div>
-      <div class="diagnostics">
-        {{{model.diagnostics}}}
-      </div>
-    </div>
-  {{/if}}
-
-{{else}}
-  {{partial "loading"}}
-{{/if}}

Reply via email to