[
https://issues.apache.org/jira/browse/PHOENIX-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Antal updated PHOENIX-5830:
-----------------------------------
Description:
Lines like:
{code:java}
print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key,
default
{code}
Would create TypeError : not enough arguments for format string
was:
Lines like
{code:java}
print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key,
default
{code}
Would create TypeError : not enough arguments for format string
> Fix python printing in query-server
> -----------------------------------
>
> Key: PHOENIX-5830
> URL: https://issues.apache.org/jira/browse/PHOENIX-5830
> Project: Phoenix
> Issue Type: Bug
> Reporter: Richard Antal
> Assignee: Richard Antal
> Priority: Major
>
> Lines like:
> {code:java}
> print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key,
> default
> {code}
> Would create TypeError : not enough arguments for format string
--
This message was sent by Atlassian Jira
(v8.3.4#803005)