spring-attic / spring-xd-ambari

Apache Ambari integration for Spring XD
Apache License 2.0
9 stars 18 forks source link

get_kinit_path argument error #20

Closed jvalkeal closed 8 years ago

jvalkeal commented 8 years ago

Between ambari 2.0.0 and 2.0.1 this python function added arguments so need to do compat tweak.

File "/var/lib/ambari-agent/cache/stacks/HDP/2.2/services/SPRINGXD/package/scripts/params.py", line 190, in <module>

    kinit_path_local = functions.get_kinit_path(["/usr/bin", "/usr/kerberos/bin", "/usr/sbin"])

TypeError: get_kinit_path() takes no arguments (1 given)