You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/03/22 19:20:00 UTC

[jira] [Commented] (HBASE-16412) Warnings from asciidoc

    [ https://issues.apache.org/jira/browse/HBASE-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410153#comment-16410153 ] 

stack commented on HBASE-16412:
-------------------------------

So, the warnings we get from asciidoc are different from those listed above now. I've appropriated this issue to fix current warnings. I fixed some emissions from backup section and a paragraph that couldn't parse.... Attaching a patch. Remaining is this warning which will take some chasing to figure:

{code}
asciidoctor: WARNING: conversion missing in backend pdf for pass
asciidoctor: WARNING: image to embed not found or not readable: /Users/stack/checkouts/hbase.git/src/main/asciidoc/images/backup-intra-cluster.png
asciidoctor: WARNING: image to embed not found or not readable: /Users/stack/checkouts/hbase.git/src/main/asciidoc/images/backup-dedicated-cluster.png
asciidoctor: WARNING: image to embed not found or not readable: /Users/stack/checkouts/hbase.git/src/main/asciidoc/images/backup-cloud-appliance.png
asciidoctor: WARNING: image to embed not found or not readable: /Users/stack/checkouts/hbase.git/src/main/asciidoc/images/backup-app-components.png
{code}

See https://github.com/asciidoctor/asciidoctor-pdf/issues/390 for some help. We don't have the script tags that I can see so it is something else (no line numbers or src file!  Perhaps with DEBUG enabled?)

> Warnings from asciidoc
> ----------------------
>
>                 Key: HBASE-16412
>                 URL: https://issues.apache.org/jira/browse/HBASE-16412
>             Project: HBase
>          Issue Type: Task
>          Components: documentation
>            Reporter: Nick Dimiduk
>            Assignee: stack
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Notice this building to 1.1.6rc, looks like some illegal syntax.
> {noformat}
> [INFO] --- asciidoctor-maven-plugin:1.5.2.1:process-asciidoc (output-pdf) @ hbase ---
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for pass
> 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 &lt;codeph&gt;u123&lt;/codeph&gt; 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>
> Pass the file to the <code>-d</code> argument of the <code>curl</code> request.
> 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 &lt;codeph&gt;u123&lt;/codeph&gt; 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>
> Pass the file to the <code>-d</code> argument of the <code>curl</code> request.
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm
> asciidoctor: WARNING: conversion missing in backend pdf for inline_image
> asciidoctor: WARNING: conversion missing in backend pdf for inline_image
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)