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

Naveen Gangam updated HIVE-10452:
---------------------------------
    Description: 
The fix made in HIVE-10202 needs to be limited to when beeline is running in a 
script mode aka -f option. Otherwise, if --silent=true is set in interactive 
mode, the prompt disappears and so does what you type in.
say 
{code}
beeline -u jdbc:hive2://localhost:10000 --silent=true

{code}
It appears to hang but in reality it doesnt display any prompt. The workaround 
is to not use the --silent=true option with non-interactive mode.


  was:
The fix made in HIVE-10202 needs to be limited to when beeline is running in a 
script mode aka -f option. Otherwise, if --silent=true is set in interactive 
mode, the prompt disappears and so does what you type in.




> Followup fix for HIVE-10202 to restrict it it for script mode.
> --------------------------------------------------------------
>
>                 Key: HIVE-10452
>                 URL: https://issues.apache.org/jira/browse/HIVE-10452
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>    Affects Versions: 1.1.0
>            Reporter: Naveen Gangam
>            Assignee: Naveen Gangam
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: HIVE-10452.patch
>
>
> The fix made in HIVE-10202 needs to be limited to when beeline is running in 
> a script mode aka -f option. Otherwise, if --silent=true is set in 
> interactive mode, the prompt disappears and so does what you type in.
> say 
> {code}
> beeline -u jdbc:hive2://localhost:10000 --silent=true
> {code}
> It appears to hang but in reality it doesnt display any prompt. The 
> workaround is to not use the --silent=true option with non-interactive mode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to