You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Mujtaba Chohan (JIRA)" <ji...@apache.org> on 2015/07/21 01:03:04 UTC

[jira] [Updated] (PHOENIX-2132) Pherf - Drop all command line argument does not work

     [ https://issues.apache.org/jira/browse/PHOENIX-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mujtaba Chohan updated PHOENIX-2132:
------------------------------------
    Attachment: PHOENIX-2132.patch

Attached patch fixes undefined column exception and also it adds property files in conf directory as project resource so Pherf can be executed via Eclipse/IDE.

> Pherf - Drop all command line argument does not work
> ----------------------------------------------------
>
>                 Key: PHOENIX-2132
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2132
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Mujtaba Chohan
>            Assignee: Mujtaba Chohan
>            Priority: Minor
>         Attachments: PHOENIX-2132.patch
>
>
> Drop all throws a column not found exception. 
> org.apache.phoenix.schema.ColumnNotFoundException: ERROR 504 (42703): Undefined column. columnName=TABLE_SCHEMA
> 	at org.apache.phoenix.compile.RowProjector.getColumnIndex(RowProjector.java:155)
> 	at org.apache.phoenix.jdbc.PhoenixResultSet.findColumn(PhoenixResultSet.java:180)
> 	at org.apache.phoenix.jdbc.PhoenixResultSet.getString(PhoenixResultSet.java:616)
> 	at org.apache.phoenix.pherf.util.PhoenixUtil.deleteTables(PhoenixUtil.java:143)
> 	at org.apache.phoenix.pherf.Pherf.run(Pherf.java:184)
> 	at org.apache.phoenix.pherf.Pherf.main(Pherf.java:146)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)