unsubscribe

2022-08-01 Thread Martin Soch
- To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Re: Direct Kafka input stream and window(…) function

2016-03-29 Thread Martin Soch
blems... Can you post a minimal code example that reproduces the problem? Using print() will confuse the issue, since print() will try to only use the first partition. Use foreachRDD { rdd => rdd.foreach(println) or something comparable On Tue, Mar 22, 2016 at 10:14 AM, Martin Soch <

Direct Kafka input stream and window(…) function

2016-03-22 Thread Martin Soch
Hi all, I am using direct-Kafka-input-stream in my Spark app. When I use window(...) function in the chain it will cause the processing pipeline to stop - when I open the Spark-UI I can see that the streaming batches are being queued and the pipeline reports to process one of the first

[webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Martin Soch
Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing Thanks Martin

[webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Martin Soch
Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing some particular features (SVG, CSS, Javascipt,