You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/15 16:17:22 UTC

[GitHub] [incubator-seatunnel] CalvinKirs commented on a change in pull request #1434: Update FAQ.md

CalvinKirs commented on a change in pull request #1434:
URL: https://github.com/apache/incubator-seatunnel/pull/1434#discussion_r827166116



##########
File path: docs/en/developement/FAQ.md
##########
@@ -356,3 +356,7 @@ Scala, maven, sbt, gradle, whatever you want. This is also the way we recommend
 Run `mvn install` first.
 
 Because in the `seatunnel-config/seatunnel-config-base` subproject, package `com.typesafe.config` has been relocated to `org.apache.seatunnel.shade.com.typesafe.config` and install to maven local repository in subproject `seatunnel-config/seatunnel-config-shade` .
+
+**FAQ 24.** Build project with `mvn clean`、`mvn install`、`mvn package` succeeded, run has exception "class not found `org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Was passed main parameter '/opt/module/apache-seatunnel-incubating-2.0.5-SNAPSHOT/lib/seatunnel-core-flink.jar' but no main parameter was defined in your arg class"
+
+Packaging with this command can solve the problem: `mvn clean package -DskipTests`

Review comment:
       thanks for you contribute, but this is an unrelated question

##########
File path: docs/en/developement/FAQ.md
##########
@@ -356,3 +356,7 @@ Scala, maven, sbt, gradle, whatever you want. This is also the way we recommend
 Run `mvn install` first.
 
 Because in the `seatunnel-config/seatunnel-config-base` subproject, package `com.typesafe.config` has been relocated to `org.apache.seatunnel.shade.com.typesafe.config` and install to maven local repository in subproject `seatunnel-config/seatunnel-config-shade` .
+
+**FAQ 24.** Build project with `mvn clean`、`mvn install`、`mvn package` succeeded, run has exception "class not found `org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Was passed main parameter '/opt/module/apache-seatunnel-incubating-2.0.5-SNAPSHOT/lib/seatunnel-core-flink.jar' but no main parameter was defined in your arg class"
+
+Packaging with this command can solve the problem: `mvn clean package -DskipTests`

Review comment:
       thanks for you contribute, but this is an unrelated question




-- 
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@seatunnel.apache.org

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