[
https://issues.apache.org/jira/browse/TEZ-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622396#comment-15622396
]
TezQA commented on TEZ-3502:
----------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12836145/TEZ-3502.1.patch
against master revision a328d46.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2080//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2080//console
This message is automatically generated.
> Tez UI: Search in All DAGs page doesn't work with numeric values
> ----------------------------------------------------------------
>
> Key: TEZ-3502
> URL: https://issues.apache.org/jira/browse/TEZ-3502
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3502.1.patch
>
>
> Timeline server documentation says the following.
> {code}
> Note that the value of the key/value pair for primaryFilter and
> secondaryFilters parameters can be of different data types, and matching is
> data type sensitive. Users need to format the value properly. For example,
> 123 and "123" means an integer and a string respectively. If the entity has a
> string "123" for primaryFilter, but the parameter is set to the integer 123,
> the entity will not be matched. Similarly, true means a boolean while "true"
> means a string. In general, the value will be casted as a certain Java type
> in consistent with jackson library parsing a JSON clip.
> {code}
> In essence, as data to be filtered is string we need to send all the filter
> values enclosed in double quotes.
> Timeline doc can be found @
> https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/TimelineServer.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)