[
https://issues.apache.org/jira/browse/HBASE-15572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231573#comment-15231573
]
Sean Busbey commented on HBASE-15572:
-------------------------------------
{quote}
(1) I will submit v9 which renames ’timestamp’ to be
“spark.hbase.query.timestamp”, as well as the other three parameters in
SparkHBaseConf.
{quote}
Is there a reason this can't be "hbase.spark.query.timestamp" ?
{quote}
Yes, you are right. A code example will make it clear, so I will add more
detailed description in HBASE-15473: Documentation for the usage of hbase
dataframe user api (JSON, Avro, etc).
{quote}
I would like documentation complete as a part of adding this feature rather
than as a follow on. Is there some reason we can't document this addition
unless we also document the use of JSON, Avro, etc?
> 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,
> HBASE-15572-6.patch, HBASE-15572-7.patch, HBASE-15572-8.patch,
> HBASE-15572-9.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)