跳过正文
  1. 博客/
  2. 后端/
  3. 框架/

Big Data Questions

1 分钟· ·
后端 框架 大数据
作者
Allen
一个强大、轻量级的 Hugo 主题。

Recently I found that I’m kind of over talking when I speak with others, so I want to train my conclusion of solving problem. Here are some problems I meet when I read books of Big Data.

  • No 1. Why Spark does not use map-reduce?

Disk reading is too slow to complete big data analyze.Map-reduce is a shuffle which meanings parallizing.Spark just use memory to complete parallizing a huge problem.

  • No 2. How Hadoop to append data?

Just use

相关文章

千万级数据处理小结
8 分钟
后端 框架 大数据
大数据学习小总结
1 分钟
后端 框架 大数据
Learning Scala From Java
3 分钟
后端 框架 Java
触摸Python的GIL
18 分钟
后端 框架 Python
如何让你的Python更快
11 分钟
后端 框架 Python
从关系角度来看XPath
5 分钟
后端 框架 Python