You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sangjin Lee (JIRA)" <ji...@apache.org> on 2016/04/29 23:32:13 UTC

[jira] [Updated] (YARN-5014) Ensure non-metric values are returned as is for flow run table from the coprocessor

     [ https://issues.apache.org/jira/browse/YARN-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sangjin Lee updated YARN-5014:
------------------------------
    Labels: yarn-2928-1st-milestone  (was: )

> Ensure non-metric values are returned as is for flow run table from the coprocessor
> -----------------------------------------------------------------------------------
>
>                 Key: YARN-5014
>                 URL: https://issues.apache.org/jira/browse/YARN-5014
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: timelineserver
>            Reporter: Vrushali C
>            Assignee: Vrushali C
>              Labels: yarn-2928-1st-milestone
>
> Presently the FlowScanner class presumes existence of NumericValueConverter in it's emitCells function. This causes an exception when we try to retrieve non-numeric values from this table. 
> Exception is seen as:
> {code}
> java.lang.ClassCastException: org.apache.hadoop.yarn.server.timelineservice.storage.common.GenericConverter cannot be cast to org.apache.hadoop.yarn.server.timelineservice.storage.common.NumericValueConverter
>         at org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScanner.nextInternal(FlowScanner.java:246)
>         at org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScanner.nextRaw(FlowScanner.java:125)
>         at org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScanner.nextRaw(FlowScanner.java:119)
>         at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:2117)
>         at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:31443)
>         at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2031)
>         at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)
>         at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130)
>         at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org