Scalding Library
Jump to navigation
Jump to search
A Scalding Library is a Scala library that simplifies that specification of Hadoop MapReduce Jobs.
- …
- Counter-Example(s):
- Scalding 0.17.2 (~2017-07-14).
- …
- Counter-Example(s):
- See: SQL Database, NoSQL Database..
References
2015
- http://scalding.io/why-scalding/
- QUOTE: Scalding is an amazing technology that allows the development of complex MapReduce applications in a higher level of abstraction.
It allows modular code development in a test driven development method and provides a concise and powerful pipelining Scala api to develop Big Data applications.
It provides tight integration with NoSQL, SQL, Search platforms and Machine Learning.
- QUOTE: Scalding is an amazing technology that allows the development of complex MapReduce applications in a higher level of abstraction.
2014
- https://github.com/twitter/scalding
- QUOTE: Scalding is a Scala library that makes it easy to specify Hadoop MapReduce jobs. Scalding is built on top of Cascading, a Java library that abstracts away low-level Hadoop details. Scalding is comparable to Pig, but offers tight integration with Scala, bringing advantages of Scala to your MapReduce jobs.