[
https://issues.apache.org/jira/browse/FLINK-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259027#comment-14259027
]
ASF GitHub Bot commented on FLINK-1225:
---------------------------------------
GitHub user mbalassi opened a pull request:
https://github.com/apache/incubator-flink/pull/279
[FLINK-1225] Fix for quickstart packaging
Quick fix for the two issues I've found:
1. The user code was filtered out, so I moved it into a namespace outside
org.apache.flink.
1. The build of our 0.8 and 0.7 versions do not really work together due
to the hadoop profile changes, so I have decided to bump that version. This
means that the scripts depending on the 0.8.0 version will only work after the
release. The first rc is hopefully coming today.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbalassi/incubator-flink release-0.8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/279.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #279
----
commit 9fa4f37cc93687ff09d9937afe1b7b5f0c502d30
Author: mbalassi <[email protected]>
Date: 2014-12-26T10:36:41Z
[FLINK-1225] Fix for quickstart packaging
----
> Quickstart does not work
> ------------------------
>
> Key: FLINK-1225
> URL: https://issues.apache.org/jira/browse/FLINK-1225
> Project: Flink
> Issue Type: Bug
> Reporter: Timo Walther
> Assignee: Márton Balassi
> Priority: Blocker
> Attachments: quickstart-0.1-flink-fat-jar.jar, quickstart-0.1.jar
>
>
> We tried the quickstart on two PCs with different Flink versions
> (0.8-SNAPSHOT and 0.7), but if we submit the generated Jar-File in the web
> interface the error always is:
> {code}
> Neither a 'Main-Class', nor a 'program-class' entry was found in the jar file.
> org.apache.flink.client.program.ProgramInvocationException: Neither a
> 'Main-Class', nor a 'program-class' entry was found in the jar file.
> at
> org.apache.flink.client.program.PackagedProgram.getEntryPointClassNameFromJar(PackagedProgram.java:453)
> at
> org.apache.flink.client.program.PackagedProgram.(PackagedProgram.java:133)
> {code}
> Something is wrong with the pom.xml's, but I was unable to figure it out.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)