[jira] [Created] (FLINK-1467) Job deployment fails with NPE on JobManager, if TMs did not start properly

2015-01-31 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1467: - Summary: Job deployment fails with NPE on JobManager, if TMs did not start properly Key: FLINK-1467 URL: https://issues.apache.org/jira/browse/FLINK-1467 Project:

[jira] [Commented] (FLINK-1438) ClassCastException for Custom InputSplit in local mode and invalid type code in distributed mode

2015-01-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14299842#comment-14299842 ] Till Rohrmann commented on FLINK-1438: -- Hard to say without further information about

[jira] [Commented] (FLINK-1438) ClassCastException for Custom InputSplit in local mode and invalid type code in distributed mode

2015-01-31 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14299802#comment-14299802 ] Robert Metzger commented on FLINK-1438: --- Do you think this is related?

[GitHub] flink pull request: [FLINK-1376] [runtime] Add proper shared slot ...

2015-01-31 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/317#issuecomment-72319281 No I don't think that this has something to do with the shared slot release. It should be handled in a separate ticket. On Sat, Jan 31, 2015 at 11:54 AM,

[jira] [Commented] (FLINK-1376) SubSlots are not properly released in case that a TaskManager fatally fails, leaving the system in a corrupted state

2015-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14299824#comment-14299824 ] ASF GitHub Bot commented on FLINK-1376: --- Github user tillrohrmann commented on the

[GitHub] flink pull request: [FLINK-1376] [runtime] Add proper shared slot ...

2015-01-31 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/317#issuecomment-72319309 Okay, I'll file a JIRA --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Commented] (FLINK-1376) SubSlots are not properly released in case that a TaskManager fatally fails, leaving the system in a corrupted state

2015-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14299825#comment-14299825 ] ASF GitHub Bot commented on FLINK-1376: --- Github user rmetzger commented on the pull

[jira] [Commented] (FLINK-1466) Add InputFormat to read from (Hive) tables stored in MetaStore

2015-01-31 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14299781#comment-14299781 ] Robert Metzger commented on FLINK-1466: --- Maybe we can add this to {{flink-contrib}}

[jira] [Created] (FLINK-1465) GlobalBufferPool reports negative memory allocation

2015-01-31 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1465: - Summary: GlobalBufferPool reports negative memory allocation Key: FLINK-1465 URL: https://issues.apache.org/jira/browse/FLINK-1465 Project: Flink Issue

[jira] [Updated] (FLINK-796) Add documentation about input formats and TypeQueryable to website

2015-01-31 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-796: Assignee: (was: Fabian Hueske) Add documentation about input formats and TypeQueryable to

[jira] [Assigned] (FLINK-1444) Add data properties for data sources

2015-01-31 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-1444: Assignee: Fabian Hueske Add data properties for data sources

[jira] [Created] (FLINK-1466) Add InputFormat to read from (Hive) tables stored in MetaStore

2015-01-31 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1466: Summary: Add InputFormat to read from (Hive) tables stored in MetaStore Key: FLINK-1466 URL: https://issues.apache.org/jira/browse/FLINK-1466 Project: Flink

[GitHub] flink pull request: Allow KeySelectors to implement ResultTypeQuer...

2015-01-31 Thread twalthr
Github user twalthr commented on the pull request: https://github.com/apache/flink/pull/354#issuecomment-72314389 getUnaryOperatorReturnType() does already call ResultTypeQueryable if available. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Updated] (FLINK-1166) Add a QA bot to Flink that is testing pull requests

2015-01-31 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1166: -- Description: We should have a QA bot (similar to Hadoop) that is checking incoming pull

[GitHub] flink pull request: Allow KeySelectors to implement ResultTypeQuer...

2015-01-31 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/354#issuecomment-72314532 Without the change, I'm getting the following error, even though my KeyExtractor implements ResultTypeQueryable: ```java Exception in thread main

[GitHub] flink pull request: Allow KeySelectors to implement ResultTypeQuer...

2015-01-31 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/354#issuecomment-72315355 Do you want to fix it or should I do it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] flink pull request: Allow KeySelectors to implement ResultTypeQuer...

2015-01-31 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/354#issuecomment-72316077 Cool, thank you --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this