Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-23854

Documentation update of external_apis.adoc#example-scala-code

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • documentation

    Description

      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("mytable")
      • addColumn(Bytes.toBytes("ids"),Bytes.toBytes("id1"),Bytes.toBytes("one"))

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            michaelheil Michael Heil Assign to me
            michaelheil Michael Heil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment