Skip to content

Commit

Permalink
[FLINK-24367][tests] Streamline instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 4, 2021
1 parent cf272b2 commit 3a244df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public RpcSystem loadRpcSystem(Configuration config) {
if (resourceStream == null) {
throw new RuntimeException(
"Akka RPC system could not be found. If this happened while running a test in the IDE,"
+ "run the process-resources phase on flink-rpc/flink-rpc-akka-loader via maven.");
+ "run 'mvn package -pl flink-rpc/flink-rpc-akka,flink-rpc/flink-rpc-akka-loader' on the command-line.");
}

IOUtils.copyBytes(resourceStream, Files.newOutputStream(tempFile));
Expand Down

0 comments on commit 3a244df

Please sign in to comment.