You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/19 06:13:00 UTC

[jira] [Commented] (PHOENIX-5592) MapReduce job to asynchronously delete rows where the VIEW_TTL has expired.

    [ https://issues.apache.org/jira/browse/PHOENIX-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235196#comment-17235196 ] 

ASF GitHub Bot commented on PHOENIX-5592:
-----------------------------------------

yanxinyi opened a new pull request #975:
URL: https://github.com/apache/phoenix/pull/975


   …EW_TTL has expired


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> MapReduce job to asynchronously delete rows where the VIEW_TTL has expired.
> ---------------------------------------------------------------------------
>
>                 Key: PHOENIX-5592
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5592
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Xinyi Yan
>            Assignee: Xinyi Yan
>            Priority: Major
>             Fix For: 4.16.0
>
>          Time Spent: 7h
>  Remaining Estimate: 0h
>
> Find the entities from the system catalog which views have TTLs defined on them. Spawn an MR job, whose splitter will create a map task. The mapper issues “select count(1) from the entity and Inject TTL attributes and Delete Hint during Map task. Since the current Phoniex MR framework doesn't support this feature, PhoenixMultiViewReader, PhoenixMultiViewInputSplit, PhoenixMultiViewInputFormat, and a few MR related util classes need to implement.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)