Re: Quickstart build - Fat Jar is empty

2015-04-13 Thread Henry Saputra
Sounds good, thx Robert! On Monday, April 13, 2015, Robert Metzger wrote: > I tagged it to affect 0.8.x. > I'll backport the fix to 0.8, then we can mark it as fixed for that release > as well. > > On Mon, Apr 13, 2015 at 7:17 PM, Henry Saputra > > wrote: > > > Ah thanks. I assume this need to

Re: Quickstart build - Fat Jar is empty

2015-04-13 Thread Robert Metzger
I tagged it to affect 0.8.x. I'll backport the fix to 0.8, then we can mark it as fixed for that release as well. On Mon, Apr 13, 2015 at 7:17 PM, Henry Saputra wrote: > Ah thanks. I assume this need to be tagged for 0.8.2 release? > > On Monday, April 13, 2015, Robert Metzger wrote: > > > Its

Re: Quickstart build - Fat Jar is empty

2015-04-13 Thread Henry Saputra
Ah thanks. I assume this need to be tagged for 0.8.2 release? On Monday, April 13, 2015, Robert Metzger wrote: > Its this one: https://issues.apache.org/jira/browse/FLINK-1342 > > On Mon, Apr 13, 2015 at 6:52 AM, Henry Saputra > > wrote: > > > Robert, Which one is the Jira to fix the QuickStart

Re: Quickstart build - Fat Jar is empty

2015-04-13 Thread Robert Metzger
Its this one: https://issues.apache.org/jira/browse/FLINK-1342 On Mon, Apr 13, 2015 at 6:52 AM, Henry Saputra wrote: > Robert, Which one is the Jira to fix the QuickStart fat jar issue? > > On Friday, April 10, 2015, Robert Metzger wrote: > > > We actually have 7 fixes for 0.8.2: > > > > > http

Re: Quickstart build - Fat Jar is empty

2015-04-12 Thread Henry Saputra
Robert, Which one is the Jira to fix the QuickStart fat jar issue? On Friday, April 10, 2015, Robert Metzger wrote: > We actually have 7 fixes for 0.8.2: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20fixVersion%20%3D%200.8.2%20ORDER%20BY%20updated%20DESC%2C%20prior

Re: Quickstart build - Fat Jar is empty

2015-04-09 Thread Henry Saputra
Maybe we should just do quick patch release on 0.8.x branch to fix this, Robert? - Henry On Thu, Apr 9, 2015 at 6:53 AM, Robert Metzger wrote: > Hello, > > there is a known issue in the Flink 0.8-series that the Quickstart fat-jar > is empty. > > Can you remove these lines: > > org.apache

Re: Quickstart build - Fat Jar is empty

2015-04-09 Thread Stephan Ewen
Hello Stefan! If you want to give the 0.9-SNAPSHOT version a try, it has a fix for your problem. Greetings, Stephan On Thu, Apr 9, 2015 at 3:53 PM, Robert Metzger wrote: > Hello, > > there is a known issue in the Flink 0.8-series that the Quickstart fat-jar > is empty. > > Can you remove the

Re: Quickstart build - Fat Jar is empty

2015-04-09 Thread Robert Metzger
Hello, there is a known issue in the Flink 0.8-series that the Quickstart fat-jar is empty. Can you remove these lines: org.apache.flink:* from the file: /src/main/resources/archetype-resources/src/assembly/flink-fat-jar.xml. The fat-jar will now become very fat (60MB+). If that's an is

Quickstart build - Fat Jar is empty

2015-04-09 Thread Papp, Stefan
Hi, I am using * Apache Maven 3.3.1 * Java version: 1.8.0_40, vendor: Oracle Corporation (64 Bit) * OS name: "windows 7" Changes in the POM file were applied. Changing source and target version from 1.6 to 1.8 and uncommenting the part with lambda expressions. I try t