[jira] [Created] (FLINK-17547) Support unaligned checkpoints for records spilled to files

2020-05-06 Thread Roman Khachatryan (Jira)
Roman Khachatryan created FLINK-17547: - Summary: Support unaligned checkpoints for records spilled to files Key: FLINK-17547 URL: https://issues.apache.org/jira/browse/FLINK-17547 Project: Flink

[jira] [Commented] (FLINK-17464) Stanalone HA Cluster crash with non-recoverable cluster state - need to wipe cluster to recover service

2020-05-06 Thread John Lonergan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101132#comment-17101132 ] John Lonergan commented on FLINK-17464: --- I meant arch because this problem wouldn't take the

[jira] [Created] (FLINK-17548) Table API Schema from not working

2020-05-06 Thread Rafael Wicht (Jira)
Rafael Wicht created FLINK-17548: Summary: Table API Schema from not working Key: FLINK-17548 URL: https://issues.apache.org/jira/browse/FLINK-17548 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-17194) TPC-DS end-to-end test fails due to missing execution attempt

2020-05-06 Thread Gary Yao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101125#comment-17101125 ] Gary Yao commented on FLINK-17194: -- I am able to reliably reproduce this issue by setting

[jira] [Updated] (FLINK-17544) NPE JDBCUpsertOutputFormat

2020-05-06 Thread John Lonergan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Lonergan updated FLINK-17544: -- Description: Encountered a situation where I get an NPE from JDBCUpsertOutputFormat. This

[jira] [Updated] (FLINK-17548) Table API Schema from not working

2020-05-06 Thread Rafael Wicht (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Wicht updated FLINK-17548: - Description: The method 'from' of org.apache.flink.table.descriptors.Schema do not work for

[GitHub] [flink] flinkbot edited a comment on pull request #12011: [FLINK-17542] Unify slot request timeout handling for streaming and batch tasks

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12011: URL: https://github.com/apache/flink/pull/12011#issuecomment-624791772 ## CI report: * 97efd201ad9b8f206e53c4e12998f68c9cc0159a UNKNOWN * 12a03aeea4dc42a2d2bb1a4f9d885ddb2ecd0b22 Azure:

[GitHub] [flink] leonardBang commented on pull request #12010: [FLINK-17286][connectors / filesystem]Integrate json to file system connector

2020-05-06 Thread GitBox
leonardBang commented on pull request #12010: URL: https://github.com/apache/flink/pull/12010#issuecomment-624970742 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] JingsongLi commented on a change in pull request #12010: [FLINK-17286][connectors / filesystem]Integrate json to file system connector

2020-05-06 Thread GitBox
JingsongLi commented on a change in pull request #12010: URL: https://github.com/apache/flink/pull/12010#discussion_r421200211 ## File path: flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/JsonRowDataFileInputFormat.java ## @@ -0,0 +1,248 @@ +/* + *

[jira] [Created] (FLINK-17550) set a retract switch

2020-05-06 Thread Cheng Shi (Jira)
Cheng Shi created FLINK-17550: - Summary: set a retract switch Key: FLINK-17550 URL: https://issues.apache.org/jira/browse/FLINK-17550 Project: Flink Issue Type: New Feature Reporter:

[jira] [Closed] (FLINK-16102) Translate "Use Hive connector in scala shell" page of "Hive Integration" into Chinese

2020-05-06 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu closed FLINK-16102. --- Fix Version/s: 1.11.0 Resolution: Fixed Resolved in master (1.11.0):

[jira] [Updated] (FLINK-9900) Fix unstable test ZooKeeperHighAvailabilityITCase#testRestoreBehaviourWithFaultyStateHandles

2020-05-06 Thread Biao Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biao Liu updated FLINK-9900: Attachment: mvn-2.log > Fix unstable test >

[GitHub] [flink] shuiqiangchen opened a new pull request #12013: [FLINK-17256] Suppport keyword arguments in the PyFlink Descriptor API.

2020-05-06 Thread GitBox
shuiqiangchen opened a new pull request #12013: URL: https://github.com/apache/flink/pull/12013 ## What is the purpose of the change Keyword arguments is a very commonly used feature in Python. We should support it in the PyFlink Descriptor API to make the API more user

[jira] [Commented] (FLINK-9900) Fix unstable test ZooKeeperHighAvailabilityITCase#testRestoreBehaviourWithFaultyStateHandles

2020-05-06 Thread Biao Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101335#comment-17101335 ] Biao Liu commented on FLINK-9900: - Thanks [~rmetzger] for reporting. This time, the case failed to submit

[jira] [Updated] (FLINK-17256) Suppport keyword arguments in the PyFlink Descriptor API

2020-05-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-17256: --- Labels: beginners pull-request-available (was: beginners) > Suppport keyword arguments in

[GitHub] [flink] yanghua commented on pull request #7960: [FLINK-9854][sql-client] Allow passing multi-line input to SQL Client CLI

2020-05-06 Thread GitBox
yanghua commented on pull request #7960: URL: https://github.com/apache/flink/pull/7960#issuecomment-625007207 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #8005: [FLINK-11818] Provide pipe transformation function for DataSet API

2020-05-06 Thread GitBox
yanghua commented on pull request #8005: URL: https://github.com/apache/flink/pull/8005#issuecomment-625007331 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #8034: [FLINK-11733] Provide HadoopMapFunction for org.apache.hadoop.mapreduce.Mapper

2020-05-06 Thread GitBox
yanghua commented on pull request #8034: URL: https://github.com/apache/flink/pull/8034#issuecomment-625007088 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #7718: [FLINK-10718] Use IO executor in RpcService for message serialization

2020-05-06 Thread GitBox
yanghua commented on pull request #7718: URL: https://github.com/apache/flink/pull/7718#issuecomment-625007470 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #7750: [FLINK-11639] Provide readSequenceFile for Hadoop new API

2020-05-06 Thread GitBox
yanghua commented on pull request #7750: URL: https://github.com/apache/flink/pull/7750#issuecomment-625007557 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (FLINK-17250) interface akka.event.LoggingFilter is not assignable from class akka.event.slf4j.Slf4jLoggingFilter

2020-05-06 Thread Tammy zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101350#comment-17101350 ] Tammy zhang commented on FLINK-17250: - i solved the problem with other methods, i guess the reason

[jira] [Comment Edited] (FLINK-17250) interface akka.event.LoggingFilter is not assignable from class akka.event.slf4j.Slf4jLoggingFilter

2020-05-06 Thread Tammy zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101350#comment-17101350 ] Tammy zhang edited comment on FLINK-17250 at 5/7/20, 3:39 AM: -- thanks for

[GitHub] [flink] liying919 removed a comment on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 removed a comment on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624991186 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] liying919 commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-625011211 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink-web] sjwiesman edited a comment on pull request #335: Add Blog: "Flink SQL Demo: Building an End to End Streaming Application"

2020-05-06 Thread GitBox
sjwiesman edited a comment on pull request #335: URL: https://github.com/apache/flink-web/pull/335#issuecomment-624921330 My question is who is the target demographic? If it's for new users I think setting up a cluster is way too much. If it's for existing users, to show them how to put

[jira] [Commented] (FLINK-17204) The RMQSource and RMQSink of the RabbitMQ connector have inconsistent default value of durable ​​when declaring the queue.

2020-05-06 Thread Austin Cawley-Edwards (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101232#comment-17101232 ] Austin Cawley-Edwards commented on FLINK-17204: --- Thank you!! > The RMQSource and RMQSink

[jira] [Comment Edited] (FLINK-17529) Replace Deprecated RMQ QueueingConsumer

2020-05-06 Thread Austin Cawley-Edwards (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17100286#comment-17100286 ] Austin Cawley-Edwards edited comment on FLINK-17529 at 5/6/20, 10:23 PM:

[jira] [Commented] (FLINK-17478) Avro format logical type conversions do not work due to type mismatch

2020-05-06 Thread Kenneth William Krugler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101239#comment-17101239 ] Kenneth William Krugler commented on FLINK-17478: - Hi [~gyfora] - is this related to 

[GitHub] [flink] ThunderSuuuuu commented on pull request #11706: [FLINK-17079][CsvTableSinkFactoryBase] add numFiles and writeMode config by user's config in CsvTableSinkFactoryBase when create CsvTab

2020-05-06 Thread GitBox
ThunderSu commented on pull request #11706: URL: https://github.com/apache/flink/pull/11706#issuecomment-624982628 @hadronzoo @rehevkor5 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] xintongsong commented on pull request #11300: [FLINK-16406] Increase default value for JVM Metaspace to minimise its OutOfMemoryError

2020-05-06 Thread GitBox
xintongsong commented on pull request #11300: URL: https://github.com/apache/flink/pull/11300#issuecomment-624988682 @DestyNova I assume you are using Flink 1.10.0? This PR has been merged after the release of 1.10.0. It should be included in release 1.10.1 & release 1.11.0, both

[GitHub] [flink] flinkbot edited a comment on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624987148 ## CI report: * d3c197de000c8ffbb4cd20a8244e906bd90487a2 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #11960: URL: https://github.com/apache/flink/pull/11960#issuecomment-621791651 ## CI report: * a283855e4c5042bec925a05e15727ab2db71bd1e Azure:

[GitHub] [flink] flinkbot commented on pull request #12013: [FLINK-17256] Suppport keyword arguments in the PyFlink Descriptor API.

2020-05-06 Thread GitBox
flinkbot commented on pull request #12013: URL: https://github.com/apache/flink/pull/12013#issuecomment-625002978 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[GitHub] [flink] klion26 commented on pull request #11982: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
klion26 commented on pull request #11982: URL: https://github.com/apache/flink/pull/11982#issuecomment-625010492 @liying919 thanks for the work, I'll review the new pr late today. This is an automated message from the Apache

[jira] [Commented] (FLINK-17479) Occasional checkpoint failure due to null pointer exception in Flink version 1.10

2020-05-06 Thread Congxian Qiu(klion26) (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101355#comment-17101355 ] Congxian Qiu(klion26) commented on FLINK-17479: --- [~nobleyd] thanks for reporting this

[GitHub] [flink-web] sjwiesman commented on pull request #335: Add Blog: "Flink SQL Demo: Building an End to End Streaming Application"

2020-05-06 Thread GitBox
sjwiesman commented on pull request #335: URL: https://github.com/apache/flink-web/pull/335#issuecomment-624921330 My thinking is who is the target demographic. If it's for new users I think setting up a cluster is way too much, and if it's for existing users to show them how to put

[GitHub] [flink] flinkbot commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
flinkbot commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624982451 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[GitHub] [flink] liying919 edited a comment on pull request #11982: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 edited a comment on pull request #11982: URL: https://github.com/apache/flink/pull/11982#issuecomment-624979748 @klion26 It seems that the PR is closed while I rebased it again. A new PR is opened here

[jira] [Created] (FLINK-17549) Support running Stateful Functions on native Kubernetes setup

2020-05-06 Thread Canbin Zheng (Jira)
Canbin Zheng created FLINK-17549: Summary: Support running Stateful Functions on native Kubernetes setup Key: FLINK-17549 URL: https://issues.apache.org/jira/browse/FLINK-17549 Project: Flink

[GitHub] [flink] zhule0601 commented on pull request #11590: [FLINK-16102][docs-zh] Translate docs/dev/table/hive/scala_shell_hive.zh.md into Chinese

2020-05-06 Thread GitBox
zhule0601 commented on pull request #11590: URL: https://github.com/apache/flink/pull/11590#issuecomment-624989560 @wuchong Hi, can you help deal with this PR? It has been taking quite a long time. Orz This is an automated

[jira] [Comment Edited] (FLINK-16478) add restApi to modify loglevel

2020-05-06 Thread Xingxing Di (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099746#comment-17099746 ] Xingxing Di edited comment on FLINK-16478 at 5/7/20, 3:33 AM: -- Hi

[GitHub] [flink] bowenli86 commented on a change in pull request #11900: [FLINK-17284][jdbc][postgres] Support serial fields

2020-05-06 Thread GitBox
bowenli86 commented on a change in pull request #11900: URL: https://github.com/apache/flink/pull/11900#discussion_r421227400 ## File path: flink-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/jdbc/catalog/PostgresCatalog.java ## @@ -216,6 +216,12 @@ public

[GitHub] [flink-web] sjwiesman edited a comment on pull request #335: Add Blog: "Flink SQL Demo: Building an End to End Streaming Application"

2020-05-06 Thread GitBox
sjwiesman edited a comment on pull request #335: URL: https://github.com/apache/flink-web/pull/335#issuecomment-624921330 My thinking is who is the target demographic. If it's for new users I think setting up a cluster is way too much, and if it's for existing users to show them how to

[GitHub] [flink] liying919 commented on pull request #11982: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 commented on pull request #11982: URL: https://github.com/apache/flink/pull/11982#issuecomment-624979748 @klion26 It seems that the PR is closed during my rebasing it again. Should I open a new one or there's a way to reopen it?

[GitHub] [flink] liying919 edited a comment on pull request #11982: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 edited a comment on pull request #11982: URL: https://github.com/apache/flink/pull/11982#issuecomment-624979748 @klion26 It seems that the PR is closed while I rebased it again. Should I open a new one or there's a way to reopen it?

[GitHub] [flink] leonardBang commented on a change in pull request #12010: [FLINK-17286][connectors / filesystem]Integrate json to file system connector

2020-05-06 Thread GitBox
leonardBang commented on a change in pull request #12010: URL: https://github.com/apache/flink/pull/12010#discussion_r421202157 ## File path: flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/filesystem/FileSystemTableSource.java ## @@ -121,6 +127,14

[GitHub] [flink] flinkbot edited a comment on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624987148 ## CI report: * d3c197de000c8ffbb4cd20a8244e906bd90487a2 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12002: [FLINK-16845][connector/common] Add SourceOperator which runs the Source

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12002: URL: https://github.com/apache/flink/pull/12002#issuecomment-624393131 ## CI report: * 4a3d66188bfe8484de52157d59d5850d3559073c Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #11960: URL: https://github.com/apache/flink/pull/11960#issuecomment-621791651 ## CI report: * a283855e4c5042bec925a05e15727ab2db71bd1e Azure:

[jira] [Updated] (FLINK-16529) Add ignore_parse_errors() method to Json format in python API

2020-05-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-16529: --- Labels: pull-request-available (was: ) > Add ignore_parse_errors() method to Json format

[GitHub] [flink] SteNicholas opened a new pull request #12014: [FLINK-16529][python]Add ignore_parse_errors() method to Json format …

2020-05-06 Thread GitBox
SteNicholas opened a new pull request #12014: URL: https://github.com/apache/flink/pull/12014 ## What is the purpose of the change *JSON format currently support 'format.ignore-parse-errors' to skip dirty records in Java, which should consistent with Java in Python API.*

[GitHub] [flink] zhuzhurk commented on a change in pull request #11929: [FLINK-17369][runtime,tests] Migrate RestartPipelinedRegionFailoverStrategyBuildingTest to PipelinedRegionComputeUtilTest

2020-05-06 Thread GitBox
zhuzhurk commented on a change in pull request #11929: URL: https://github.com/apache/flink/pull/11929#discussion_r421212075 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/failover/flip1/RestartPipelinedRegionFailoverStrategy.java ## @@

[GitHub] [flink] flinkbot edited a comment on pull request #12002: [FLINK-16845][connector/common] Add SourceOperator which runs the Source

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12002: URL: https://github.com/apache/flink/pull/12002#issuecomment-624393131 ## CI report: * 6b28c708484cd7c27dd1b1c2e81a0cb8f04c4564 Azure:

[GitHub] [flink] yanghua commented on pull request #7764: [FLINK-11546] Add option to manually set job ID in CLI

2020-05-06 Thread GitBox
yanghua commented on pull request #7764: URL: https://github.com/apache/flink/pull/7764#issuecomment-625007660 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #6432: [FLINK-9970] [table] Add ASCII/CHR function for table/sql API

2020-05-06 Thread GitBox
yanghua commented on pull request #6432: URL: https://github.com/apache/flink/pull/6432#issuecomment-625008061 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #6631: [FLINK-10229] [sql-client] Support listing of views

2020-05-06 Thread GitBox
yanghua commented on pull request #6631: URL: https://github.com/apache/flink/pull/6631#issuecomment-625008165 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #6675: [FLINK-10258] [sql-client] Allow streaming sources to be present for batch executions

2020-05-06 Thread GitBox
yanghua commented on pull request #6675: URL: https://github.com/apache/flink/pull/6675#issuecomment-625007829 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] flinkbot commented on pull request #12014: [FLINK-16529][python]Add ignore_parse_errors() method to Json format …

2020-05-06 Thread GitBox
flinkbot commented on pull request #12014: URL: https://github.com/apache/flink/pull/12014#issuecomment-625012050 ## CI report: * a3e1317e6cd01b958a933a0220a70e8b652b3136 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] flinkbot commented on pull request #12013: [FLINK-17256] Suppport keyword arguments in the PyFlink Descriptor API.

2020-05-06 Thread GitBox
flinkbot commented on pull request #12013: URL: https://github.com/apache/flink/pull/12013#issuecomment-625012004 ## CI report: * c947260be5694e47c2a47152a2a1495ef4ddd991 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[jira] [Updated] (FLINK-13938) Use pre-uploaded libs to accelerate flink submission

2020-05-06 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang updated FLINK-13938: -- Description: Currently, every time we start a flink cluster, flink lib jars need to be uploaded to

[GitHub] [flink] flinkbot edited a comment on pull request #12014: [FLINK-16529][python]Add ignore_parse_errors() method to Json format …

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12014: URL: https://github.com/apache/flink/pull/12014#issuecomment-625012050 ## CI report: * a3e1317e6cd01b958a933a0220a70e8b652b3136 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12013: [FLINK-17256] Suppport keyword arguments in the PyFlink Descriptor API.

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12013: URL: https://github.com/apache/flink/pull/12013#issuecomment-625012004 ## CI report: * c947260be5694e47c2a47152a2a1495ef4ddd991 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #12003: [FLINK-10934] Support application mode for kubernetes

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12003: URL: https://github.com/apache/flink/pull/12003#issuecomment-624416714 ## CI report: * 2cc10767854d49f63c6677e7f9217f2c89b8b306 Azure:

[GitHub] [flink] flinkbot edited a comment on pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #11960: URL: https://github.com/apache/flink/pull/11960#issuecomment-621791651 ## CI report: * 6c9c6d4f1ad70f5911f3e58461b8fb3be975df85 Azure:

[GitHub] [flink] JingsongLi commented on a change in pull request #12010: [FLINK-17286][connectors / filesystem]Integrate json to file system connector

2020-05-06 Thread GitBox
JingsongLi commented on a change in pull request #12010: URL: https://github.com/apache/flink/pull/12010#discussion_r421200716 ## File path: flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/filesystem/FileSystemTableSource.java ## @@ -121,6 +127,14

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on a change in pull request #11960: URL: https://github.com/apache/flink/pull/11960#discussion_r421203351 ## File path: flink-python/src/main/java/org/apache/flink/client/python/PythonGatewayServer.java ## @@ -71,15 +75,42 @@ public static void

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on a change in pull request #11960: URL: https://github.com/apache/flink/pull/11960#discussion_r421203462 ## File path: flink-python/pyflink/pyflink_gateway_server.py ## @@ -0,0 +1,209 @@

[jira] [Created] (FLINK-17551) Documentation of stable releases are actually built on top of snapshot code bases.

2020-05-06 Thread Xintong Song (Jira)
Xintong Song created FLINK-17551: Summary: Documentation of stable releases are actually built on top of snapshot code bases. Key: FLINK-17551 URL: https://issues.apache.org/jira/browse/FLINK-17551

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on a change in pull request #11960: URL: https://github.com/apache/flink/pull/11960#discussion_r421203791 ## File path: flink-python/src/main/resources/pyflink-udf-runner.sh ## @@ -40,4 +40,4 @@ if [[ "$_PYTHON_WORKING_DIR" != "" ]]; then fi

[GitHub] [flink] liying919 commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624999378 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] yanghua commented on pull request #8679: [FLINK-9465] Specify a separate savepoint timeout option via CLI

2020-05-06 Thread GitBox
yanghua commented on pull request #8679: URL: https://github.com/apache/flink/pull/8679#issuecomment-625008712 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Comment Edited] (FLINK-16478) add restApi to modify loglevel

2020-05-06 Thread Xingxing Di (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099746#comment-17099746 ] Xingxing Di edited comment on FLINK-16478 at 5/7/20, 3:29 AM: -- Hi

[GitHub] [flink] yanghua commented on pull request #6807: [FLINK-10292] Generate JobGraph in StandaloneJobClusterEntrypoint only once

2020-05-06 Thread GitBox
yanghua commented on pull request #6807: URL: https://github.com/apache/flink/pull/6807#issuecomment-625008399 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #6954: [FLINK-10701] Move modern kafka connector module into connector profile

2020-05-06 Thread GitBox
yanghua commented on pull request #6954: URL: https://github.com/apache/flink/pull/6954#issuecomment-625008501 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #6637: [FLINK-10230] [sql-client] Support printing the query of a view

2020-05-06 Thread GitBox
yanghua commented on pull request #6637: URL: https://github.com/apache/flink/pull/6637#issuecomment-625008276 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] docete commented on pull request #11276: [FLINK-16029][table-planner-blink] Remove register source and sink in test cases of blink planner

2020-05-06 Thread GitBox
docete commented on pull request #11276: URL: https://github.com/apache/flink/pull/11276#issuecomment-625013123 rebased to resolve conflicts. @KurtYoung please have a look. This is an automated message from the Apache Git

[jira] [Updated] (FLINK-17125) Add a Usage Notes Page to Answer Common Questions Encountered by PyFlink Users

2020-05-06 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-17125: Fix Version/s: 1.11.0 1.10.1 > Add a Usage Notes Page to Answer Common Questions

[GitHub] [flink] flinkbot edited a comment on pull request #11276: [FLINK-16029][table-planner-blink] Remove register source and sink in test cases of blink planner

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #11276: URL: https://github.com/apache/flink/pull/11276#issuecomment-593234780 ## CI report: * 772b6e923e3398ddf43c1c300934fb8147d9acfb UNKNOWN * 644ba6d77ee03a378eea07ed3aff611c86154caa Travis:

[GitHub] [flink] liying919 opened a new pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 opened a new pull request #12012: URL: https://github.com/apache/flink/pull/12012 ## What is the purpose of the change Translate tutorials/etl.md to chinese. ## Brief change log - etl.zh.md is changed into Chinese version. ## Verifying this change

[GitHub] [flink] flinkbot edited a comment on pull request #12002: [FLINK-16845][connector/common] Add SourceOperator which runs the Source

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #12002: URL: https://github.com/apache/flink/pull/12002#issuecomment-624393131 ## CI report: * 4a3d66188bfe8484de52157d59d5850d3559073c Azure:

[GitHub] [flink] flinkbot commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
flinkbot commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624987148 ## CI report: * d3c197de000c8ffbb4cd20a8244e906bd90487a2 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[jira] [Updated] (FLINK-17544) NPE JDBCUpsertOutputFormat

2020-05-06 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu updated FLINK-17544: Fix Version/s: 1.10.2 1.11.0 > NPE JDBCUpsertOutputFormat > --

[GitHub] [flink] liying919 commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624991186 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] JingsongLi commented on a change in pull request #12010: [FLINK-17286][connectors / filesystem]Integrate json to file system connector

2020-05-06 Thread GitBox
JingsongLi commented on a change in pull request #12010: URL: https://github.com/apache/flink/pull/12010#discussion_r421201261 ## File path: flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/JsonRowDataFileInputFormat.java ## @@ -0,0 +1,248 @@ +/* + *

[jira] [Commented] (FLINK-17544) NPE JDBCUpsertOutputFormat

2020-05-06 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101317#comment-17101317 ] Jark Wu commented on FLINK-17544: - I agree. The this code has been refactored in master branch, but

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on a change in pull request #11960: URL: https://github.com/apache/flink/pull/11960#discussion_r421204626 ## File path: flink-python/pyflink/fn_execution/tests/test_process_mode_boot.py ## @@ -114,7 +117,7 @@ def run_boot_py(self):

[GitHub] [flink] WeiZhong94 commented on pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on pull request #11960: URL: https://github.com/apache/flink/pull/11960#issuecomment-624994997 @dianfu Thanks for your review! I have addressed your comments. This is an automated message from the Apache

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11960: [FLINK-12717][python] Support running PyFlink on Windows

2020-05-06 Thread GitBox
WeiZhong94 commented on a change in pull request #11960: URL: https://github.com/apache/flink/pull/11960#discussion_r421204158 ## File path: flink-python/pyflink/table/tests/test_pandas_udf.py ## @@ -142,7 +142,7 @@ def time_func(time_param): 'time_param of

[jira] [Commented] (FLINK-16099) Translate "HiveCatalog" page of "Hive Integration" into Chinese

2020-05-06 Thread Andrew.D.lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101333#comment-17101333 ] Andrew.D.lin commented on FLINK-16099: -- Hi [~jark], I am willing to do it! > Translate

[GitHub] [flink] liying919 commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-625004154 @rmetzger It seems that error occurs while fetching the code. Do you know what should I do This is an

[GitHub] [flink] flinkbot commented on pull request #12014: [FLINK-16529][python]Add ignore_parse_errors() method to Json format …

2020-05-06 Thread GitBox
flinkbot commented on pull request #12014: URL: https://github.com/apache/flink/pull/12014#issuecomment-625004244 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[GitHub] [flink] liying919 removed a comment on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
liying919 removed a comment on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-624999378 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink] yanghua commented on pull request #10191: [FLINK-14749] Migrate duration and memory size ConfigOptions in JobManagerOptions

2020-05-06 Thread GitBox
yanghua commented on pull request #10191: URL: https://github.com/apache/flink/pull/10191#issuecomment-625009111 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink] yanghua commented on pull request #8823: [FLINK-12514] Refactor the failure checkpoint counting mechanism with ordered checkpoint id

2020-05-06 Thread GitBox
yanghua commented on pull request #8823: URL: https://github.com/apache/flink/pull/8823#issuecomment-625009037 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] yanghua commented on pull request #8461: [FLINK-12422] Remove IN_TESTS for make test code and production code consistent

2020-05-06 Thread GitBox
yanghua commented on pull request #8461: URL: https://github.com/apache/flink/pull/8461#issuecomment-625008565 leaving... This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] rmetzger commented on pull request #12012: [FLINK-17289][docs]Translate tutorials/etl.md to Chinese

2020-05-06 Thread GitBox
rmetzger commented on pull request #12012: URL: https://github.com/apache/flink/pull/12012#issuecomment-625034157 I manually restarted the failed tasks. It might have been a temporary issue with GitHub. Since this change is limited to the documentation, the CI build is not very

[GitHub] [flink] flinkbot commented on pull request #12015: [FLINK-17416] Bump okhttp version to 3.12.11 and 3.14.8

2020-05-06 Thread GitBox
flinkbot commented on pull request #12015: URL: https://github.com/apache/flink/pull/12015#issuecomment-625036292 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the

[GitHub] [flink] wangyang0918 commented on pull request #12003: [FLINK-10934] Support application mode for kubernetes

2020-05-06 Thread GitBox
wangyang0918 commented on pull request #12003: URL: https://github.com/apache/flink/pull/12003#issuecomment-625036828 @kl0u I have addressed the comments and please have another look. This is an automated message from the

[GitHub] [flink] flinkbot edited a comment on pull request #11854: [FLINK-17407] Introduce external resource framework

2020-05-06 Thread GitBox
flinkbot edited a comment on pull request #11854: URL: https://github.com/apache/flink/pull/11854#issuecomment-617586491 ## CI report: * bddb0e274da11bbe99d15c6e0bb55e8d8c0e658a UNKNOWN * dc7a9c5c7d1fac82518815b9277809dfb82ddaac UNKNOWN *

[jira] [Updated] (FLINK-17416) Flink-kubernetes doesn't work on java 8 8u252

2020-05-06 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-17416: --- Affects Version/s: 1.11.0 > Flink-kubernetes doesn't work on java 8 8u252 >

  1   2   3   4   >