Member since
06-19-2020
4
Posts
0
Kudos Received
0
Solutions
06-19-2020
07:09 AM
You may be hittung this bug https://issues.apache.org/jira/browse/AMBARI-22652 A workaround is to delete the line of code: package_version = None in all agents in file: /usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py at line 541 in ambari 2.6.2.2 then compile the script with: python -O -m compileall script.py
... View more