cloudera-labs / hive-sre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf tool option is not working in the 2.4.0 release

pmereddy opened this issue · comments

Environment: CDP 7.1.7 kerberos and SSL enabled
hive-sre installed as non-root user, copied DB JDBC driver to $HOME/.hive-sre/aux_libs. sre and u3 worked. But, perf did not.

  1. hive-sre perf tool did not accept --hadoop-classpath option
  2. Without this option, I was getting "Driver not found" error

The attempt to copy the Hive JDBC driver to $HOME/.hive-sre/aux_libs did not work.

Fixed classpath loading. Removed --hadoop-classpath option which was displacing the jdbc jars.