[
https://issues.apache.org/jira/browse/YARN-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995381#comment-13995381
]
Ted Yu commented on YARN-2032:
------------------------------
{code}
+ <version>0.98.0-hadoop2</version>
{code}
0.98.2 is the latest relase for 0.98
Since SingleColumnValueFilter is used, you need to have HBASE-10850 which is in
0.98.2
{code}
+ protected void serviceInit(Configuration conf) throws Exception {
+ HBaseAdmin hbase = initHBase(conf);
{code}
Looks like the HBaseAdmin instance is not closed upon leaving serviceInit().
> Implement a scalable, available TimelineStore using HBase
> ---------------------------------------------------------
>
> Key: YARN-2032
> URL: https://issues.apache.org/jira/browse/YARN-2032
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Vinod Kumar Vavilapalli
> Assignee: Mayank Bansal
> Attachments: YARN-2032-branch-2-1.patch
>
>
> As discussed on YARN-1530, we should pursue implementing a scalable,
> available Timeline store using HBase.
> One goal is to reuse most of the code from the levelDB Based store -
> YARN-1635.
--
This message was sent by Atlassian JIRA
(v6.2#6252)