You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have problem when I install flink in Hortonworks. Help to solve the problem
Traceback (most recent call last): File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/flink.py", line 164, in <module> Master().execute() File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 280, in execute method(env) File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/flink.py", line 12, in install import params File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/params.py", line 5, in <module> from resource_management.libraries.functions.version import format_hdp_stack_version ImportError: cannot import name format_hdp_stack_version
The text was updated successfully, but these errors were encountered:
Most of the people will consult the page and the repo is no more available.
According to this page : Symantec/ambari-cassandra-service#11
In params.py You should replace format_hdp_stack_version by format_stack_version
Credits goes to @juan-echeverria
Hello! I have problem when I install flink in Hortonworks. Help to solve the problem
Traceback (most recent call last): File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/flink.py", line 164, in <module> Master().execute() File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 280, in execute method(env) File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/flink.py", line 12, in install import params File "/var/lib/ambari-agent/cache/stacks/HDP/2.5/services/FLINK/package/scripts/params.py", line 5, in <module> from resource_management.libraries.functions.version import format_hdp_stack_version ImportError: cannot import name format_hdp_stack_version
The text was updated successfully, but these errors were encountered: