[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518905#comment-16518905 ] ASF GitHub Bot commented on FLINK-9599: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197008798 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -103,77 +102,68 @@ protected void

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518892#comment-16518892 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518896#comment-16518896 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518893#comment-16518893 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518898#comment-16518898 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518895#comment-16518895 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518894#comment-16518894 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518897#comment-16518897 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r197001110 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlReducingState.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to the

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196995820 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196998472 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r197004891 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlValue.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r197001339 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlAggregatingState.java --- @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196996094 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196996839 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518889#comment-16518889 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r197005582 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/PrimitiveTypeDescriptor.scala --- @@ -0,0 +1,56 @@ +/* + *

[jira] [Created] (FLINK-9632) SlotPool should notify the call when allocateSlot meet an exception

2018-06-20 Thread shuai.xu (JIRA)
shuai.xu created FLINK-9632: --- Summary: SlotPool should notify the call when allocateSlot meet an exception Key: FLINK-9632 URL: https://issues.apache.org/jira/browse/FLINK-9632 Project: Flink

[jira] [Updated] (FLINK-9632) SlotPool should notify the caller when allocateSlot meet an exception

2018-06-20 Thread shuai.xu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] shuai.xu updated FLINK-9632: Summary: SlotPool should notify the caller when allocateSlot meet an exception (was: SlotPool should

[jira] [Created] (FLINK-9631) use Files.createDirectories instead of directory.mkdirs

2018-06-20 Thread makeyang (JIRA)
makeyang created FLINK-9631: --- Summary: use Files.createDirectories instead of directory.mkdirs Key: FLINK-9631 URL: https://issues.apache.org/jira/browse/FLINK-9631 Project: Flink Issue Type:

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518854#comment-16518854 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196998269 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/PrimitiveTypeValidator.scala --- @@ -0,0 +1,72 @@ +/* + *

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196996876 --- Diff: flink-libraries/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/utils/UserDefinedFunctions.java --- @@ -0,0 +1,105 @@ +/*

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518839#comment-16518839 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518822#comment-16518822 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518820#comment-16518820 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196996002 --- Diff: flink-libraries/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java --- @@ -145,6 +146,68 @@ public

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196995942 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java --- @@ -187,6 +206,7 @@ private

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518813#comment-16518813 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518812#comment-16518812 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196995241 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java --- @@ -101,6 +110,16 @@ public

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196995191 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/UDFDescriptor.java --- @@ -0,0 +1,153 @@ +/* + *

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518810#comment-16518810 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Updated] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9514: -- Labels: pull-request-available (was: ) > Create wrapper with TTL logic for value state >

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196995095 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlConfig.java --- @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518808#comment-16518808 ] ASF GitHub Bot commented on FLINK-8863: --- Github user xccui commented on a diff in the pull request:

[jira] [Updated] (FLINK-8863) Add user-defined function support in SQL Client

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-8863: -- Labels: pull-request-available (was: ) > Add user-defined function support in SQL Client >

[GitHub] flink pull request #6090: [FLINK-8863] [SQL] Add user-defined function suppo...

2018-06-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/6090#discussion_r196994767 --- Diff: flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/UDFDescriptor.java --- @@ -0,0 +1,153 @@ +/* + *

[jira] [Updated] (FLINK-9630) Kafka09PartitionDiscoverer cause connection leak on TopicAuthorizationException

2018-06-20 Thread Youjun Yuan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Youjun Yuan updated FLINK-9630: --- Description: when the Kafka topic got deleted, during task starting process,

[jira] [Created] (FLINK-9630) Kafka09PartitionDiscoverer cause connection leak on TopicAuthorizationException

2018-06-20 Thread Youjun Yuan (JIRA)
Youjun Yuan created FLINK-9630: -- Summary: Kafka09PartitionDiscoverer cause connection leak on TopicAuthorizationException Key: FLINK-9630 URL: https://issues.apache.org/jira/browse/FLINK-9630 Project:

[jira] [Updated] (FLINK-9629) Datadog metrics reporter does not have shaded dependencies

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9629: -- Labels: pull-request-available (was: ) > Datadog metrics reporter does not have shaded

[jira] [Commented] (FLINK-9629) Datadog metrics reporter does not have shaded dependencies

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518747#comment-16518747 ] ASF GitHub Bot commented on FLINK-9629: --- GitHub user gobozov opened a pull request:

[GitHub] flink pull request #6191: [FLINK-9629][metrics] Included datadog shaded depe...

2018-06-20 Thread gobozov
GitHub user gobozov opened a pull request: https://github.com/apache/flink/pull/6191 [FLINK-9629][metrics] Included datadog shaded dependencies for okhttp3 and okio You can merge this pull request into a Git repository by running: $ git pull https://github.com/gobozov/flink

[jira] [Created] (FLINK-9629) Datadog metrics reporter does not have shaded dependencies

2018-06-20 Thread Georgii Gobozov (JIRA)
Georgii Gobozov created FLINK-9629: -- Summary: Datadog metrics reporter does not have shaded dependencies Key: FLINK-9629 URL: https://issues.apache.org/jira/browse/FLINK-9629 Project: Flink

[jira] [Assigned] (FLINK-9627) Extending 'KafkaJsonTableSource' according to comments will result in NPE

2018-06-20 Thread vinoyang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vinoyang reassigned FLINK-9627: --- Assignee: vinoyang > Extending 'KafkaJsonTableSource' according to comments will result in NPE >

[GitHub] flink pull request #6190: Add a simple pulsar source connector.

2018-06-20 Thread cckellogg
Github user cckellogg closed the pull request at: https://github.com/apache/flink/pull/6190 ---

[GitHub] flink pull request #6190: Add a simple pulsar source connector.

2018-06-20 Thread cckellogg
GitHub user cckellogg opened a pull request: https://github.com/apache/flink/pull/6190 Add a simple pulsar source connector. *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518631#comment-16518631 ] ASF GitHub Bot commented on FLINK-9374: --- Github user gliu6 commented on a diff in the pull request:

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-20 Thread gliu6
Github user gliu6 commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r196952063 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518590#comment-16518590 ] ASF GitHub Bot commented on FLINK-9374: --- Github user gliu6 commented on a diff in the pull request:

[jira] [Updated] (FLINK-9374) Flink Kinesis Producer does not backpressure

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9374: -- Labels: pull-request-available (was: ) > Flink Kinesis Producer does not backpressure >

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-20 Thread gliu6
Github user gliu6 commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r196940135 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518360#comment-16518360 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196868266 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -0,0 +1,483 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518333#comment-16518333 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196849558 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -0,0 +1,483 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-8795) Scala shell broken for Flip6

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518316#comment-16518316 ] ASF GitHub Bot commented on FLINK-8795: --- Github user tzulitai commented on the issue:

[jira] [Updated] (FLINK-8795) Scala shell broken for Flip6

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-8795: -- Labels: pull-request-available (was: ) > Scala shell broken for Flip6 >

[GitHub] flink issue #6182: [FLINK-8795] Fixed local scala shell for Flip6

2018-06-20 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/6182 Thanks for the fix @dawidwys! The changes LGTM on my side, +1. ---

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518311#comment-16518311 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196836698 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/FileUploads.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518310#comment-16518310 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196836575 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/FileUploadHandler.java --- @@ -70,51 +84,103 @@ public FileUploadHandler(final Path

[jira] [Updated] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9599: -- Labels: pull-request-available (was: ) > Implement generic mechanism to receive files via

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518274#comment-16518274 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196827863 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518267#comment-16518267 ] ASF GitHub Bot commented on FLINK-9514: --- Github user azagrebin commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread azagrebin
Github user azagrebin commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196826339 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518244#comment-16518244 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196820474 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java --- @@ -0,0 +1,98 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518243#comment-16518243 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518242#comment-16518242 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518241#comment-16518241 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196809755 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196817846 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196816259 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518240#comment-16518240 ] ASF GitHub Bot commented on FLINK-9514: --- Github user azagrebin commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread azagrebin
Github user azagrebin commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196819320 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

[jira] [Updated] (FLINK-9598) [Checkpoints] The config Minimum Pause Between Checkpoints doesn't work when there's a checkpoint failure

2018-06-20 Thread Prem Santosh (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prem Santosh updated FLINK-9598: Description: We have set the config Minimum Pause Between Checkpoints to be 10 min but noticed

[jira] [Updated] (FLINK-9598) [Checkpoints] The config Minimum Pause Between Checkpoints doesn't work when there's a checkpoint failure

2018-06-20 Thread Prem Santosh (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prem Santosh updated FLINK-9598: Description: We have set the config Minimum Pause Between Checkpoints to be 10 min but noticed

[jira] [Updated] (FLINK-9598) [Checkpoints] The config Minimum Pause Between Checkpoints doesn't work when there's a checkpoint failure

2018-06-20 Thread Prem Santosh (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prem Santosh updated FLINK-9598: Description: We have set the config Minimum Pause Between Checkpoints to be 10 min but noticed

[jira] [Updated] (FLINK-9598) [Checkpoints] The config Minimum Pause Between Checkpoints doesn't work when there's a checkpoint failure

2018-06-20 Thread Prem Santosh (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prem Santosh updated FLINK-9598: Attachment: Screen Shot 2018-06-20 at 7.44.10 AM.png > [Checkpoints] The config Minimum Pause

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518200#comment-16518200 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196791555 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlConfig.java --- @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9604) Support KafkaProtoBufTableSource

2018-06-20 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518197#comment-16518197 ] Timo Walther commented on FLINK-9604: - Thanks for working on this issue [~mingleizhang]. In the

[jira] [Created] (FLINK-9628) Options to tolerate truncate failure in BucketingSink

2018-06-20 Thread Truong Duc Kien (JIRA)
Truong Duc Kien created FLINK-9628: -- Summary: Options to tolerate truncate failure in BucketingSink Key: FLINK-9628 URL: https://issues.apache.org/jira/browse/FLINK-9628 Project: Flink

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518183#comment-16518183 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518182#comment-16518182 ] ASF GitHub Bot commented on FLINK-9599: --- Github user zentol commented on a diff in the pull

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r196793605 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -162,13 +205,25 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r196793648 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -162,13 +205,25 @@ public void shutdown(Time timeout) {

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518180#comment-16518180 ] ASF GitHub Bot commented on FLINK-9599: --- GitHub user zentol opened a pull request:

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/6189 [FLINK-9599][rest] RestClient supports FileUploads This PR is based on a squashed #6178. ## What is the purpose of the change This PR extends the `RestClient` to allow sending

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196786370 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518155#comment-16518155 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518152#comment-16518152 ] ASF GitHub Bot commented on FLINK-9514: --- Github user sihuazhou commented on a diff in the pull

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-20 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r196784275 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

[jira] [Comment Edited] (FLINK-6846) Add TIMESTAMPADD supported in TableAPI

2018-06-20 Thread xueyu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518099#comment-16518099 ] xueyu edited comment on FLINK-6846 at 6/20/18 1:36 PM: --- I want to submit a PR for

[jira] [Commented] (FLINK-6846) Add TIMESTAMPADD supported in TableAPI

2018-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518135#comment-16518135 ] ASF GitHub Bot commented on FLINK-6846: --- GitHub user xueyumusic opened a pull request:

[GitHub] flink pull request #6188: [FLINK-6846] add timestampAdd tableApi

2018-06-20 Thread xueyumusic
GitHub user xueyumusic opened a pull request: https://github.com/apache/flink/pull/6188 [FLINK-6846] add timestampAdd tableApi ## What is the purpose of the change This PR add timestampAdd TableApi ## Brief change log add timestampAdd expression parser and

  1   2   >