You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2021/11/18 19:10:25 UTC

[flink] 01/04: [hotfix][coordination] Improve hint to build akka RPC system.

This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit c2f510f670cc26ba85d183d822ef8c41ff6bd068
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Thu Nov 18 15:31:29 2021 +0100

    [hotfix][coordination] Improve hint to build akka RPC system.
---
 .../java/org/apache/flink/runtime/rpc/akka/AkkaRpcSystemLoader.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-rpc/flink-rpc-akka-loader/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcSystemLoader.java b/flink-rpc/flink-rpc-akka-loader/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcSystemLoader.java
index 216769e..735f739 100644
--- a/flink-rpc/flink-rpc-akka-loader/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcSystemLoader.java
+++ b/flink-rpc/flink-rpc-akka-loader/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcSystemLoader.java
@@ -47,7 +47,7 @@ public class AkkaRpcSystemLoader implements RpcSystemLoader {
     private static final String FLINK_RPC_AKKA_FAT_JAR = "flink-rpc-akka.jar";
 
     static final String HINT_USAGE =
-            "mvn package -pl flink-rpc/flink-rpc-akka,flink-rpc/flink-rpc-akka-loader";
+            "mvn clean package -pl flink-rpc/flink-rpc-akka,flink-rpc/flink-rpc-akka-loader -DskipTests";
 
     @Override
     public RpcSystem loadRpcSystem(Configuration config) {