[jira] [Created] (FLINK-13397) Remove RollingSink

2019-07-24 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-13397: Summary: Remove RollingSink Key: FLINK-13397 URL: https://issues.apache.org/jira/browse/FLINK-13397 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-9584) Unclosed streams in Bucketing-/RollingSink

2018-06-14 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9584: --- Summary: Unclosed streams in Bucketing-/RollingSink Key: FLINK-9584 URL: https://issues.apache.org/jira/browse/FLINK-9584 Project: Flink Issue Type

[jira] [Created] (FLINK-9071) Dataflow programming model documentation example is referencing deprecated RollingSink

2018-03-25 Thread Christophe Jolif (JIRA)
Christophe Jolif created FLINK-9071: --- Summary: Dataflow programming model documentation example is referencing deprecated RollingSink Key: FLINK-9071 URL: https://issues.apache.org/jira/browse/FLINK-9071

[jira] [Created] (FLINK-5096) Make the RollingSink rescalable.

2016-11-18 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-5096: - Summary: Make the RollingSink rescalable. Key: FLINK-5096 URL: https://issues.apache.org/jira/browse/FLINK-5096 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-4378) Enable RollingSink to custom HDFS client configuration

2016-08-11 Thread Wenlong Lyu (JIRA)
Wenlong Lyu created FLINK-4378: -- Summary: Enable RollingSink to custom HDFS client configuration Key: FLINK-4378 URL: https://issues.apache.org/jira/browse/FLINK-4378 Project: Flink Issue Type

[jira] [Created] (FLINK-4190) Generalise RollingSink to work with arbitrary buckets

2016-07-11 Thread Josh Forman-Gornall (JIRA)
Josh Forman-Gornall created FLINK-4190: -- Summary: Generalise RollingSink to work with arbitrary buckets Key: FLINK-4190 URL: https://issues.apache.org/jira/browse/FLINK-4190 Project: Flink

Re: RollingSink

2016-03-24 Thread Aljoscha Krettek
Hi, I’m not aware of anyone having tested the RollingSink with anything besides “hdfs://“ and “file://“. That the file is empty is strange. Is something like revokeLease() necessary for your custom HCFS? Cheers, Aljoscha On Wed, 23 Mar 2016 at 17:53 Vijay Srinivasaraghavan wrote: > Hi Aljos

Re: RollingSink

2016-03-24 Thread Aljoscha Krettek
Hi, (sending from my other handle since the apache mail relay seems to be down for me) I’m not aware of anyone having tested the RollingSink with anything besides “hdfs://“ and “file://“. That the file is empty is strange. Is something like revokeLease() necessary for your custom HCFS? Cheers

Re: RollingSink

2016-03-23 Thread Vijay Srinivasaraghavan
Hi Aljoscha, It was my bad that I have copied some wrong class files during one of the step. I have retried the same steps that I mentioned earlier and with that I am able to see all the debug statements that I have added to the RollingSink.. I have found another interesting issue here. I am

Re: RollingSink

2016-03-23 Thread Aljoscha Krettek
Cheers, >> Aljoscha >>> On 23 Mar 2016, at 15:02, Vijay wrote: >>> >>> Hi Aljoscha, >>> >>> I am using standalone flink cluster (3 node). I am running flink job by >>> submitting/uploading jar through Flink UI. >>> >>>

Re: RollingSink

2016-03-23 Thread Vijay
ng/uploading jar through Flink UI. >> >> I have built flink from maven and modified the RollingSink code to add new >> debug statements. >> >> I have also packaged the streaming file system connector package (including >> RollingSink changes) to the job jar file

Re: RollingSink

2016-03-23 Thread Aljoscha Krettek
y > submitting/uploading jar through Flink UI. > > I have built flink from maven and modified the RollingSink code to add new > debug statements. > > I have also packaged the streaming file system connector package (including > RollingSink changes) to the job jar file. Modified

Re: RollingSink

2016-03-23 Thread Vijay
Hi Aljoscha, I am using standalone flink cluster (3 node). I am running flink job by submitting/uploading jar through Flink UI. I have built flink from maven and modified the RollingSink code to add new debug statements. I have also packaged the streaming file system connector package

Re: RollingSink

2016-03-23 Thread Aljoscha Krettek
Mar 2016, at 12:41, Vijay wrote: >>> >>> I think only the ERROR category gets displayed in the log file >>> >>> Regards, >>> Vijay >>> >>> Sent from my iPhone >>> >>>> On Mar 23, 2016, at 2:30 AM, Aljoscha Krettek

Re: RollingSink

2016-03-23 Thread Vijay
t 12:41, Vijay wrote: >> >> I think only the ERROR category gets displayed in the log file >> >> Regards, >> Vijay >> >> Sent from my iPhone >> >>> On Mar 23, 2016, at 2:30 AM, Aljoscha Krettek wrote: >>> >>> Hi, >>>

Re: RollingSink

2016-03-23 Thread Aljoscha Krettek
016, at 2:30 AM, Aljoscha Krettek wrote: >> >> Hi, >> are you seeing the regular log output from the RollingSink in the >> TaskManager logs? >> >> Cheers, >> Aljoscha >>> On 22 Mar 2016, at 20:03, Vijay Srinivasaraghavan >>> wrote:

Re: RollingSink

2016-03-22 Thread Vijay Srinivasaraghavan
then uploaded the jar to Job Manager. Am I missing something? How do I enable logging for the RollingSink class? org.apache.flink flink-connector-filesystem_2.11 ${flink.version} provided On Tuesday, March 22, 2016 3:04 AM, Aljoscha Krettek wrote: Hi, how are you printin

[jira] [Created] (FLINK-3651) Fix faulty RollingSink Restore

2016-03-22 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3651: --- Summary: Fix faulty RollingSink Restore Key: FLINK-3651 URL: https://issues.apache.org/jira/browse/FLINK-3651 Project: Flink Issue Type: Bug

Re: RollingSink

2016-03-22 Thread Aljoscha Krettek
I have enabled checkpoint and I am using RollingSink to sink the data to HDFS > (2.7.x) from KafkaConsumer. To simulate failover/recovery, I stopped > TaskManager and the job gets rescheduled to other Taskmanager instance. > During this momemnt, the current "in-progress" gets clos

RollingSink

2016-03-22 Thread Vijay Srinivasaraghavan
Hello, I have enabled checkpoint and I am using RollingSink to sink the data to HDFS (2.7.x) from KafkaConsumer. To simulate failover/recovery, I stopped TaskManager and the job gets rescheduled to other Taskmanager instance. During this momemnt, the current "in-progress" gets

[jira] [Created] (FLINK-3637) Change RollingSink Writer interface to allow wider range of outputs

2016-03-19 Thread Lasse Dalegaard (JIRA)
Lasse Dalegaard created FLINK-3637: -- Summary: Change RollingSink Writer interface to allow wider range of outputs Key: FLINK-3637 URL: https://issues.apache.org/jira/browse/FLINK-3637 Project: Flink

[jira] [Created] (FLINK-2979) RollingSink does not work with Hadoop 2.7.1

2015-11-05 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-2979: Summary: RollingSink does not work with Hadoop 2.7.1 Key: FLINK-2979 URL: https://issues.apache.org/jira/browse/FLINK-2979 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-2672) Add partitioned output format to HDFS RollingSink

2015-09-15 Thread Mohamed Amine ABDESSEMED (JIRA)
Mohamed Amine ABDESSEMED created FLINK-2672: --- Summary: Add partitioned output format to HDFS RollingSink Key: FLINK-2672 URL: https://issues.apache.org/jira/browse/FLINK-2672 Project: Flink