[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4295#discussion_r126928311 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/StreamCheckpointNotifierITCase.java --- @@ -324,7 +322,7 @@ public void

[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4295#discussion_r126928351 --- Diff: flink-tests/src/test/java/org/apache/flink/test/misc/SuccessAfterNetworkBuffersFailureITCase.java --- @@ -168,6 +173,6 @@ private static void

[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4295#discussion_r126928229 --- Diff: flink-tests/src/test/java/org/apache/flink/test/accumulators/AccumulatorIterativeITCase.java --- @@ -30,6 +29,9 @@ import

[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4295#discussion_r126928374 --- Diff: flink-tests/src/test/java/org/apache/flink/test/windowing/sessionwindows/GeneratorEventFactory.java --- @@ -39,9 +39,9 @@ * @return

[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4295#discussion_r126928363 --- Diff: flink-tests/src/test/java/org/apache/flink/test/windowing/sessionwindows/GeneratorConfiguration.java --- @@ -36,9 +36,9 @@ private

[GitHub] flink pull request #4305: [FLINK-7161] fix misusage of Float.MIN_VALUE and D...

2017-07-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4305#discussion_r126921674 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/Configuration.java --- @@ -843,7 +843,7 @@ private float convertToFloat(Object o, float

[GitHub] flink pull request #4304: [FLINK-6648] [gelly] Transforms for Gelly examples

2017-07-11 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4304 [FLINK-6648] [gelly] Transforms for Gelly examples Replaces GeneratedGraph class (which was extended by inputs) with the GraphKeyTypeTransform which can also transform the algorithm result to

[GitHub] flink issue #4283: [FLINK-7132] [java] Fix BulkIteration parallelism

2017-07-11 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4283 Okay, thanks @StephanEwen. I've added a simple starter `BulkIterationTranslationTest` based on your `DeltaIterationTranslationTest`. --- If your project is set up for it, you can reply to

[GitHub] flink issue #4205: [FLINK-6407] [build] Upgrade AVRO to 1.8.2

2017-07-11 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4205 No one has raised an objection to this update and Avro 1.8 is ~18 months old so I'll merge this. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] flink issue #4196: [FLINK-7017] Remove netty usages in flink-tests

2017-07-11 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4196 LGTM. --- 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

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-11 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126645324 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -174,9 +210,38 @@ public void testUnrequestedByte

[GitHub] flink issue #4099: [FLINK-6882] [runtime] Activate checkstyle for runtime/re...

2017-07-10 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4099 @zentol not sure if this was overlooked. I have rebased to master, is there anyone you think we should check with before including this package? --- If your project is set up for it, you can

[GitHub] flink pull request #4295: [FLINK-6731] [tests] Activate strict checkstyle fo...

2017-07-10 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4295 [FLINK-6731] [tests] Activate strict checkstyle for flink-tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink issue #3511: [Flink-5734] code generation for normalizedkey sorter

2017-07-10 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/3511 @heytitle apologies for the long delay. I've been working to improve the Gelly examples to process with each of the standard data types (from byte to string). I think we can validate bot

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126452583 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -278,6 +518,26 @@ public void testUnrequestedRequired

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126450338 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -174,9 +210,38 @@ public void testUnrequestedByte

[GitHub] flink pull request #4110: [FLINK-6900] [metrics] Limit size of metric name c...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4110#discussion_r126446702 --- Diff: docs/monitoring/metrics.md --- @@ -376,6 +376,7 @@ Parameters: - `dmax` - hard limit for how long an old metric should be retained

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126318967 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -34,8 +36,7 @@ @Test(expected

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126319040 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -154,4 +149,149 @@ public void

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126318935 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/utils/ParameterTool.java --- @@ -548,6 +565,7 @@ protected Object clone() throws

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-07-10 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4169#discussion_r126374745 --- Diff: flink-java/src/test/java/org/apache/flink/api/java/utils/ParameterToolTest.java --- @@ -154,4 +149,149 @@ public void

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312918 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312909 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126313414 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -305,6 +334,41 @@ public static void main(String

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126313013 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312916 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312914 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312925 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -103,6 +113,18 @@ .addClass

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-07-09 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4170#discussion_r126312866 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java --- @@ -70,7 +79,8 @@ * Algorithms must explicitly

[GitHub] flink issue #3643: [FLINK-6042] [web] Display exception history

2017-07-07 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/3643 @zentol I'm getting a build error: [ERROR] /home/ec2-user/flink-upstream/flink-tests/src/test/java/org/apache/flink/test/query/AbstractQueryableStateITCase.java:[365,72] cannot

[GitHub] flink issue #4112: [FLINK-6901] Flip checkstyle configuration files

2017-07-07 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4112 LGTM on a second look. Don't have any suggestion on NettyBufferPool. @uce? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink issue #4264: [FLINK-7042] [yarn] Fix jar file discovery flink-yarn-tes...

2017-07-07 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4264 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 wishes so, or if

[GitHub] flink issue #4219: [FLINK-6842] [runtime] Uncomment and activate code in Had...

2017-07-07 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4219 Thanks for the contribution @zhangminglei. 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

[GitHub] flink pull request #4283: [FLINK-7132] [java] Fix BulkIteration parallelism

2017-07-07 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4283 [FLINK-7132] [java] Fix BulkIteration parallelism Copy the parallelism when translating a BulkIteration. `translateBulkIteration` now mirrors the setup of the following function

[GitHub] flink pull request #4282: [FLINK-7019] [gelly] Rework parallelism in Gelly a...

2017-07-07 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4282 [FLINK-7019] [gelly] Rework parallelism in Gelly algorithms and examples Flink job parallelism is set with ExecutionConfig#setParallelism or with -p on the command-line. The Gelly algorithms

[GitHub] flink issue #4219: [FLINK-6842] [runtime] Uncomment and activate code in Had...

2017-07-06 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4219 +1 --- 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

[GitHub] flink issue #4110: [FLINK-6900] [metrics] Limit size of metric name componen...

2017-07-06 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4110 That sounds reasonable. Can we add a warning as in #4109 and replace `80` with a constant (I see just now in `TaskMetricGroup.java` that `80` is hard-coded in the log string rather than using the

[GitHub] flink pull request #4219: [FLINK-6842] [runtime] Uncomment and activate code...

2017-07-06 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4219#discussion_r125902757 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFileSystem.java --- @@ -459,17 +459,14 @@ public boolean isDistributedFS

[GitHub] flink issue #4110: [FLINK-6900] [metrics] Limit size of metric name componen...

2017-07-06 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4110 What can cause such a long metric identifier? It seems risky to truncate the full identifier which could even completely remove the base name. --- If your project is set up for it, you can reply

[GitHub] flink pull request #4219: [FLINK-6842] [runtime] Uncomment and activate code...

2017-07-06 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4219#discussion_r125893611 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFileSystem.java --- @@ -459,17 +459,14 @@ public boolean isDistributedFS

[GitHub] flink issue #4230: [FLINK-7045] [checkpoints] Reduce element count of UdfStr...

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4230 @zhangminglei thanks for the contributions. 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

[GitHub] flink issue #4064: [FLINK-6822] Activate checkstyle for runtime/plugable

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4064 +1 --- 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

[GitHub] flink issue #4110: [FLINK-6900] [metrics] Limit size of metric name componen...

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4110 @zentol since this has not yet been reviewed I'll chance a question: is this needed in addition to #4109? --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink issue #4114: [FLINK-6903] [runtime] Activate checkstyle for runtime/ak...

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4114 @zentol is this worthwhile to review and commit? --- 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

[GitHub] flink issue #4201: [FLINK-7006] [gelly] Base class using POJOs for Gelly alg...

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4201 Thanks for the review @vasia, I somehow missed the notification. --- 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 issue #4219: [FLINK-6842] [runtime] Uncomment and activate code in Had...

2017-07-05 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4219 The call to `hadoopConf.getClass` is no longer needed and the early `return null` could be removed. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink pull request #4264: [FLINK-7042] [yarn] Fix jar file discovery flink-y...

2017-07-05 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4264 [FLINK-7042] [yarn] Fix jar file discovery flink-yarn-tests Add dependencies for batch and streaming WordCount programs and copies the jar files into a new target/programs directory. The

[GitHub] flink issue #4233: [FLINK-7047] [travis] Reorganize build profiles

2017-07-04 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4233 @aljoscha this may be caused by publishing pom's with unresolved `${scala.binary.version}`. I am planning to file a ticket after #4221 is merged. The StackOverflow link looks promising. -

[GitHub] flink issue #4068: [FLINK-6823] Activate checkstyle for runtime/broadcast

2017-07-04 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4068 +1 --- 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

[GitHub] flink issue #4221: [FLINK-7037] Remove scala suffic from flink-examples modu...

2017-07-04 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4221 +1. Test failure is unrelated. --- 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

[GitHub] flink pull request #4221: [FLINK-7037] Remove scala suffic from flink-exampl...

2017-07-03 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4221#discussion_r125350366 --- Diff: flink-examples/flink-examples-table/pom.xml --- @@ -24,7 +24,7 @@ under the License. org.apache.flink

[GitHub] flink issue #4213: [FLINK-7032] Overwrite inherited properties from parent p...

2017-07-03 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4213 LGTM thanks for the PR @pnowojski and for confirming the issue @StefanRRichter and @aljoscha --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink issue #4233: [FLINK-7047] [travis] Reorganize build profiles

2017-06-30 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4233 @zentol could you start a mailing list discussion and describe your preference for splitting the tests in this manner or splitting the repo? Despite heroic efforts by you and Robert keeping the

[GitHub] flink issue #4227: [FLINK-7048] [travis] Define javadoc skipping in travis w...

2017-06-30 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4227 +1 --- 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

[GitHub] flink issue #4226: [FLINK-7046] [travis] Hide download logging messages

2017-06-30 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4226 +1! --- 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

[GitHub] flink issue #4095: [FLINK-6877] [runtime] Activate checkstyle for runtime/se...

2017-06-29 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4095 @zentol what is the status of the checkstyle changes? --- 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

[GitHub] flink issue #4213: [FLINK-7032] Overwrite inherited properties from parent p...

2017-06-29 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4213 Okay, I am using the latest stable release (2017.1.4) and the bundled version is 3.3.9. Perhaps different versions are shipped for different OS. --- If your project is set up for it, you can

[GitHub] flink issue #4213: [FLINK-7032] Overwrite inherited properties from parent p...

2017-06-29 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4213 No, that's what I and I assume many other have configured. I'm just surprised that this has not been previously reported and I have not been able to replicate the issue in IntelliJ. -

[GitHub] flink pull request #4222: [FLINK-7039] [build] Increase forkCountTestPackage...

2017-06-29 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4222 [FLINK-7039] [build] Increase forkCountTestPackage for sudo-enabled TravisCI The switch from the container-based to sudo-enabled environment in TravisCI has increased available memory from 4 GB

[GitHub] flink issue #4213: [FLINK-7032] Overwrite inherited properties from parent p...

2017-06-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4213 Are you using the Maven bundled with IntelliJ? --- 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

[GitHub] flink issue #4179: [FLINK-6989] [gelly] Refactor examples with Output interf...

2017-06-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4179 @vasia I don't think there has been much Gelly development lately :) I'll start working on a ticket to add a Gelly documentation page covering the examples. --- If your project is set

[GitHub] flink pull request #4179: [FLINK-6989] [gelly] Refactor examples with Output...

2017-06-28 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4179#discussion_r124521762 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/parameter/Parameter.java --- @@ -40,6 +40,15

[GitHub] flink pull request #4203: [FLINK-7023] [gelly] Remaining types for Gelly Val...

2017-06-27 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4203 [FLINK-7023] [gelly] Remaining types for Gelly ValueArrays Add implementations of Byte/Char/Double/Float/ShortValueArray. Along with the existing implementations of Int/Long/Null/StringValueArray

[GitHub] flink pull request #4201: [FLINK-7006] [gelly] Base class using POJOs for Ge...

2017-06-27 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4201 [FLINK-7006] [gelly] Base class using POJOs for Gelly algorithms Gelly algorithms commonly have a Result class extending a Tuple type and implementing one of the Unary/Binary/TertiaryResult

[GitHub] flink issue #4175: [FLINK-6994] [docs] Wrong base url in master docs

2017-06-25 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4175 Why do we have both `flink-docs-master` and `flink-docs-release-1.4`? The main page only links to 1.3 and 1.4 but the flink-docs-master documentation links to 1.3, 1.2, 1.1, and 1.0. But each of

[GitHub] flink issue #4109: [FLINK-6898] [metrics] Limit size of operator component i...

2017-06-24 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4109 Update looks good. Do we want to define `80` as a constant? --- 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

[GitHub] flink pull request #4179: [FLINK-6989] [gelly] Refactor examples with Output...

2017-06-24 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4179 [FLINK-6989] [gelly] Refactor examples with Output interface The current organization of the Gelly examples retains full flexibility by handling the Graph input to the algorithm Driver and having

[GitHub] flink pull request #4177: [FLINK-6999] [build] Print TravisCI CPU, memory, a...

2017-06-24 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4177 [FLINK-6999] [build] Print TravisCI CPU, memory, and filesystem info Search for or scroll down to "CPU information" near the start of the logs. Note: had to replace {{Filesys

[GitHub] flink issue #4167: Test PR, please ignore

2017-06-23 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4167 I'm working on a PR to print some system information (with output folding) to the TravisCI log which may be useful in debugging these sort of changes. It would be nice if we could fold each

[GitHub] flink pull request #4170: [FLINK-6358] [gelly] Write job details for Gelly e...

2017-06-22 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4170 [FLINK-6358] [gelly] Write job details for Gelly examples Add an option to write job details to a file in JSON format. Job details include: job ID, runtime, parameters with values, and

[GitHub] flink pull request #4169: [FLINK-6357] [java] ParameterTool get unrequested ...

2017-06-22 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4169 [FLINK-6357] [java] ParameterTool get unrequested parameters Adds ParameterTool#getUnrequestedParameters returning a Set of parameter arguments names not yet requested by ParameterTool#has or any

[GitHub] flink issue #4167: Test PR, please ignore

2017-06-22 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4167 May also be able to revert `-Dflink.forkCountTestPackage=1` to 2 in `tools/travis_mvn_watchdog.sh` with memory increased from 4 GB to 7.5 GB (https://docs.travis-ci.com/user/ci-environment

[GitHub] flink issue #4159: [FLINK-6967] Remove batch-examples dependency from storm ...

2017-06-21 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4159 +1 --- 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

[GitHub] flink issue #4148: [FLINK-6956] Make table example POJO classes public

2017-06-20 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4148 Did we overlook adding a test to run the table examples? I think we do this for streaming and batch. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink pull request #4148: [FLINK-6956] Make table example POJO classes publi...

2017-06-20 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4148#discussion_r123014213 --- Diff: flink-examples/flink-examples-table/src/main/java/org/apache/flink/table/examples/java/WordCountSQL.java --- @@ -65,7 +65,10 @@ public static

[GitHub] flink issue #4109: [FLINK-6898] [metrics] Limit size of operator component i...

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4109 Is it safe to set the full `operatorName` in the parent constructor scope but truncate in the local info and variables map? Would it be better to explicitly fail rather than implicitly truncate

[GitHub] flink issue #4115: [FLINK-6863] Remove batchdependency from streaming-exampl...

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4115 I was thinking more along the lines of a future refactoring allowing for a larger or unlimited corpus, to include for both batch and streaming, but the git annotations are sufficient to document

[GitHub] flink issue #4116: [FLINK-6769] Replace usage of deprecated FileSystem#creat...

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4116 +1 --- 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

[GitHub] flink issue #4115: [FLINK-6863] Remove batchdependency from streaming-exampl...

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4115 +1 and would it be good to add a note referencing the duplication in the JavaDoc of the two (now duplicated) `WordCountData`? --- If your project is set up for it, you can reply to this email and

[GitHub] flink issue #4116: [FLINK-6769] Replace usage of deprecated FileSystem#creat...

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4116 Is there another usage in `DistCp.java:132: outputStream = targetFs.create(outPath, true)`? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink issue #4124: [FLINK-6920] Remove minor guava usages

2017-06-19 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4124 +1 --- 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

[GitHub] flink pull request #4131: [FLINK-6932] [doc] Update inaccessible Dataflow Mo...

2017-06-15 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4131#discussion_r122263994 --- Diff: docs/dev/event_time.md --- @@ -146,7 +146,7 @@ to use timestamp assignment and watermark generation in the Flink DataStream API *Note

[GitHub] flink issue #4112: [FLINK-6901] Flip checkstyle configuration files

2017-06-12 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4112 +1 and my apologies for overlooking your comprehensive description. --- 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 issue #4114: [FLINK-6903] [runtime] Activate checkstyle for runtime/ak...

2017-06-12 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4114 @zentol updated. --- 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

[GitHub] flink pull request #4114: [FLINK-6903] [runtime] Activate checkstyle for run...

2017-06-12 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4114 [FLINK-6903] [runtime] Activate checkstyle for runtime/akka Re-opening with corrected title. @zentol I had this nearly done last week so am creating the pull request for when we are

[GitHub] flink pull request #4113: [FLINk-6903] [runtime] Activate checkstyle for run...

2017-06-12 Thread greghogan
Github user greghogan closed the pull request at: https://github.com/apache/flink/pull/4113 --- 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

[GitHub] flink pull request #4113: [FLINk-6903] [runtime] Activate checkstyle for run...

2017-06-12 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4113 [FLINk-6903] [runtime] Activate checkstyle for runtime/akka @zentol I had this nearly done last week so am creating the pull request for when we are ready to review `flink-runtime`. You can

[GitHub] flink issue #4095: [FLINK-6877] [runtime] Activate checkstyle for runtime/se...

2017-06-12 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4095 @hsaputra thanks for the review. @zentol thanks for checking on the ongoing development so as not to interfere. If a delay is necessary then at least new contributions will be influenced by the

[GitHub] flink pull request #4112: [FLINK-6901] Flip checkstyle configuration files

2017-06-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4112#discussion_r121463726 --- Diff: tools/maven/suppressions-runtime.xml --- @@ -0,0 +1,29 @@ + + + +http://www.puppycrawl.com/dtds/suppressions_1_1.dtd";> + + +

[GitHub] flink pull request #4112: [FLINK-6901] Flip checkstyle configuration files

2017-06-12 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4112#discussion_r121465225 --- Diff: flink-core/src/main/java/org/apache/flink/util/StringValueUtils.java --- @@ -114,15 +114,17 @@ public boolean next(StringValue target

[GitHub] flink issue #4112: [FLINK-6901] Flip checkstyle configuration files

2017-06-12 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4112 @zentol did you mean to include `[FLINK-6902] Activate strict checkstyle for flink-streaming-scala` as the first commit? --- If your project is set up for it, you can reply to this email and have

[GitHub] flink issue #4074: [FLINK-6488] [scripts] Remove 'start-local.sh' script

2017-06-12 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4074 @zhangminglei, the ticket also lists having `start-local.sh` call `start-cluster.sh` rather than starting a JobManager in local mode. --- If your project is set up for it, you can reply to this

[GitHub] flink pull request #4099: [FLINK-6882] [runtime] Activate checkstyle for run...

2017-06-09 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4099 [FLINK-6882] [runtime] Activate checkstyle for runtime/registration You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink pull request #4098: [FLINK-6880] [runtime] Activate checkstyle for run...

2017-06-09 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4098 [FLINK-6880] [runtime] Activate checkstyle for runtime/iterative You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink pull request #4097: [FLINK-6879] [runtime] Activate checkstyle for run...

2017-06-09 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4097 [FLINK-6879] [runtime] Activate checkstyle for runtime/memory You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink pull request #4096: [FLINK-6878] [runtime] Activate checkstyle for run...

2017-06-09 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4096 [FLINK-6878] [runtime] Activate checkstyle for runtime/query You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink pull request #4095: [FLINK-6877] [runtime] Activate checkstyle for run...

2017-06-09 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4095 [FLINK-6877] [runtime] Activate checkstyle for runtime/security You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink

[GitHub] flink pull request #4091: [FLINK-6874] [docs] Static and transient fields ig...

2017-06-08 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/4091 [FLINK-6874] [docs] Static and transient fields ignored for POJOs Note that static and transient fields are ignored when TypeExtrator validates a POJO. You can merge this pull request into a Git

[GitHub] flink issue #4089: [FLINK-6783][hotfix] Removed lamba indices for abstract c...

2017-06-08 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4089 A hotfix is for when no FLINK ticket has been created, and typically no PR. This commit header should be something like `[FLINK-6783] [streaming]`. --- If your project is set up for it, you can

[GitHub] flink issue #4086: [FLINK-6865] Update checkstyle documentation

2017-06-07 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4086 Okay, second best may be to create an IntelliJ Code Style configuration for developers to import. --- If your project is set up for it, you can reply to this email and have your reply appear on

<    1   2   3   4   5   6   7   8   9   10   >