mirror of
https://github.com/apache/impala.git
synced 2026-01-07 18:02:33 -05:00
This patch does the following: - Removes code that deals with executing queries through Hive. - Gives the user the option to specify only the hostname for the Impalads. - Moves the execution functions to their own .py file. - Removes some duplicate code (exec_shell_cmd -> exec_process) Change-Id: If49951c7bb5423ef9343d4d211f6da13d397325a Reviewed-on: http://gerrit.cloudera.org:8080/862 Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: Internal Jenkins