Re: Apache Flink transactions

2015-06-04 Thread Stephan Ewen
To run operations like Insert, Update, Delete on persistent files, you have to have support from the storage engine. The Apache ORC data format recently added support for transactional inserts, updates, deletes. http://orc.apache.org/ ORC has a Hadoop input format, and you can use that one with F

RE: Apache Flink transactions

2015-06-04 Thread Hawin Jiang
Hi Admin Do we have insert, update and remove operations on Apache Flink? For example: I have 10 million records in my test file. I want to add one record, update one record and remove one record from this test file. How to implement it by Flink? Thanks. Best regards Email:

Apache Flink transactions

2015-06-03 Thread Hawin Jiang
Hi Admin Do we have insert, update and remove operations on Apache Flink? For example: I have 10 million records in my test file. I want to add one record, update one record and remove one record from this test file. How to implement it by Flink? Thanks. Best regards Email: