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
When I try to build the image from the main branch I get this compilation error. It does seem like there is a duplicate variable named 'queue' within the ApplicationSubmissionRest.java file. Is there a different version of java or maven I should be using?
When I try to build the image from the main branch I get this compilation error. It does seem like there is a duplicate variable named 'queue' within the
ApplicationSubmissionRest.java
file. Is there a different version of java or maven I should be using?#11 41.05 [ERROR] COMPILATION ERROR :
#11 41.05 [INFO] -------------------------------------------------------------
#11 41.05 [ERROR] /gateway/src/main/java/com/apple/spark/rest/ApplicationSubmissionRest.java:[277,12] variable queue is already defined in method submitApplicationImpl(java.lang.String,java.lang.String,com.apple.spark.security.User,java.lang.String)
#11 41.05 [INFO] 1 error
#11 41.05 [INFO] -------------------------------------------------------------
#11 41.05 [INFO] ------------------------------------------------------------------------
#11 41.05 [INFO] BUILD FAILURE
#11 41.05 [INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: