Re: Breakage in Flink CLI in 1.5.0

2018-06-21 Thread Till Rohrmann
Hi, if the rest.address is different from the jobmanager.rpc.address, then you should specify that in the flink-conf.yaml and Flink will connect to rest.address. Only if rest.address is not specified, the system will fall back to use the jobmanager.rpc.address. Currently, the rest server endpoint

Re: Am I forgetting to do something to get pull request accepted?

2018-06-21 Thread Chesnay Schepler
The Flink project currently receives too many pull requests / has to few reviewers to ensure timely reviews. I assume you are talking about https://github.com/apache/flink/pull/5876 If this is correct, something you could already do is squash all commits and rebase against master to get rid of

[jira] [Created] (FLINK-9633) Flink doesn't use the Savepoint path's filesystem to create the OuptutStream on Task.

2018-06-21 Thread Sihua Zhou (JIRA)
Sihua Zhou created FLINK-9633: - Summary: Flink doesn't use the Savepoint path's filesystem to create the OuptutStream on Task. Key: FLINK-9633 URL: https://issues.apache.org/jira/browse/FLINK-9633 Project

[jira] [Created] (FLINK-9634) Deactivate previous location based scheduling if local recovery is disabled

2018-06-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-9634: Summary: Deactivate previous location based scheduling if local recovery is disabled Key: FLINK-9634 URL: https://issues.apache.org/jira/browse/FLINK-9634 Project: Fl

[jira] [Created] (FLINK-9635) Local recovery scheduling can cause spread out of tasks

2018-06-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-9635: Summary: Local recovery scheduling can cause spread out of tasks Key: FLINK-9635 URL: https://issues.apache.org/jira/browse/FLINK-9635 Project: Flink Issue T

Running a Scala Job doesn't produce print output

2018-06-21 Thread Mano Swerts
Hi guys, I have a question. I have been playing around with Fink this week and created some basic Java jobs that work fine. Now I am trying to run one in Scala. Running this code in the Scala REP prints the expected output: env.fromElements(1, 2, 3).map(i => " Integer: " + i).print() Howev

Re: Ordering of stream from different kafka partitions

2018-06-21 Thread Amol S - iProgrammer
Hello andrey, Thanks for the help. I am trying to implement your above given code code sourceStream .setParallelism(4) .assignTimestampsAndWatermarks(new BoundedOutOfOrdernessTimestampExtractor<>(…) {…}) .windowAll(TumblingEventTimeWindows.of(Time...)) .p

Re: Breakage in Flink CLI in 1.5.0

2018-06-21 Thread Sampath Bhat
hi Yes I've specified the rest.address for the flink client to connect to the rest.address and the rest.address is valid and working fine but my question is why am I supposed to give jobmanager.rpc.address for flink client to connect to flink cluster if flink client depends only on rest.address? O

Re: Breakage in Flink CLI in 1.5.0

2018-06-21 Thread Till Rohrmann
The reason why you still have to do it is because we still have to support the legacy mode where the client needs to know the JobManager RPC address. Once we remove the legacy mode, we could change the HighAvailabilityServices such that we have client facing HA services which only retrieve the rest

Re: Running a Scala Job doesn't produce print output

2018-06-21 Thread Till Rohrmann
Please verify that you have set the correct main class manifest in you pom.xml when you build the user code jar. Alternatively you can specify the class to execute via `bin/flink run -c CLASS_TO_EXECUTE` if your user code jar contains multiple classes. Cheers, Till On Thu, Jun 21, 2018 at 11:28 A

Re: Running a Scala Job doesn't produce print output

2018-06-21 Thread Mano Swerts
Hi guys, I am going to answer my own question ;) I looked at a Scala example in the Flink Github repo, which uses ExecutionEnvironment.getExecutionEnvironment to obtain the environment. That apparently doesn’t work. When I change this to StreamExecutionEnvironment.getExecutionEnvironment, as u

[jira] [Created] (FLINK-9636) Network buffer leaks in requesting a batch of segments during canceling

2018-06-21 Thread zhijiang (JIRA)
zhijiang created FLINK-9636: --- Summary: Network buffer leaks in requesting a batch of segments during canceling Key: FLINK-9636 URL: https://issues.apache.org/jira/browse/FLINK-9636 Project: Flink

[jira] [Created] (FLINK-9637) Add public user documentation for TTL feature

2018-06-21 Thread Andrey Zagrebin (JIRA)
Andrey Zagrebin created FLINK-9637: -- Summary: Add public user documentation for TTL feature Key: FLINK-9637 URL: https://issues.apache.org/jira/browse/FLINK-9637 Project: Flink Issue Type: S

[jira] [Created] (FLINK-9638) Add helper script to run single e2e test

2018-06-21 Thread Florian Schmidt (JIRA)
Florian Schmidt created FLINK-9638: -- Summary: Add helper script to run single e2e test Key: FLINK-9638 URL: https://issues.apache.org/jira/browse/FLINK-9638 Project: Flink Issue Type: Improv

[jira] [Created] (FLINK-9639) Order "User Configuration" Alphabetically on Flink Dashboard

2018-06-21 Thread Guilherme Nobre (JIRA)
Guilherme Nobre created FLINK-9639: -- Summary: Order "User Configuration" Alphabetically on Flink Dashboard Key: FLINK-9639 URL: https://issues.apache.org/jira/browse/FLINK-9639 Project: Flink

Re: [WEBSITE] Proposal to rework the Flink website

2018-06-21 Thread Fabian Hueske
Hi, I've merged the proposed changes for the website. As usual, we can incrementally refine and improve it. Best, Fabian 2018-06-15 16:16 GMT+02:00 Fabian Hueske : > Hi, > > I'm planning to put the reworked website online next week. > You can have a look at PR #109 [1] to check the changes and

Re: Am I forgetting to do something to get pull request accepted?

2018-06-21 Thread Jeff Carter
Ok, thanks! On Thu, Jun 21, 2018, 1:18 AM Chesnay Schepler wrote: > The Flink project currently receives too many pull requests / has to few > reviewers to ensure timely reviews. > > I assume you are talking about https://github.com/apache/flink/pull/5876 > If this is correct, something you coul

[jira] [Created] (FLINK-9640) Checkpointing is aways aborted if any task has been finished

2018-06-21 Thread Hai Zhou (JIRA)
Hai Zhou created FLINK-9640: --- Summary: Checkpointing is aways aborted if any task has been finished Key: FLINK-9640 URL: https://issues.apache.org/jira/browse/FLINK-9640 Project: Flink Issue Type:

[jira] [Created] (FLINK-9641) Pulsar Source Connector

2018-06-21 Thread Chris Kellogg (JIRA)
Chris Kellogg created FLINK-9641: Summary: Pulsar Source Connector Key: FLINK-9641 URL: https://issues.apache.org/jira/browse/FLINK-9641 Project: Flink Issue Type: New Feature Compo