IMPALA-3998: Remove refresh_after_connect option from shell

This removes the deprecated option in time for 3.0.

Testing:
Ran core tests. Manually ran the shell with the argument to confirm that
it reported "no such option".

Cherry-picks: not for 2.x.

Change-Id: I8f430bad0578e150d5e80066b9e7572041af4a15
Reviewed-on: http://gerrit.cloudera.org:8080/9072
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
Tested-by: Impala Public Jenkins
This commit is contained in:
Tim Armstrong
2018-01-18 16:24:32 -08:00
committed by Impala Public Jenkins
parent 281f7ab010
commit 56464e4616
6 changed files with 1 additions and 30 deletions

View File

@@ -38,7 +38,6 @@ impala_shell_defaults = {
'print_summary' : False,
'query': None,
'query_file': None,
'refresh_after_connect': False,
'show_profiles': False,
'ssl': False,
'use_kerberos': False,