Chun Chang created DRILL-3146: --------------------------------- Summary: On Suse platform, sqlline at start prints out some info on screen instead of into log file Key: DRILL-3146 URL: https://issues.apache.org/jira/browse/DRILL-3146 Project: Apache Drill Issue Type: Bug Components: Client - JDBC Reporter: Chun Chang Assignee: Daniel Barclay (Drill) Priority: Trivial
On Suse, at start, sqlline prints out on screen: {code} mfs47:~ # /opt/mapr/drill/drill-1.0.0/bin/sqlline --maxWidth=10000 -n qa1 -p mapr -u jdbc:drill:schema=dfs.root;zk=10.10.10.47:5181 [INFO] Unable to bind key for unsupported operation: backward-delete-word [INFO] Unable to bind key for unsupported operation: backward-delete-word [INFO] Unable to bind key for unsupported operation: down-history [INFO] Unable to bind key for unsupported operation: up-history [INFO] Unable to bind key for unsupported operation: up-history [INFO] Unable to bind key for unsupported operation: down-history [INFO] Unable to bind key for unsupported operation: up-history [INFO] Unable to bind key for unsupported operation: down-history [INFO] Unable to bind key for unsupported operation: up-history [INFO] Unable to bind key for unsupported operation: down-history [INFO] Unable to bind key for unsupported operation: up-history [INFO] Unable to bind key for unsupported operation: down-history apache drill 1.0.0 "just drill it" 0: jdbc:drill:schema=dfs.root> select * from sys.version; +-------------------------------------------+-------------------------------------+----------------------------+--------------+----------------------------+ | commit_id | commit_message | commit_time | build_email | build_time | +-------------------------------------------+-------------------------------------+----------------------------+--------------+----------------------------+ | 74c0a13b0a501e757b0ea922c5bae9b0a4ace319 | Update sqlline version to drill-r5 | 18.05.2015 @ 20:01:28 EDT | Unknown | 18.05.2015 @ 20:08:25 EDT | +-------------------------------------------+-------------------------------------+----------------------------+--------------+----------------------------+ 1 row selected (0.265 seconds) 0: jdbc:drill:schema=dfs.root> {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)