Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB95118F1D for ; Fri, 1 Apr 2016 23:33:25 +0000 (UTC) Received: (qmail 48978 invoked by uid 500); 1 Apr 2016 23:33:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 48928 invoked by uid 500); 1 Apr 2016 23:33:25 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 48905 invoked by uid 99); 1 Apr 2016 23:33:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2016 23:33:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7BB312C1F5A for ; Fri, 1 Apr 2016 23:33:25 +0000 (UTC) Date: Fri, 1 Apr 2016 23:33:25 +0000 (UTC) From: "Weiqing Yang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15572) Adding optional timestamp semantics to HBase-Spark MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222530#comment-15222530 ] Weiqing Yang commented on HBASE-15572: -------------------------------------- [~busbey] The v5 is updated (spark.adoc). Thanks. > Adding optional timestamp semantics to HBase-Spark > -------------------------------------------------- > > Key: HBASE-15572 > URL: https://issues.apache.org/jira/browse/HBASE-15572 > Project: HBase > Issue Type: New Feature > Components: spark > Reporter: Weiqing Yang > Assignee: Weiqing Yang > Fix For: 2.0.0 > > Attachments: HBASE-15572-1.patch, HBASE-15572-2.patch, HBASE-15572-3.patch, HBASE-15572-4.patch, HBASE-15572-5.patch > > > Right now the timestamp is always latest. With this patch, users can select timestamps they want. > In this patch, 4 parameters, "timestamp", "minTimestamp", "maxiTimestamp" and "maxVersions" are added to HBaseSparkConf. Users can select a timestamp, they can also select a time range with minimum timestamp and maximum timestamp. A new test for selecting records with different timestamps is added. -- This message was sent by Atlassian JIRA (v6.3.4#6332)