[
https://issues.apache.org/jira/browse/TEZ-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214669#comment-14214669
]
Prakash Ramachandran commented on TEZ-1781:
-------------------------------------------
- {code}
this.resource('vertexInput', {path: '/input/:input_id'}, function(){
{code}
there is a VertexInput and VertexInputConfig route being defined. I guess you
meant this.resource('input', ...).
- I am currently getting an exception "Error while processing route:
vertex.inputs undefined is not a function TypeError: undefined is not a
function" when i try to view a config.
- VertexInputConfigsRoute tries to render 'common/configs' template which does
not exist. missing file in patch?
- dags_controller.js - find on appDetail and tezApp is done without checking
for validity of appId
> Configurations view ~ New design
> --------------------------------
>
> Key: TEZ-1781
> URL: https://issues.apache.org/jira/browse/TEZ-1781
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Attachments: TEZ-1781.1.patch, TEZ-1781.2.patch, TEZ-1781.3.patch
>
>
> 1. Display all configurations without pagination.
> 2. Move configurations from dag to vertex.
> 3. Configurations of a vertex will be available inside the inputs tab.
> 4. Move configurations diaplay to a generic code.
> 5. Input/configuration link in vertices table: Like points to inputs table of
> the respective vertex in case of multiple vertex inputs, and directly to the
> configurations view when the vertex have just one input.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)