Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create a system terminal #484

Open
mwaqashraf opened this issue Jul 8, 2023 · 1 comment
Open

Unable to create a system terminal #484

mwaqashraf opened this issue Jul 8, 2023 · 1 comment

Comments

@mwaqashraf
Copy link

Upon redirecting output of below command throws below warning when "--outputformat=table". It is working fine with other output format though.

java -Djava.ext.dirs="$BINPATH" -cp sqlline-1.12.0-jar-with-dependencies.jar:jline-3.0.0.jar:HiveJDBC41.jar sqlline.SqlLine -u jdbc:hive2://:10000/default -n -p -e "select 1,2,3;">/tmp/test.out

Error Output:
Jul 08, 2023 10:59:16 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)

@snuyanzin
Copy link
Collaborator

snuyanzin commented Jul 8, 2023

why do you need this :jline-3.0.0.jar? I fear there could be conflicts between jline's classes of different versions since sqlline requires 3.21.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants