[jira] [Assigned] (FLINK-9040) JobVertex#setMaxParallelism does not valid argument

2018-03-21 Thread Sihua Zhou (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sihua Zhou reassigned FLINK-9040: - Assignee: Sihua Zhou > JobVertex#setMaxParallelism does not valid argument >

[GitHub] flink issue #5725: [FLINK-8394] Lack of synchronization accessing expectedRe...

2018-03-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5725 Thank your trying to help improve Flink. I think, however, this patch is not necessary. The method does not require synchronization, it should be correct as it is. ---

[jira] [Commented] (FLINK-7343) Kafka010ProducerITCase instability

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407737#comment-16407737 ] ASF GitHub Bot commented on FLINK-7343: --- Github user StephanEwen commented on the issue:

[GitHub] flink issue #5729: [FLINK-7343][kafka-tests] Fix test at-least-once test ins...

2018-03-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5729 Sweet, nice to see this fixed. Code looks good, +1 to merge! ---

[jira] [Created] (FLINK-9040) JobVertex#setMaxParallelism does not valid argument

2018-03-21 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9040: --- Summary: JobVertex#setMaxParallelism does not valid argument Key: FLINK-9040 URL: https://issues.apache.org/jira/browse/FLINK-9040 Project: Flink

[jira] [Commented] (FLINK-9020) Move test projects of end-to-end tests in separate modules

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407732#comment-16407732 ] ASF GitHub Bot commented on FLINK-9020: --- Github user florianschmidt1994 commented on the issue:

[GitHub] flink issue #5717: [FLINK-9020][E2E Tests] Use separate modules per testcase

2018-03-21 Thread florianschmidt1994
Github user florianschmidt1994 commented on the issue: https://github.com/apache/flink/pull/5717 Thanks @zentol! I addressed your comments and will squash if approved ---

[jira] [Commented] (FLINK-9010) NoResourceAvailableException with FLIP-6

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407726#comment-16407726 ] Till Rohrmann commented on FLINK-9010: -- Does your Yarn cluster has enough resources to run this

[GitHub] flink pull request #5717: [FLINK-9020][E2E Tests] Use separate modules per t...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5717#discussion_r176032646 --- Diff: flink-end-to-end-tests/parent-child-classloading-test/pom.xml --- @@ -0,0 +1,107 @@ + + +http://maven.apache.org/POM/4.0.0; +

[jira] [Commented] (FLINK-9020) Move test projects of end-to-end tests in separate modules

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

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176029439 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

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

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/5734#discussion_r176029020 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -292,6 +292,13 @@ public void start() throws

[jira] [Resolved] (FLINK-9028) flip6 should check config before starting cluster

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-9028. -- Resolution: Fixed Fixed via master: 38aa863d5a710b283b5c9b2eb9225d6fb9cc0c70

[jira] [Assigned] (FLINK-8980) End-to-end test: BucketingSink

2018-03-21 Thread Florian Schmidt (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Schmidt reassigned FLINK-8980: -- Assignee: Florian Schmidt > End-to-end test: BucketingSink >

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[jira] [Commented] (FLINK-9028) flip6 should check config before starting cluster

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407698#comment-16407698 ] ASF GitHub Bot commented on FLINK-9028: --- Github user asfgit closed the pull request at:

[jira] [Commented] (FLINK-9022) fix resource close in `StreamTaskStateInitializerImpl.streamOperatorStateContext()`

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407697#comment-16407697 ] ASF GitHub Bot commented on FLINK-9022: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (FLINK-9022) fix resource close in `StreamTaskStateInitializerImpl.streamOperatorStateContext()`

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-9022. -- Resolution: Fixed Fixed via master: f9df13c5058f194a5c686b9b753345d9226fc87a 1.5.0:

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176028721 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5726: [FLINK-9028][flip6] perform parameters checking be...

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5726 ---

[GitHub] flink pull request #5716: [FLINK-9022][state] fix resource release in Stream...

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5716 ---

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

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

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

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

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5734#discussion_r176028213 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -265,7 +265,11 @@ class TaskManager( case t:

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5734#discussion_r176028191 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -292,6 +292,13 @@ public void start() throws Exception

[jira] [Created] (FLINK-9039) Broken link to Hadoop Setup Guide in docs

2018-03-21 Thread Florian Schmidt (JIRA)
Florian Schmidt created FLINK-9039: -- Summary: Broken link to Hadoop Setup Guide in docs Key: FLINK-9039 URL: https://issues.apache.org/jira/browse/FLINK-9039 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176027636 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176027456 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407688#comment-16407688 ] ASF GitHub Bot commented on FLINK-9026: --- Github user sihuazhou commented on the issue:

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407686#comment-16407686 ] ASF GitHub Bot commented on FLINK-9026: --- GitHub user sihuazhou opened a pull request:

[GitHub] flink issue #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricGroup wh...

2018-03-21 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5734 CC: @tillrohrmann ---

[GitHub] flink pull request #5734: [FLINK-9026][Metrics] Close the TaskManagerMetricG...

2018-03-21 Thread sihuazhou
GitHub user sihuazhou opened a pull request: https://github.com/apache/flink/pull/5734 [FLINK-9026][Metrics] Close the TaskManagerMetricGroup when the TaskExecutor is shut down ## What is the purpose of the change We should close the `TaskManagerMetricGroup` when the

[jira] [Commented] (FLINK-9031) DataSet Job result changes when adding rebalance after union

2018-03-21 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407683#comment-16407683 ] Fabian Hueske commented on FLINK-9031: -- Adding relevant information from the mail thread:

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176020327 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176019938 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[jira] [Closed] (FLINK-9038) YARNSessionCapacitySchedulerITCase fails on travis

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-9038. Resolution: Duplicate > YARNSessionCapacitySchedulerITCase fails on travis >

[jira] [Commented] (FLINK-9038) YARNSessionCapacitySchedulerITCase fails on travis

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407641#comment-16407641 ] Till Rohrmann commented on FLINK-9038: -- I thin this one is a duplicate of FLINK-8899 or vice versa.

[jira] [Commented] (FLINK-8756) Support ClusterClient.getAccumulators() in RestClusterClient

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407636#comment-16407636 ] ASF GitHub Bot commented on FLINK-8756: --- Github user tillrohrmann commented on the issue:

[jira] [Closed] (FLINK-8909) pyflink.sh not working with yarn

2018-03-21 Thread Hitesh Tiwari (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Tiwari closed FLINK-8909. Resolution: Not A Problem > pyflink.sh not working with yarn > > >

[GitHub] flink issue #5573: [FLINK-8756][Client] Support ClusterClient.getAccumulator...

2018-03-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5573 Changes look good @yanghua. Merging this PR. ---

[jira] [Updated] (FLINK-9038) YARNSessionCapacitySchedulerITCase fails on travis

2018-03-21 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-9038: Description: https://travis-ci.org/apache/flink/jobs/355821305 >

[jira] [Created] (FLINK-9038) YARNSessionCapacitySchedulerITCase fails on travis

2018-03-21 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9038: --- Summary: YARNSessionCapacitySchedulerITCase fails on travis Key: FLINK-9038 URL: https://issues.apache.org/jira/browse/FLINK-9038 Project: Flink Issue

[jira] [Commented] (FLINK-8909) pyflink.sh not working with yarn

2018-03-21 Thread Hitesh Tiwari (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407633#comment-16407633 ] Hitesh Tiwari commented on FLINK-8909: -- Thanks, Configured `python.dc.tmp.dir` and it worked for

[jira] [Updated] (FLINK-9038) YARNSessionCapacitySchedulerITCase fails on travis

2018-03-21 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-9038: Description: https://travis-ci.org/apache/flink/jobs/355821305 {code} est

[jira] [Updated] (FLINK-8899) Submitting YARN job with FLIP-6 may lead to ApplicationAttemptNotFoundException

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-8899: - Priority: Major (was: Minor) > Submitting YARN job with FLIP-6 may lead to >

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

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

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5733#discussion_r176011796 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -0,0 +1,102 @@ +#!/usr/bin/env bash

[jira] [Commented] (FLINK-8899) Submitting YARN job with FLIP-6 may lead to ApplicationAttemptNotFoundException

2018-03-21 Thread Nico Kruber (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407618#comment-16407618 ] Nico Kruber commented on FLINK-8899: It should, however, also not be in "minor" priority as this may

[jira] [Commented] (FLINK-8975) End-to-end test: Resume from savepoint

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407616#comment-16407616 ] ASF GitHub Bot commented on FLINK-8975: --- GitHub user tzulitai opened a pull request:

[GitHub] flink pull request #5733: [FLINK-8975] [test] Add resume from savepoint end-...

2018-03-21 Thread tzulitai
GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/5733 [FLINK-8975] [test] Add resume from savepoint end-to-end test ## What is the purpose of the change This pull request adds an end-to-end test that verifies resuming a job from a savepoint.

[jira] [Closed] (FLINK-8519) FileAlreadyExistsException on Start Flink Session

2018-03-21 Thread Nico Kruber (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Kruber closed FLINK-8519. -- Resolution: Invalid Thanks [~yew1eb] for the clarification. Let me close this jira ticket then. >

[jira] [Assigned] (FLINK-8979) Extend Kafka end-to-end tests to run with different versions

2018-03-21 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai reassigned FLINK-8979: -- Assignee: Tzu-Li (Gordon) Tai > Extend Kafka end-to-end tests to run with

[jira] [Commented] (FLINK-9026) Unregister finished tasks from TaskManagerMetricGroup and close it

2018-03-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407601#comment-16407601 ] Till Rohrmann commented on FLINK-9026: -- I think it is often better to close/unregister resources in

[jira] [Created] (FLINK-9037) Test flake Kafka09ITCase#testCancelingEmptyTopic

2018-03-21 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-9037: --- Summary: Test flake Kafka09ITCase#testCancelingEmptyTopic Key: FLINK-9037 URL: https://issues.apache.org/jira/browse/FLINK-9037 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-9034) State Descriptors drop TypeInformation on serialization

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

[GitHub] flink pull request #5732: [FLINK-9034] [FLINK-9035] [core] Fix state descrip...

2018-03-21 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/5732#discussion_r176006260 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/StateDescriptor.java --- @@ -77,18 +80,22 @@ /** The serializer for

[jira] [Commented] (FLINK-9029) Getting write permission from HDFS after updating flink-1.40 to flink-1.4.2

2018-03-21 Thread Mohammad Abareghi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407582#comment-16407582 ] Mohammad Abareghi commented on FLINK-9029: -- [~StephanEwen] Yes. Security is OFF.  I'll try to

[jira] [Updated] (FLINK-9029) Getting write permission from HDFS after updating flink-1.40 to flink-1.4.2

2018-03-21 Thread Mohammad Abareghi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Abareghi updated FLINK-9029: - Description: *Environment* * Flink-1.4.2 * Hadoop 2.6.0-cdh5.13.0 with 4 nodes in

<    1   2   3