[jira] [Commented] (FLINK-4671) Table API can not be built

2016-09-23 Thread shijinkui (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15518503#comment-15518503 ] shijinkui commented on FLINK-4671: -- Same error to yours. The maven repo have this depende

[jira] [Commented] (FLINK-2055) Implement Streaming HBaseSink

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15518160#comment-15518160 ] ASF GitHub Bot commented on FLINK-2055: --- Github user delding commented on the issue:

[GitHub] flink issue #2332: [FLINK-2055] Implement Streaming HBaseSink

2016-09-23 Thread delding
Github user delding commented on the issue: https://github.com/apache/flink/pull/2332 Thanks for very detailed and helpful comments, let me work on 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 do

[GitHub] flink pull request #2544: [FLINK-4218] [checkpoints] Do not rely on FileSyst...

2016-09-23 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2544#discussion_r80318790 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsCheckpointStreamFactory.java --- @@ -301,9 +301,16 @@ public StreamS

[jira] [Commented] (FLINK-4218) Sporadic "java.lang.RuntimeException: Error triggering a checkpoint..." causes task restarting

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517475#comment-15517475 ] ASF GitHub Bot commented on FLINK-4218: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #2544: [FLINK-4218] [checkpoints] Do not rely on FileSyst...

2016-09-23 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2544#discussion_r80319776 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/StateObject.java --- @@ -47,7 +49,7 @@ * If the the size is not known, re

[jira] [Commented] (FLINK-4218) Sporadic "java.lang.RuntimeException: Error triggering a checkpoint..." causes task restarting

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517476#comment-15517476 ] ASF GitHub Bot commented on FLINK-4218: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #2527: [FLINK-4624] Allow for null values in Graph Summar...

2016-09-23 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/2527#discussion_r80311778 --- Diff: flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/library/Summarization.java --- @@ -226,11 +247,15 @@ public void setGroupReprese

[jira] [Commented] (FLINK-4624) Gelly's summarization algorithm cannot deal with null vertex group values

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517351#comment-15517351 ] ASF GitHub Bot commented on FLINK-4624: --- Github user greghogan commented on a diff i

[jira] [Commented] (FLINK-4624) Gelly's summarization algorithm cannot deal with null vertex group values

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517350#comment-15517350 ] ASF GitHub Bot commented on FLINK-4624: --- Github user greghogan commented on a diff i

[GitHub] flink pull request #2527: [FLINK-4624] Allow for null values in Graph Summar...

2016-09-23 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/2527#discussion_r80309626 --- Diff: flink-libraries/flink-gelly-examples/src/test/java/org/apache/flink/graph/library/SummarizationITCase.java --- @@ -100,23 +102,41 @@ public void

[jira] [Commented] (FLINK-4624) Gelly's summarization algorithm cannot deal with null vertex group values

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517294#comment-15517294 ] ASF GitHub Bot commented on FLINK-4624: --- Github user greghogan commented on the issu

[GitHub] flink issue #2527: [FLINK-4624] Allow for null values in Graph Summarization

2016-09-23 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2527 `ToNullValue` is now committed in a new `translator` package in Gelly. I think that one will be generally very useful. I created FLINK-4673 so we can look at fixing the type extraction with

[jira] [Updated] (FLINK-4673) TypeInfoFactory for Either type

2016-09-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-4673: -- Summary: TypeInfoFactory for Either type (was: TypeFactory for Either type) > TypeInfoFactory for Eithe

[jira] [Created] (FLINK-4673) TypeFactory for Either type

2016-09-23 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4673: - Summary: TypeFactory for Either type Key: FLINK-4673 URL: https://issues.apache.org/jira/browse/FLINK-4673 Project: Flink Issue Type: Improvement Compone

[jira] [Updated] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-4668: -- Issue Type: Improvement (was: Bug) > Fix positive random int generation > -

[jira] [Closed] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-4668. - Resolution: Implemented Implemented in 40c978b0443d9cb3ee66b6e0e63ab61416deac25 > Fix positive random int

[jira] [Updated] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-4668: -- Fix Version/s: 1.2.0 > Fix positive random int generation > -- > >

[jira] [Closed] (FLINK-4664) Add translator to NullValue

2016-09-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-4664. - Resolution: Implemented Implemented in dd90abe669326fe3be3b9c37a158192211a4606f > Add translator to NullV

[GitHub] flink pull request #2536: [FLINK-4664] [gelly] Add translator to NullValue

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

[jira] [Commented] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517243#comment-15517243 ] ASF GitHub Bot commented on FLINK-4668: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-4664) Add translator to NullValue

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517244#comment-15517244 ] ASF GitHub Bot commented on FLINK-4664: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2539: [FLINK-4668] Fix positive random int generation

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

[jira] [Commented] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517092#comment-15517092 ] ASF GitHub Bot commented on FLINK-4668: --- Github user greghogan commented on the issu

[GitHub] flink issue #2539: [FLINK-4668] Fix positive random int generation

2016-09-23 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2539 I'll merge this ... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[jira] [Resolved] (FLINK-4482) numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock

2016-09-23 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-4482. - Resolution: Fixed Assignee: Ted Yu Fix Version/s: 1.2.0 Fixed via 5d0358af46e0f368

[jira] [Closed] (FLINK-4482) numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock

2016-09-23 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-4482. --- > numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock > ---

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516983#comment-15516983 ] ASF GitHub Bot commented on FLINK-3930: --- Github user vijikarthi commented on the iss

[GitHub] flink issue #2425: FLINK-3930 Added shared secret based authorization for Fl...

2016-09-23 Thread vijikarthi
Github user vijikarthi commented on the issue: https://github.com/apache/flink/pull/2425 Thanks @StephanEwen --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes s

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516974#comment-15516974 ] ASF GitHub Bot commented on FLINK-3930: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2425: FLINK-3930 Added shared secret based authorization for Fl...

2016-09-23 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2425 I think we are waiting for @rmetzger to follow up. He is out of office for a few days... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516971#comment-15516971 ] ASF GitHub Bot commented on FLINK-4668: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2539: [FLINK-4668] Fix positive random int generation

2016-09-23 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2539 Yes, looks good to me, too. (I retract my earlier statement, I was apparently a bit tired and mixed up original version and edit). --- If your project is set up for it, you can reply to this

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516964#comment-15516964 ] ASF GitHub Bot commented on FLINK-3930: --- Github user vijikarthi commented on the iss

[GitHub] flink issue #2425: FLINK-3930 Added shared secret based authorization for Fl...

2016-09-23 Thread vijikarthi
Github user vijikarthi commented on the issue: https://github.com/apache/flink/pull/2425 @rmetzger @StephanEwen are you guys waiting for any inputs from my side? --- 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 pro

[jira] [Commented] (FLINK-4632) when yarn nodemanager lost, flink hung

2016-09-23 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516956#comment-15516956 ] Stephan Ewen commented on FLINK-4632: - Okay, that should have a fix in the next days.

[jira] [Commented] (FLINK-4482) numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516950#comment-15516950 ] ASF GitHub Bot commented on FLINK-4482: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2421: FLINK-4482 numUnsuccessfulCheckpointsTriggers is a...

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

[jira] [Created] (FLINK-4672) TaskManager accidentally decorates Kill messages

2016-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4672: --- Summary: TaskManager accidentally decorates Kill messages Key: FLINK-4672 URL: https://issues.apache.org/jira/browse/FLINK-4672 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516928#comment-15516928 ] ASF GitHub Bot commented on FLINK-4668: --- Github user greghogan commented on the issu

[GitHub] flink issue #2539: [FLINK-4668] Fix positive random int generation

2016-09-23 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2539 These are temporary files automatically deleted by the client. To handle paths with leading dashes one can prefix with a directory (`vi ./-44.txt`) or place after a double dash (`vi -- -44.txt`).

[jira] [Created] (FLINK-4671) Table API can not be built

2016-09-23 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4671: --- Summary: Table API can not be built Key: FLINK-4671 URL: https://issues.apache.org/jira/browse/FLINK-4671 Project: Flink Issue Type: Bug Components:

[jira] [Resolved] (FLINK-4549) Test and document implicitly supported SQL functions

2016-09-23 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Walther resolved FLINK-4549. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed in 9a1bc021aed0a3eec8c6eabb843d15b8c2b0b43f.

[jira] [Commented] (FLINK-4549) Test and document implicitly supported SQL functions

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516778#comment-15516778 ] ASF GitHub Bot commented on FLINK-4549: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2500: [FLINK-4549] [table] Test and document implicitly ...

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

[jira] [Resolved] (FLINK-4550) Clearly define SQL operator table

2016-09-23 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Walther resolved FLINK-4550. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed in ecbccd940d2df462215b7a79e895114b3d2df3cf.

[jira] [Commented] (FLINK-4550) Clearly define SQL operator table

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516700#comment-15516700 ] ASF GitHub Bot commented on FLINK-4550: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2502: [FLINK-4550] [table] Clearly define SQL operator t...

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

[GitHub] flink issue #2539: [FLINK-4668] Fix positive random int generation

2016-09-23 Thread apivovarov
Github user apivovarov commented on the issue: https://github.com/apache/flink/pull/2539 it's not even convenient to work with files started with `-`, e.g. ```$ vi -44.txt VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 1 2016 19:37:21) Unknown option argument: "-44.txt"

[jira] [Commented] (FLINK-4668) Fix positive random int generation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516689#comment-15516689 ] ASF GitHub Bot commented on FLINK-4668: --- Github user apivovarov commented on the iss

[jira] [Commented] (FLINK-4590) Some Table API tests are failing when debug lvl is set to DEBUG

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516659#comment-15516659 ] ASF GitHub Bot commented on FLINK-4590: --- Github user fhueske commented on a diff in

[jira] [Commented] (FLINK-4590) Some Table API tests are failing when debug lvl is set to DEBUG

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516662#comment-15516662 ] ASF GitHub Bot commented on FLINK-4590: --- Github user fhueske commented on the issue:

[jira] [Commented] (FLINK-4620) Automatically creating savepoints

2016-09-23 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516660#comment-15516660 ] Niels Basjes commented on FLINK-4620: - Done. > Automatically creating savepoints > --

[GitHub] flink pull request #2504: [FLINK-4590] [table] Some Table API tests are fail...

2016-09-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2504#discussion_r80259892 --- Diff: flink-libraries/flink-table/src/test/resources/log4j-test.properties --- @@ -0,0 +1,27 @@ +

[GitHub] flink issue #2504: [FLINK-4590] [table] Some Table API tests are failing whe...

2016-09-23 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2504 +1 to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (FLINK-4511) Schedule periodic savepoints

2016-09-23 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516657#comment-15516657 ] Niels Basjes commented on FLINK-4511: - As requested by [~aljoscha] my comments copied

[jira] [Commented] (FLINK-4550) Clearly define SQL operator table

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516646#comment-15516646 ] ASF GitHub Bot commented on FLINK-4550: --- Github user twalthr commented on the issue:

[jira] [Commented] (FLINK-4613) Extend ALS to handle implicit feedback datasets

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516644#comment-15516644 ] ASF GitHub Bot commented on FLINK-4613: --- Github user gaborhermann commented on the i

[GitHub] flink issue #2542: [FLINK-4613] Extend ALS to handle implicit feedback datas...

2016-09-23 Thread gaborhermann
Github user gaborhermann commented on the issue: https://github.com/apache/flink/pull/2542 We did not measure performance against Spark or other implementations yet. Those would reflect the performance of Flink ALS implementation, as there is not much difference between the implicit a

[GitHub] flink issue #2502: [FLINK-4550] [table] Clearly define SQL operator table

2016-09-23 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2502 Thanks @fhueske. Merging... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wish

[jira] [Commented] (FLINK-4590) Some Table API tests are failing when debug lvl is set to DEBUG

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516635#comment-15516635 ] ASF GitHub Bot commented on FLINK-4590: --- Github user twalthr commented on a diff in

[GitHub] flink pull request #2504: [FLINK-4590] [table] Some Table API tests are fail...

2016-09-23 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2504#discussion_r80258489 --- Diff: flink-libraries/flink-table/src/test/resources/log4j-test.properties --- @@ -0,0 +1,27 @@ +

[GitHub] flink issue #2529: [FLINK-4241] [table] Cryptic expression parser exceptions

2016-09-23 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2529 +1 to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (FLINK-4241) Cryptic expression parser exceptions

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516619#comment-15516619 ] ASF GitHub Bot commented on FLINK-4241: --- Github user fhueske commented on the issue:

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

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516590#comment-15516590 ] ASF GitHub Bot commented on FLINK-4252: --- Github user fhueske commented on the issue:

[GitHub] flink issue #2507: [FLINK-4252] [table] Validate input and output classes of...

2016-09-23 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2507 +1 to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (FLINK-4590) Some Table API tests are failing when debug lvl is set to DEBUG

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516579#comment-15516579 ] ASF GitHub Bot commented on FLINK-4590: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #2504: [FLINK-4590] [table] Some Table API tests are fail...

2016-09-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2504#discussion_r80252345 --- Diff: flink-libraries/flink-table/src/test/resources/log4j-test.properties --- @@ -0,0 +1,27 @@ +

[jira] [Commented] (FLINK-4613) Extend ALS to handle implicit feedback datasets

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516571#comment-15516571 ] ASF GitHub Bot commented on FLINK-4613: --- Github user gaborhermann commented on a dif

[GitHub] flink pull request #2542: [FLINK-4613] Extend ALS to handle implicit feedbac...

2016-09-23 Thread gaborhermann
Github user gaborhermann commented on a diff in the pull request: https://github.com/apache/flink/pull/2542#discussion_r80253321 --- Diff: docs/dev/libs/ml/als.md --- @@ -49,6 +49,18 @@ By applying this step alternately to the matrices $U$ and $V$, we can iterativel The

[jira] [Commented] (FLINK-4544) TaskManager metrics are vulnerable to custom JMX bean installation

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516540#comment-15516540 ] ASF GitHub Bot commented on FLINK-4544: --- Github user zentol commented on the issue:

[GitHub] flink issue #2445: [FLINK-4544] Refactor old CPU metric initialization

2016-09-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2445 @StephanEwen I moved the code into a separate class. --- 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-4632) when yarn nodemanager lost, flink hung

2016-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516530#comment-15516530 ] 刘喆 commented on FLINK-4632: --- It is (2). I make a new idle hadoop yarn cluster, and use the sourc

[GitHub] flink issue #2542: [FLINK-4613] Extend ALS to handle implicit feedback datas...

2016-09-23 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2542 @gaborhermann @jfeher Could you share results where you benchmarked the algorithm against other implementations, please? --- If your project is set up for it, you can reply to this email and have y

[jira] [Commented] (FLINK-4613) Extend ALS to handle implicit feedback datasets

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516517#comment-15516517 ] ASF GitHub Bot commented on FLINK-4613: --- Github user mbalassi commented on the issue

[jira] [Commented] (FLINK-4613) Extend ALS to handle implicit feedback datasets

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516515#comment-15516515 ] ASF GitHub Bot commented on FLINK-4613: --- Github user mbalassi commented on a diff in

[GitHub] flink pull request #2542: [FLINK-4613] Extend ALS to handle implicit feedbac...

2016-09-23 Thread mbalassi
Github user mbalassi commented on a diff in the pull request: https://github.com/apache/flink/pull/2542#discussion_r80248596 --- Diff: docs/dev/libs/ml/als.md --- @@ -49,6 +49,18 @@ By applying this step alternately to the matrices $U$ and $V$, we can iterativel The matr

[jira] [Commented] (FLINK-4218) Sporadic "java.lang.RuntimeException: Error triggering a checkpoint..." causes task restarting

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516443#comment-15516443 ] ASF GitHub Bot commented on FLINK-4218: --- GitHub user StephanEwen opened a pull reque

[GitHub] flink pull request #2544: [FLINK-4218] [checkpoints] Do not rely on FileSyst...

2016-09-23 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/2544 [FLINK-4218] [checkpoints] Do not rely on FileSystem to determine state sizes This prevents failures on eventually consistent S3, where the operations for keys (=entries in the parent directory

[jira] [Closed] (FLINK-4494) Expose the TimeServiceProvider from the Task to each Operator.

2016-09-23 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas closed FLINK-4494. - Resolution: Fixed > Expose the TimeServiceProvider from the Task to each Operator. > -

[jira] [Closed] (FLINK-4496) Refactor the TimeServiceProvider to take a Trigerable instead of a Runnable.

2016-09-23 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas closed FLINK-4496. - Resolution: Fixed > Refactor the TimeServiceProvider to take a Trigerable instead of a Runnable. >

[jira] [Commented] (FLINK-4496) Refactor the TimeServiceProvider to take a Trigerable instead of a Runnable.

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516456#comment-15516456 ] ASF GitHub Bot commented on FLINK-4496: --- Github user kl0u closed the pull request at

[GitHub] flink pull request #2434: [FLINK-4496] Refactor the TimeServiceProvider to t...

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

[jira] [Commented] (FLINK-4494) Expose the TimeServiceProvider from the Task to each Operator.

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516455#comment-15516455 ] ASF GitHub Bot commented on FLINK-4494: --- Github user kl0u closed the pull request at

[jira] [Commented] (FLINK-4664) Add translator to NullValue

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516451#comment-15516451 ] ASF GitHub Bot commented on FLINK-4664: --- Github user greghogan commented on the issu

[GitHub] flink pull request #2532: [FLINK-4494] Expose the TimeServiceProvider from t...

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

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516425#comment-15516425 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2517#discussion_r80241061 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -168,21 +168,40 @@ public String getMetricIdenti

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516437#comment-15516437 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516418#comment-15516418 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2517#discussion_r80242008 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -99,10 +99,17 @@ public MetricRegistry(Configuration config)

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516421#comment-15516421 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516434#comment-15516434 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516431#comment-15516431 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516422#comment-15516422 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516420#comment-15516420 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516423#comment-15516423 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516436#comment-15516436 ] ASF GitHub Bot commented on FLINK-4564: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4494) Expose the TimeServiceProvider from the Task to each Operator.

2016-09-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516453#comment-15516453 ] ASF GitHub Bot commented on FLINK-4494: --- Github user kl0u commented on the issue:

[GitHub] flink issue #2532: [FLINK-4494] Expose the TimeServiceProvider from the Task...

2016-09-23 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/2532 Yes. Thanks a lot @aljoscha ! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wish

  1   2   3   >