You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2019/02/13 19:03:00 UTC

[jira] [Commented] (PHOENIX-3710) Cannot use lowername data table name with indextool

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

Josh Elser commented on PHOENIX-3710:
-------------------------------------

{quote} * Once the commons-cli version gets bumped up to 1.3, the double double quoting workaround stops working.{quote}
Appears that this was broken in CLI-185 and reported as broken in CLI-254, but remains unfixed in all the latest release.

On the bright side, it seems like using {{-name='"value"'}} keeps the quotation marks present.

> Cannot use lowername data table name with indextool
> ---------------------------------------------------
>
>                 Key: PHOENIX-3710
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3710
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.8.0
>            Reporter: Matthew Shipton
>            Assignee: Sergey Soldatov
>            Priority: Minor
>         Attachments: PHOENIX-3710.patch, test.sh, test.sql
>
>
> {code}
> hbase org.apache.phoenix.mapreduce.index.IndexTool --data-table \"my_lowcase_table\" --index-table INDEX_TABLE --output-path /tmp/some_path
> {code}
> results in:
> {code}
> java.lang.IllegalArgumentException:  INDEX_TABLE is not an index table for MY_LOWCASE_TABLE
> {code}
> This is despite the data table being explictly lowercased.
> Appears to be referring to the lowcase table, not the uppercase version.
> Workaround exists by changing the tablename, but this is not always feasible.



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