[GitHub] flink issue #2355: [FLINK-4282]Add Offset Parameter to WindowAssigners

2016-08-18 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2355 I have rearranged the code. It is really hard for me to add space after every comma,do you have any code style preset for IDEs so that I can reformat my new code automatically without change those of

[GitHub] flink issue #2355: [FLINK-4282]Add Offset Parameter to WindowAssigners

2016-08-19 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2355 @aljoscha It's fine.I'll try to write well formatted code manually from now on, and I hope the code in the last commit is well formatted enough. --- If your project is set up for it, you

[GitHub] flink pull request #2729: [FLINK-4883]Prevent UDFs implementations through S...

2016-11-10 Thread Renkai
Github user Renkai commented on a diff in the pull request: https://github.com/apache/flink/pull/2729#discussion_r87350332 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/DataSet.java --- @@ -181,7 +181,17 @@ protected void fillInType(TypeInformation typeInfo

[GitHub] flink pull request #2729: [FLINK-4883]Prevent UDFs implementations through S...

2016-11-13 Thread Renkai
Github user Renkai commented on a diff in the pull request: https://github.com/apache/flink/pull/2729#discussion_r87743796 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/ScalaObjectChecker.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #2729: [FLINK-4883]Prevent UDFs implementations through S...

2016-11-14 Thread Renkai
Github user Renkai commented on a diff in the pull request: https://github.com/apache/flink/pull/2729#discussion_r87792198 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/ScalaObjectChecker.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software

[GitHub] flink issue #2729: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-11-14 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2729 I'm not very understand why some function need to be cleaned while others are not in the last version of scala API, but I think all of them need to be checked, so I add some checks where h

[GitHub] flink pull request #2847: [FLINK-5031]Consecutive DataStream.split() ignored

2016-11-21 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2847 [FLINK-5031]Consecutive DataStream.split() ignored I think this is a way to solve this issue, but might not be the best one.Since I'm knowing the code base enough, I hope someone may review i

[GitHub] flink pull request #2893: [FLINK-5128]Get Kafka partitions in FlinkKafkaProd...

2016-11-28 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2893 [FLINK-5128]Get Kafka partitions in FlinkKafkaProducer only if a partitioner is set You can merge this pull request into a Git repository by running: $ git pull https://github.com/Renkai

[GitHub] flink pull request #2928: [FLINK-5108] Remove ClientShutdownHook during job ...

2016-12-03 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2928 [FLINK-5108] Remove ClientShutdownHook during job execution This patch simply removed ClientShutdownHook related code. The changes may cause `org.apache.flink.yarn.YarnClusterClient#pollingRunner

[GitHub] flink pull request #2729: [FLINK-4883]Prevent UDFs implementations through S...

2016-12-04 Thread Renkai
Github user Renkai commented on a diff in the pull request: https://github.com/apache/flink/pull/2729#discussion_r90775528 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/ScalaObjectChecker.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software

[GitHub] flink issue #2729: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-12-05 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2729 Hi, @StefanRRichter , I optimized the code with your advice. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] flink issue #2729: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-12-07 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2729 Hi, @aljoscha I think the case make sense not only when parallelsim is 1,but also users knows the code would be execute in parallel and the code is thread safe and they may want to reduce some

[GitHub] flink issue #2729: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-12-07 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2729 Hi, @aljoscha keep a balance in freedom and safety is really a hardwork. I think we could just give a warning to users, but fail and exit directly. --- If your project is set up for it, you can

[GitHub] flink issue #2928: [FLINK-5108] Remove ClientShutdownHook during job executi...

2016-12-13 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2928 That is ok to close this issue. Max 于2016年12月14日周三 02:31写道: > There is one problem we overlooked. In detached mode we ensure cluster > shutdown through a m

[GitHub] flink issue #2729: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-12-14 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2729 Hi, @aljoscha I'm wondering about how could the warning be "big", should it have a different color in the console or pop out an alert window when people submit apps from web? --- If

[GitHub] flink pull request #2928: [FLINK-5108] Remove ClientShutdownHook during job ...

2016-12-15 Thread Renkai
Github user Renkai closed the pull request at: https://github.com/apache/flink/pull/2928 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2355: [FLINK-4282]Add Offset Parameter to WindowAssigner...

2016-08-11 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2355 [FLINK-4282]Add Offset Parameter to WindowAssigners Although there is already a merge request for this issue,I think this implementation is more sensible. You can merge this pull request into a Git

[GitHub] flink pull request #2726: Flink 4883

2016-10-29 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2726 Flink 4883 Ideas and code structure are basically copied from `org.apache.flink.api.java.ClosureCleaner` You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flink issue #2726: [FLINK-4883]Prevent UDFs implementations through Scala si...

2016-10-30 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2726 Not prepared yet --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] flink pull request #2726: [FLINK-4883]Prevent UDFs implementations through S...

2016-10-30 Thread Renkai
Github user Renkai closed the pull request at: https://github.com/apache/flink/pull/2726 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2729: [FLINK-4883]Prevent UDFs implementations through S...

2016-10-31 Thread Renkai
GitHub user Renkai opened a pull request: https://github.com/apache/flink/pull/2729 [FLINK-4883]Prevent UDFs implementations through Scala singleton objects The code changes should be work, but I was quite a lot confused for these reasons 1. The Scala wrapper for

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-13 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420137#comment-15420137 ] Renkai Ge commented on FLINK-4282: -- [~aljoscha]I use two mod just want to pre

[jira] [Created] (FLINK-4409) class conflict between jsr305-1.3.9.jar and flink-shaded-hadoop2-1.1.1.jar

2016-08-17 Thread Renkai Ge (JIRA)
Renkai Ge created FLINK-4409: Summary: class conflict between jsr305-1.3.9.jar and flink-shaded-hadoop2-1.1.1.jar Key: FLINK-4409 URL: https://issues.apache.org/jira/browse/FLINK-4409 Project: Flink

[jira] [Updated] (FLINK-4409) class conflict between jsr305-1.3.9.jar and flink-shaded-hadoop2-1.1.1.jar

2016-08-17 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4409: - Description: It seems all classes in jsr305-1.3.9.jar can be found in flink-shaded-hadoop2-1.1.1.jar,too

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-17 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15425768#comment-15425768 ] Renkai Ge commented on FLINK-4282: -- Hi, [~aljoscha]. I changed the code as your

[jira] [Created] (FLINK-4428) Method map/flatMapWithState may need a eviction policy

2016-08-18 Thread Renkai Ge (JIRA)
Renkai Ge created FLINK-4428: Summary: Method map/flatMapWithState may need a eviction policy Key: FLINK-4428 URL: https://issues.apache.org/jira/browse/FLINK-4428 Project: Flink Issue Type: New

[jira] [Commented] (FLINK-2118) Table API fails on composite filter conditions

2016-08-19 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427893#comment-15427893 ] Renkai Ge commented on FLINK-2118: -- [~sahitya.pavurala] ! have a higher precedence

[jira] [Commented] (FLINK-2118) Table API fails on composite filter conditions

2016-08-19 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427903#comment-15427903 ] Renkai Ge commented on FLINK-2118: -- I want to help solving this issue but I'm

[jira] [Commented] (FLINK-2118) Table API fails on composite filter conditions

2016-08-22 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430310#comment-15430310 ] Renkai Ge commented on FLINK-2118: -- [~fhueske][~aljoscha] operations end with 

[jira] [Comment Edited] (FLINK-2118) Table API fails on composite filter conditions

2016-08-22 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430310#comment-15430310 ] Renkai Ge edited comment on FLINK-2118 at 8/22/16 8:4

[jira] [Created] (FLINK-4532) Allow independent metrics reporter for tasks

2016-08-30 Thread Renkai Ge (JIRA)
Renkai Ge created FLINK-4532: Summary: Allow independent metrics reporter for tasks Key: FLINK-4532 URL: https://issues.apache.org/jira/browse/FLINK-4532 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-4532) Allow independent metrics reporter for tasks

2016-08-30 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450946#comment-15450946 ] Renkai Ge commented on FLINK-4532: -- [~StephanEwen] Yes, I think your proposa

[jira] [Comment Edited] (FLINK-4532) Allow independent metrics reporter for tasks

2016-08-30 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450946#comment-15450946 ] Renkai Ge edited comment on FLINK-4532 at 8/31/16 3:3

[jira] [Commented] (FLINK-4532) Allow independent metrics reporter for tasks

2016-08-31 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15452069#comment-15452069 ] Renkai Ge commented on FLINK-4532: -- [~StephanEwen] So should I close this issue

[jira] [Created] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-06 Thread Renkai Ge (JIRA)
Renkai Ge created FLINK-4587: Summary: Yet another java.lang.NoSuchFieldError: INSTANCE Key: FLINK-4587 URL: https://issues.apache.org/jira/browse/FLINK-4587 Project: Flink Issue Type: Bug

[jira] [Updated] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-06 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4587: - Attachment: flink-explore-src.zip > Yet another java.lang.NoSuchFieldError: INSTA

[jira] [Commented] (FLINK-3373) Using a newer library of Apache HttpClient than 4.2.6 will get class loading problems

2016-09-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500799#comment-15500799 ] Renkai Ge commented on FLINK-3373: -- [~StephanEwen] This issue seems reproduced in F

[jira] [Commented] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502120#comment-15502120 ] Renkai Ge commented on FLINK-4587: -- the {code}lib/flink-dist_2.10-1.2-SNAPSHOT.jar{

[jira] [Commented] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502373#comment-15502373 ] Renkai Ge commented on FLINK-4587: -- When I execute {code}mvn clean install -DskipT

[jira] [Updated] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4587: - Attachment: diff in mvn clean package.png logs when execute mvn between root directory and flink-dist

[jira] [Commented] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-19 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502715#comment-15502715 ] Renkai Ge commented on FLINK-4587: -- The released binary at https://flink.apache

[jira] [Comment Edited] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-19 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502441#comment-15502441 ] Renkai Ge edited comment on FLINK-4587 at 9/19/16 9:1

[jira] [Updated] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-09-19 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4587: - Component/s: Build System > Yet another java.lang.NoSuchFieldError: INSTA

[jira] [Commented] (FLINK-1605) Create a shaded Hadoop fat jar to resolve library version conflicts

2016-09-21 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15509539#comment-15509539 ] Renkai Ge commented on FLINK-1605: -- Hi [~rmetzger], Could you help take a view at

[jira] [Assigned] (FLINK-5031) Consecutive DataStream.split() ignored

2016-11-14 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge reassigned FLINK-5031: Assignee: Renkai Ge > Consecutive DataStream.split() igno

[jira] [Commented] (FLINK-5031) Consecutive DataStream.split() ignored

2016-11-14 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15666015#comment-15666015 ] Renkai Ge commented on FLINK-5031: -- I want to work on this issue > Cons

[jira] [Commented] (FLINK-4587) Yet another java.lang.NoSuchFieldError: INSTANCE

2016-11-17 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15675265#comment-15675265 ] Renkai Ge commented on FLINK-4587: -- Yes,solved in the way described Stephan Ewen (

[jira] [Commented] (FLINK-5031) Consecutive DataStream.split() ignored

2016-11-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15678716#comment-15678716 ] Renkai Ge commented on FLINK-5031: -- [~fhueske]The second split was not ignored, it

[jira] [Comment Edited] (FLINK-5031) Consecutive DataStream.split() ignored

2016-11-18 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15678716#comment-15678716 ] Renkai Ge edited comment on FLINK-5031 at 11/19/16 6:2

[jira] [Assigned] (FLINK-5128) Get Kafka partitions in FlinkKafkaProducer only if a partitioner is set

2016-11-24 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge reassigned FLINK-5128: Assignee: Renkai Ge > Get Kafka partitions in FlinkKafkaProducer only if a partitioner is

[jira] [Commented] (FLINK-5128) Get Kafka partitions in FlinkKafkaProducer only if a partitioner is set

2016-11-24 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15692944#comment-15692944 ] Renkai Ge commented on FLINK-5128: -- I want to work for this. > Get Kafka partit

[jira] [Assigned] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-11-29 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge reassigned FLINK-5108: Assignee: Renkai Ge > Remove ClientShutdownHook during job execut

[jira] [Commented] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-11-29 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15704795#comment-15704795 ] Renkai Ge commented on FLINK-5108: -- I want to work for this. >

[jira] [Commented] (FLINK-5108) Remove ClientShutdownHook during job execution

2016-12-02 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15714849#comment-15714849 ] Renkai Ge commented on FLINK-5108: -- I think it could be ready in this weekend,sorry

[jira] [Updated] (FLINK-4252) Table program cannot be compiled

2016-07-21 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4252: - Attachment: TestMain.scala > Table program cannot be compi

[jira] [Created] (FLINK-4252) Table program cannot be compiled

2016-07-21 Thread Renkai Ge (JIRA)
Renkai Ge created FLINK-4252: Summary: Table program cannot be compiled Key: FLINK-4252 URL: https://issues.apache.org/jira/browse/FLINK-4252 Project: Flink Issue Type: Bug Components

[jira] [Updated] (FLINK-4252) Table program cannot be compiled

2016-07-21 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge updated FLINK-4252: - Description: I'm trying the table apis. I got some errors like this My code is in the attach

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-10 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416556#comment-15416556 ] Renkai Ge commented on FLINK-4282: -- If there is no proper solution to this issue n

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-10 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416602#comment-15416602 ] Renkai Ge commented on FLINK-4282: -- I have the same opinion with [~aljoscha],the of

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-12 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419763#comment-15419763 ] Renkai Ge commented on FLINK-4282: -- Thanks,[~aljoscha].It's a brilliant ide

[jira] [Commented] (FLINK-4883) Prevent UDFs implementations through Scala singleton objects

2016-10-23 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15600886#comment-15600886 ] Renkai Ge commented on FLINK-4883: -- I want to work on this issue. > Preve

[jira] [Commented] (FLINK-4883) Prevent UDFs implementations through Scala singleton objects

2016-10-24 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604147#comment-15604147 ] Renkai Ge commented on FLINK-4883: -- I tried to use object to extend UDF, but I hav

[jira] [Commented] (FLINK-4883) Prevent UDFs implementations through Scala singleton objects

2016-10-25 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607635#comment-15607635 ] Renkai Ge commented on FLINK-4883: -- I found a way to distinguish normal scala insta

[jira] [Commented] (FLINK-4883) Prevent UDFs implementations through Scala singleton objects

2016-10-27 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611756#comment-15611756 ] Renkai Ge commented on FLINK-4883: -- How about to extend the me

[jira] [Commented] (FLINK-4883) Prevent UDFs implementations through Scala singleton objects

2016-10-30 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15619663#comment-15619663 ] Renkai Ge commented on FLINK-4883: -- I tried to implement it in module flink-scala

[jira] [Commented] (FLINK-7851) Improve scheduling balance in case of fewer sub tasks than input operator

2018-04-26 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453599#comment-16453599 ] Renkai Ge commented on FLINK-7851: -- [~till.rohrmann] Is there an alternative way

[jira] [Reopened] (FLINK-2540) LocalBufferPool.requestBuffer gets into infinite loop

2018-03-28 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renkai Ge reopened FLINK-2540: -- It seems that this issue was not fixed at all.It is closed since some github/Jira sync bugs occured. I

[jira] [Commented] (FLINK-2540) LocalBufferPool.requestBuffer gets into infinite loop

2018-03-28 Thread Renkai Ge (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417058#comment-16417058 ] Renkai Ge commented on FLINK-2540: -- [~uce] As far as I can see,there is no reason