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

Fix asciidoc warnings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None
    • Reviewed

    Description

      When building docs, I noticed:

      Failed to parse formatted text: To supply filters to the Scanner object or configure the Scanner in any other way, you can create a text file and add your filter to the file. For example, to return only rows for which keys start with <codeph>u123</codeph> and use a batch size of 100, the filter file would look like this:
      
       <pre> &lt;Scanner batch="100"&gt; &lt;filter&gt; { "type": "PrefixFilter", "value": "u123" } &lt;/filter&gt; &lt;/Scanner&gt; </pre>
      
      

      Working hypthesis is that we should either be using proper codeblocks rather than pre tags. Otherwise we may need to do something to escape curly braces. Asciidoctor is probably trying to interpret them as Liquid tags.

      Attachments

        1. HBASE-18635.master.001.patch
          1 kB
          Jan Hentschel
        2. HBASE-18635.master.002.patch
          5 kB
          Jan Hentschel

        Issue Links

          Activity

            People

              janh Jan Hentschel
              misty M Linville
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: