You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Patrick Wong (JIRA)" <ji...@apache.org> on 2014/06/05 02:02:01 UTC

[jira] [Updated] (DRILL-905) sqlline.bat for Windows - updated

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

Patrick Wong updated DRILL-905:
-------------------------------

    Description: 
This is an updated version of DRILL-338

Example execution:
- {{sqlline -u "jdbc:drill:zk=local" -n admin -p admin}}

Current limitations:
- Any arguments with an equals symbol must be in quotes. This is a limitation of Windows batch script.
- You cannot run it from the drill directory as "bin\sqlline". This is a limitation of Windows batch script.
- It does not check which version of Java you are using. This is very difficult to do in Windows scripting.

  was:
Example execution:
- {{sqlline -u "jdbc:drill:zk=local" -n admin -p admin}}

Current limitations:
- Any arguments with an equals symbol must be in quotes. This is a limitation of Windows batch script.
- You cannot run it from the drill directory as "bin\sqlline". This is a limitation of Windows batch script.
- It does not check which version of Java you are using. This is very difficult to do in Windows scripting.


> sqlline.bat for Windows - updated
> ---------------------------------
>
>                 Key: DRILL-905
>                 URL: https://issues.apache.org/jira/browse/DRILL-905
>             Project: Apache Drill
>          Issue Type: Improvement
>         Environment: Windows
>            Reporter: Patrick Wong
>            Assignee: Patrick Wong
>            Priority: Minor
>
> This is an updated version of DRILL-338
> Example execution:
> - {{sqlline -u "jdbc:drill:zk=local" -n admin -p admin}}
> Current limitations:
> - Any arguments with an equals symbol must be in quotes. This is a limitation of Windows batch script.
> - You cannot run it from the drill directory as "bin\sqlline". This is a limitation of Windows batch script.
> - It does not check which version of Java you are using. This is very difficult to do in Windows scripting.



--
This message was sent by Atlassian JIRA
(v6.2#6252)