[
https://issues.apache.org/jira/browse/HBASE-23854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042163#comment-17042163
]
Sean Busbey commented on HBASE-23854:
-------------------------------------
Hi [~michaelheil] and welcome to HBase!
I've added you to the set of contributors in our jira's permissions. You should
now be able to assign jiras to yourself.
Thanks for the doc update. For future contributions you'll get more reviewers
noticing things if you submit a github PR. So long as you reference the jira ID
in the commit message there should be a bot to link things up.
i.e. for this jira the commit subject would be "HBASE-23854 replaced deprecated
code in Example Scala Code section"
> Documentation update of external_apis.adoc#example-scala-code
> -------------------------------------------------------------
>
> Key: HBASE-23854
> URL: https://issues.apache.org/jira/browse/HBASE-23854
> Project: HBase
> Issue Type: Task
> Components: documentation
> Reporter: Michael Heil
> Priority: Trivial
> Labels: beginner
> Attachments: HBASE-23854.patch
>
>
> Update the Example Scala Code in the Reference Guide as it contains
> deprecated content such as
> * new HBaseConfiguration()
> * new HTable(conf, "mytable")
> * add(Bytes.toBytes("ids"),Bytes.toBytes("id1"),Bytes.toBytes("one"))
> Replace it with:
> * HBaseConfiguration.create()
> * TableName.valueOf({color:#6a8759}"mytable"{color})
> *
> addColumn(Bytes.toBytes({color:#6a8759}"ids"{color}){color:#cc7832},{color}Bytes.toBytes({color:#6a8759}"id1"{color}){color:#cc7832},{color}Bytes.toBytes({color:#6a8759}"one"{color}))
--
This message was sent by Atlassian Jira
(v8.3.4#803005)