[ https://issues.apache.org/jira/browse/HIVE-11710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905087#comment-14905087 ]
Xuefu Zhang commented on HIVE-11710: ------------------------------------ {quote} For SQLOperation, the stream are System.out and System.err. We can't/shouldn't close them. {quote} The might be some misunderstanding. We are opening the streams in the constructor (changes you made), and closing them when done (changes to be made). The same will happen to the subsequent queries. I don't understand why this still has the original problem. > Beeline embedded mode doesn't output query progress after setting any session > property > -------------------------------------------------------------------------------------- > > Key: HIVE-11710 > URL: https://issues.apache.org/jira/browse/HIVE-11710 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 2.0.0 > Reporter: Aihua Xu > Assignee: Aihua Xu > Attachments: HIVE-11710.2.patch, HIVE-11710.patch > > > Connect to beeline embedded mode {{beeline -u jdbc:hive2://}}. Then set > anything in the session like {{set aa=true;}}. > After that, any query like {{select count(*) from src;}} will only output > result but no query progress. -- This message was sent by Atlassian JIRA (v6.3.4#6332)