Commit Graph

3 Commits

Author SHA1 Message Date
Kapil Rastogi
e1c5959b4d Reuse session for executing queries (Hive on Spark)
Change-Id: I06c798dc311d63eb0a875450fd26d06db4e84a03
Reviewed-on: http://gerrit.cloudera.org:8080/2374
Reviewed-by: Taras Bobrovytsky <tbobrovytsky@cloudera.com>
Tested-by: Internal Jenkins
2016-05-12 14:17:54 -07:00
Kapil Rastogi
f7740e0fa8 Add Hive support to Impala workload runner
This also allows us to process results (saved in JSON file)
and upload them to a DB for stroage/reporting purposes.

Change-Id: I4f65889a61d50a23e1f4588c208cc79ff660ec0a
Reviewed-on: http://gerrit.cloudera.org:8080/1637
Reviewed-by: Ishaan Joshi <ishaan@cloudera.com>
Tested-by: Internal Jenkins
2015-12-19 04:44:23 +00:00
ishaan
e408560c56 Perf Framework: Move exec functions to a separate file and deprecate Hive execution.
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
2015-09-22 10:58:32 -07:00