Dataflow/Beam and Spark: A Programming Model Comparison
cloud.google.com
Dataflow/Beam and Spark: A Programming Model Comparison
1–10 of 34 posts
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#2Re: Dataflow/Beam and Spark: A Programming Model Comparison
#3Url changed from https://cloud.google.com/blog/big-data/2016/02/comparing-the... , which points to this.
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#4One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#5I think that this is useful. One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
Take it with a grain of salt.
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#6How come Google Cloud Storage can be used instead of HDFS? I'm comparing google/amazon/azure right now. Both Amazon and Azure have 2 types of storage options - the regular object storage (S3a and Blobs) and block storage (S3 and Data Lake Store). S3 and DLS can act as the file system for Hadoop themselves (meaning you can let the data sit there and fire up clusters just for processing when needed), but they cannot interface with tools like the regular storage.
Meanwhile, Google's storage is like regular object storage, but you can run map/reduce (dataproc) and Spark on it.
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#7I think that this is useful. One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
I haven't studied the code very carefully, but I think this is mostly PR piece. Not only using Spark from Java isn't a very good idea, but the "canonical" way to do transformations like that is using dataframes or datasets (which are from Spark 1.6 and provide some improvements over dataframes). Take it with a grain of salt.
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#8I think that this is useful. One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#9I think that this is useful. One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
I haven't studied the code very carefully, but I think this is mostly PR piece. Not only using Spark from Java isn't a very good idea, but the "canonical" way to do transformations like that is using dataframes or datasets (which are from Spark 1.6 and provide some improvements over dataframes). Take it with a grain of salt.
Re: Dataflow/Beam and Spark: A Programming Model Comparison
#10I think that this is useful. One question though. Is there a reason you can't use the Spark Window functions? https://databricks.gitbooks.io/databricks-spark-reference-ap...
I haven't studied the code very carefully, but I think this is mostly PR piece. Not only using Spark from Java isn't a very good idea, but the "canonical" way to do transformations like that is using dataframes or datasets (which are from Spark 1.6 and provide some improvements over dataframes). Take it with a grain of salt.