Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In shell.py, there are some syntax error and undefined variables, which will cause the failure when executing the shell.py.
In addition, when we compile Ambari using the following command, an error occurs: Wrong order for 'com.google.gson.JsonElement' import.
mvn clean install rpm:rpm -DskipTests -Drat.skip=true
The reason:
we have specified the import order in checkstyle.xml file. if it does not match the order of imports in the file, the compilation will fail.
Attachments
Attachments
Issue Links
- relates to
-
AMBARI-26224 Wrong order of imports for WidgetResourceProvider.java
- Resolved
- links to