You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2019/10/23 13:54:00 UTC

[jira] [Updated] (DRILL-5436) Need a way to input password which contains space when calling sqlline

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

Arina Ielchiieva updated DRILL-5436:
------------------------------------
    Fix Version/s: 1.17.0

> Need a way to input password which contains space when calling sqlline
> ----------------------------------------------------------------------
>
>                 Key: DRILL-5436
>                 URL: https://issues.apache.org/jira/browse/DRILL-5436
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>    Affects Versions: 1.10.0
>            Reporter: Hao Zhu
>            Priority: Major
>             Fix For: 1.17.0
>
>
> create a user named "spaceuser" with password "hello world".
> All below failed:
> {code}
> sqlline -u jdbc:drill:zk=xxx -n spaceuser -p 'hello world'
> sqlline -u jdbc:drill:zk=xxx -n spaceuser -p "hello world"
> sqlline -u jdbc:drill:zk=xxx -n spaceuser -p 'hello\ world'
> sqlline -u jdbc:drill:zk=xxx -n spaceuser -p "hello\ world"
> {code}
> Need a way to input password which contains space when calling sqlline



--
This message was sent by Atlassian Jira
(v8.3.4#803005)