You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/05 01:19:28 UTC

[GitHub] [flink-kubernetes-operator] tweise commented on pull request #40: FLINK-26476 Introduce flink-kubernetes-shaded to avoid overlapping classes

tweise commented on pull request #40:
URL: https://github.com/apache/flink-kubernetes-operator/pull/40#issuecomment-1059638877


   @gyfora Looks like this change broke `mvn clean test`:
   ```
   [ERROR] /Users/thomas/src/flink-kubernetes-operator/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/FlinkConfigBuilder.java:[48,1] static import only from classes and interfaces
   [ERROR] /Users/thomas/src/flink-kubernetes-operator/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/OperatorUtils.java:[21,41] package org.apache.flink.kubernetes.utils does not exist
   [INFO] 16 errors 
   [INFO] -------------------------------------------------------------
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Flink Kubernetes: 1.0-SNAPSHOT:
   [INFO] 
   [INFO] Flink Kubernetes: .................................. SUCCESS [  2.104 s]
   [INFO] Flink Kubernetes Shaded ............................ SUCCESS [  0.655 s]
   [INFO] Flink Kubernetes Operator .......................... FAILURE [ 26.195 s]
   [INFO] Flink Kubernetes Webhook ........................... SKIPPED
   ```
   (`mvn clean install` works)
   
   Are you able to run anything in intellij after this change? Getting the same error as above.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org