[
https://issues.apache.org/jira/browse/AMBARI-26232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
guluo updated AMBARI-26232:
---------------------------
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.
was:
In shell.py, there are some syntax error and undefined variables, which will
cause the failure when executing the shell.py.
> There will be failure when executing shell.py and wrong order of imports for
> WidgetResourceProvider.java
> --------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-26232
> URL: https://issues.apache.org/jira/browse/AMBARI-26232
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Reporter: guluo
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]