https://github.com/apache/flink

sort by:
Revision Author Date Message Commit Date
cf4c6e7 Commit for release 0.7.0-incubating 18 October 2014, 17:56:55 UTC
58943ad [FLINK-1167] Handle unions at the root of the iteration This closes #160 18 October 2014, 17:46:29 UTC
50f5ea8 [FLINK-1164] Gracefully handle empty (identity) iterations 18 October 2014, 17:46:29 UTC
ce2936a [FLINK-1171] Move Scala API tests to flink-tests project This closes #159 18 October 2014, 17:32:50 UTC
5b98ceb Prevent RPC service from blocking on exceptions during task cleanup on canceling. 18 October 2014, 17:32:50 UTC
02b0f07 [FLINK-1170] address pull request review comments This closes #158 18 October 2014, 17:32:50 UTC
578c373 [FLINK-1170] Fix faulty input split localization Pass hostname to split assigner Avoid clashes by only using the first component of the fully qualified hostname 18 October 2014, 17:32:50 UTC
f396637 Fix the Javadoc link in DataStream class Fix the Javadoc link for org.apache.flink.api.common.functions.RichFunction and missing method reference in DataStream class. Author: Henry Saputra <henry.saputra@gmail.com> Closes #154 from hsaputra/fix_comments_streaming and squashes the following commits: 127e47a [Henry Saputra] Fix the Javadoc link for org.apache.flink.api.common.functions.RichFunction and missing method reference. 18 October 2014, 17:32:50 UTC
dfe392b [streaming] Added CoBatchedDataStream and CoWindowDataStream with reduce functionality + CoBatchReduce bugfix [streaming] RAT & Checkstyle fix 17 October 2014, 15:13:41 UTC
b4230bc [streaming] CoGroupedWindowReduceInvokable refactor [streaming] Grouped window reduce bugfix 17 October 2014, 15:13:41 UTC
d7edaea [scala] Change input of grouped ops from TraversableOnce to Iterator Iterator is a subclass of TraversableOnce, so it doesn't break existing code. We can have an Iterator anyways and it provides more functions for the user. 17 October 2014, 14:49:44 UTC
8d618be Fix incorrect scheduler test that sometimes produces a deadlock 17 October 2014, 14:48:55 UTC
c5e4b9a Optimizer evaluates join hints from high level apis. 17 October 2014, 14:48:55 UTC
bd88236 JoinHints are passed to the optimizer 17 October 2014, 14:48:55 UTC
c8d4e76 Better test error messages when canceling tests fail 17 October 2014, 14:48:55 UTC
446a247 [FLINK-1152] More robust resource release when tasks are canceled during deployment 17 October 2014, 14:48:55 UTC
da54db6 [FLINK-1148] Create a writeAsCsv(path, writemode) variant 17 October 2014, 14:48:55 UTC
9310703 [FLINK-1143] Allow delta iterations that do not join with the solution set 17 October 2014, 14:48:55 UTC
1abadb1 Fix various deprecation warnings in tests 17 October 2014, 14:48:55 UTC
460271c Fix class loader when extracting lambdas 17 October 2014, 14:48:55 UTC
83cad28 Set the cleanup timer thread of the BlobLibraryCacheManager to be a daemon. 13 October 2014, 16:10:32 UTC
fd31185 Enable forgotten JoinITCase (for POJOs) for Scala and Java API 13 October 2014, 16:10:32 UTC
aa62ad1 Remove Guava dependecy from streaming-connectors (void shading otherwise) 13 October 2014, 16:10:32 UTC
dddfb78 Fix bug in Blob Manager, Cleanup Timer was not cancelled on Shutdown - 13 October 2014, 16:10:32 UTC
f2ab125 [doc] Update programming guide for scala expression keys 13 October 2014, 16:10:32 UTC
da21ea3 [doc] Fix javadoc building. The java8 Xdoclint:none fix was not correctly transferred when moving the javadoc building to a jekyll plugin. 10 October 2014, 18:45:00 UTC
f605127 [YARN] Fix issue with port-offsetting. 10 October 2014, 15:41:42 UTC
d749c24 [scala] Add missing operator IT Cases 09 October 2014, 16:35:22 UTC
f562d49 Simplify Pojo/Tuple/CaseClass comparator extractKeys() method Also fixes a bug with Java/Scala interop: TupleTypeComparator was only checking for nested Java Tuples and Pojos, not Scala Case classes. 09 October 2014, 16:35:22 UTC
3eebaa8 [FLINK-1150] Fix size estimate for FilterNode. Data size changes proportional to cardinality. This closes #146 09 October 2014, 15:20:30 UTC
986f25f [FLINK-1149] DataSource sets DOP to 1 for NonParallelInputs. 09 October 2014, 14:44:30 UTC
2de34f3 Fixed missing logo in offline plan visualizer 09 October 2014, 14:00:03 UTC
22c370d [FLINK-1145] Fix incorrect getter / setter detection 09 October 2014, 09:45:52 UTC
758db36 [FLINK-1136] Replaced Flink logo in web submission client Added Flink logo to JobManager web interface. Updated Run Example Quickstart screenshots Removed old gradients and unused image files from submission client. This closes #145. 09 October 2014, 08:30:52 UTC
e2fd615 [FLINK-1076] Extended Hadoop Compatibility documentation to cover Hadoop functions 08 October 2014, 10:22:28 UTC
3ebdebc [FLINK-1107] Hadoop Compatibility Layer documented This closes #131 08 October 2014, 10:22:27 UTC
aa6d1cf [FLINK-1076] Return type determined via type extraction. Added test cases. Minor improvements and clean-ups. 08 October 2014, 10:22:27 UTC
35415f2 [FLINK-1076] Extend Hadoop compatibility. Added wrappers for stand-alone Map, Reduce, and CombinableReduce functions. 08 October 2014, 10:22:27 UTC
53d8f1f Revert "Added wrappers for Hadoop functions" This reverts commit 74dded1c2cb87c459be3444d1c7387bbc510e154. 08 October 2014, 10:21:27 UTC
74dded1 Added wrappers for Hadoop functions Tests and documentation included. Also tested on cluster. I hijacked @twalthr's PR #131 to build the documentation of the Hadoop function wrappers on top. Author: Fabian Hueske <fhueske@apache.org> Author: Artem Tsikiridis <artem.tsikiridis@cern.ch> Author: twalthr <info@twalthr.com> Closes #143 from fhueske/hadoopFunctions and squashes the following commits: f1b3f21 [Fabian Hueske] [FLINK-1076] Extended Hadoop Compatibility documentation to cover Hadoop functions f4be4a0 [twalthr] [FLINK-1107] Hadoop Compatibility Layer documented 4a62bdb [Fabian Hueske] [FLINK-1076] Return type determined via type extraction. Added test cases. Minor improvements and clean-ups. df947d9 [Artem Tsikiridis] [FLINK-1076] Extend Hadoop compatibility. Added wrappers for stand-alone Map, Reduce, and CombinableReduce functions. 08 October 2014, 09:49:02 UTC
6be8555 Really add POJO support and nested keys for Scala API This also adds more integration tests, but not all tests of the Java API have been ported to Scala yet. 08 October 2014, 09:39:01 UTC
598ae37 Documentation and fixes 08 October 2014, 09:39:01 UTC
fd0be2f Various fixes - improved error messages - the composite vs atomic bug aljoscha found - Comparator test for Pojo Comparator enabled - TODO removed - string-based key expression for group sorting fields definition - support for specifying "select all" using * and now also _ (for scala fans) - Exception if user is having multiple fields with the same name in the class 08 October 2014, 09:39:01 UTC
6b493fb Add Pojo support to Scala API 08 October 2014, 09:39:01 UTC
aca6fbc Added expression keys to distinct and partition operator and addressed some of the comments 08 October 2014, 09:39:01 UTC
926f835 [FLINK-1032] Rework support for POJO types in the Java API 08 October 2014, 09:39:01 UTC
ec82d97 [streaming] CoWindow operator rework + stream iteration example added 07 October 2014, 22:38:09 UTC
97a7322 [FLINK-1103] [streaming] Added Twitter streaming example and default inputs for examples 07 October 2014, 22:37:02 UTC
49812f3 [streaming] Several bugfixes and doc updates 07 October 2014, 22:31:32 UTC
7af127e Updated run-example quickstart (commands, screenshots) This closes #136 07 October 2014, 21:12:01 UTC
6b6dae0 [FLINK-1106] Deprecate Record API 07 October 2014, 14:02:54 UTC
ca4380c Integration of new BLOB service. Looped through the user code class loader from the envrionment to the tasks. Added timed cleanup task to LibraryCacheManager to remove automatically unreferenced jar files. Moved registration logic out of the IOReadableWritable serialization logic. Updated logger. Made the LibraryCacheManager an object instead of a Singleton. Added proper shutdown of task manager and job manager. Removed nio import to support Java 6 compilation. Removed lock map from BlobLibraryCacheManager. Using global lock for synchronization. Marked StackOverflow code. Removed JavaDocs copyright message. Added getUserCodeClassLoader to AbstractInvokable class. This closes #126 and closes #107. 06 October 2014, 14:20:11 UTC
9caece6 [streaming] Excluded unused recursively pulled dependencies Conflicts: flink-addons/flink-streaming/flink-streaming-connectors/pom.xml [streaming] Connectors POM formatting fix 04 October 2014, 14:02:31 UTC
a0057f9 [FLINK-1134] tried to fix issue with not terminating JVM when using RemoteCollectorOutputFormat This closes #138 03 October 2014, 14:43:18 UTC
65bf092 [FLINK-1110] Adjust collection based runtime and tests for classloaders in runtime context 03 October 2014, 14:42:12 UTC
ff5ddd5 [FLINK-1110] Fix HadoopInputFormat to work without prior serialization. 03 October 2014, 14:22:34 UTC
15f2544 [FLINK-1110] Add iteration aggregators to collection based execution 03 October 2014, 14:22:34 UTC
3cc9a28 [FLINK-1110] Fix mutable object safe mode for data sources in collection-based execution 03 October 2014, 14:22:34 UTC
54ede63 [FLINK-1110] Fix Reduce and GroupReduce Test Failures 03 October 2014, 14:22:34 UTC
cb19c74 [FLINK-1110] Fix IndexOutOfBoundsException in ListKeyGroupedIterator Occured when calling nextKey() and iterator not consumed with *last* key group. 03 October 2014, 14:22:34 UTC
aea6a6d [FLINK-1110] Adjust tests and fix various issues in the collection-based execution. 03 October 2014, 14:22:34 UTC
ac69cb3 [FLINK-1110] By default, collection-based execution behaves mutable-object safe. 03 October 2014, 14:22:34 UTC
3fd3110 [FLINK-1110] Implement Collection-Based Execution for Delta Iterations 03 October 2014, 14:22:34 UTC
b61f63c [FLINK-1110] Adjusted test base to run programs both with local executor and collection executor 03 October 2014, 14:22:34 UTC
217b03e [FLINK-1110] Implement collection-based execution for coGroup 03 October 2014, 14:22:34 UTC
d9ed4ad [FLINK-1110] Add createCollectionEnvironment for Scala 03 October 2014, 14:22:34 UTC
471f340 [FLINK-1110] Started implementing the JoinOperatorBase. Implemented JoinOperatorBase and test cases. 03 October 2014, 14:22:33 UTC
77ac6c0 [FLINK-1110] Implement collection-based execution for bulk iterations 03 October 2014, 14:22:33 UTC
3eac6f2 [FLINK-1110] Implement collection-based execution for mapPartition. Make groupReduce code compliant with pre-java-8 versions, fix java8 tests with moved type information classes. Fix Various warnings. 03 October 2014, 14:22:33 UTC
fd3f5c2 [FLINK-1110] Add Collection-Based execution for Reduce Operators Also fix some bugs resulting from moving stuff between packages 03 October 2014, 14:22:33 UTC
114af5a [FLINK-1110] Add execution on collections for flatMap 03 October 2014, 14:22:33 UTC
fdad5bf [FLINK-1110] Implement broadcast variables for collection-based execution 03 October 2014, 14:22:33 UTC
84bc21e [FLINK-1110] Implement collection-based Cross 03 October 2014, 14:22:33 UTC
bb71b23 [FLINK-1110] Fix MapOperator execution and added simple test 03 October 2014, 14:22:33 UTC
d10d59e [FLINK-1110] Framework for collection-based execution 03 October 2014, 14:22:33 UTC
8e21204 Add flag for unmanaged solution set to spargel 03 October 2014, 12:57:38 UTC
02314ad [FLINK-12] Clean up configuration object - Remove class loader (was inconsistently used and set) - Objects are stored in their type, rather than as a string 03 October 2014, 12:21:54 UTC
da3e507 Add an object-based variant of the solution set 03 October 2014, 11:42:05 UTC
b689f3f Move DeltaIteration Sanity Check to Base Operators Is now in JoinOperator and CoGroupOperator. We don't need the special Scala API sanity check anymore now since they use java operators that now correctly check in the base class. 02 October 2014, 06:56:16 UTC
02c0845 [FLINK-1133] TypeExtractor now also supports nested Tuple-input derivation This closes #137 01 October 2014, 19:44:51 UTC
27e4020 [FLINK-1133] TypeExtractor resolves also variables inside Tuple-input 01 October 2014, 19:44:38 UTC
d5fb423 Guava shading fixes for eclipse and IntelliJ 01 October 2014, 17:31:38 UTC
1c2ce3a Repair guava dependencies 01 October 2014, 16:35:29 UTC
425e8a4 [FLINK-1124] Remove redundant HTML close tag 01 October 2014, 16:09:08 UTC
73c6fec Guava shading issue fix for Eclipse 01 October 2014, 15:11:38 UTC
9e722df [streaming] Improved tests for CoReduceInvokables 01 October 2014, 15:11:38 UTC
127470b [streaming] ConnectedDataStream API and operator cleanup + modified windowReduceGroup functionality 01 October 2014, 15:11:38 UTC
6492af0 [streaming] Reduce and GroupReduce invokable refactor and performance tweak 01 October 2014, 15:11:38 UTC
618effa [streaming] Added CoBatchReduceInvokable, CoWindowReduceInvokable, CoGroupedBatchReduceInvokable, CoGroupedWindowReduceInvokable 01 October 2014, 15:11:38 UTC
39ac5ab [FLINK-514] Fix additional javadoc problems and add suppressions for certain compiler warnings. 01 October 2014, 12:30:14 UTC
c8054a3 [FLINK-514] Fixed javadoc problems 01 October 2014, 12:03:00 UTC
949699d Fix guava dependency in flink-streaming-core to allow IDE local testing. 01 October 2014, 12:03:00 UTC
8573bf4 [scala] Simplify Operation Classes: No more Impl Classes 01 October 2014, 11:13:09 UTC
15e5990 [FLINK-1118] Exclude log (and crash) files from rat checks. 30 September 2014, 16:39:59 UTC
719e288 - Allow dependencies to retain guava - Clean dependencies in flink-streaming connectors 30 September 2014, 16:39:59 UTC
626d6b7 [FLINK-1117] Clean up flink-avro project: remove deprecated AvroRecord format, migrate tests to new java api. 30 September 2014, 16:39:58 UTC
38e4755 Deactivate shade plugin for quickstart projects 30 September 2014, 16:39:58 UTC
758de7d Major depedendency cleanups - add "flink-shading" for shaded libraries (currently guava only) - relocate guava in all projects and exclude it from the lib and exported dependencies - Exlude unnecessary transitive dependencies from hadoop 1 30 September 2014, 16:39:58 UTC
7e43b1c add shading for guava 30 September 2014, 16:39:58 UTC
30e84ff [FLINK-1072] improved build matrix 30 September 2014, 16:39:58 UTC
back to top