-
Only support forall -> always, but allow to specify assertions at the batch level and at the individual record level
-
We've been using this application to manage our stream, and I discovered that the hash key distributions for each shard are uneven:
```
Joel:s3logger jrosen$ aws kinesis describe-stream --stream-name…
-
[root@s0 config]# /root/spark-jobserver/bin/server_deploy.sh local
Deploying job server to localhost...
[info] Loading project definition from /root/spark-jobserver/project
Missing bintray credentials…
-
-
-
Hi!
I'm getting null pointer exception when I'm trying to write parquet files with spark.
```
Dec 13, 2014 3:05:10 AM WARNING: parquet.hadoop.ParquetOutputCommitter: could not write summary file for …
-
I have a pair of jobs that 'cooperate' to carry out a task. If either job fails, the other will not be able to make progress and will hang -- this makes debugging the job code very painful. I need a c…
-
i am using spark streaming context to take flume stream and process it using spark , then want to save the Dstream into Hbase , is it possible to do so using your library ? Thanks in advance
-
Hi guys,
we having a strange problem here.
We are running _spark-streaming_ to do real-time recommendations. So we train a model based on ALS with batch processes, then we export the model and during…
-
I am trying to write a simple "Hello World" kind of application using spark streaming and RabbitMq, in which Apache Spark Streaming will read message from RabbitMq and print it in the console.
The m…