October 2015
Intermediate to advanced
288 pages
7h 35m
English
In this chapter we cover writing a data file out of Cascalog.
In this chapter we assume you have Leiningen set up.
The benefit of this chapter is understanding and applying the fact that Hadoop is a batch processing system that writes the results of its computation to a data sink somewhere. In this chapter, we’ll write it to a file.
Now we’ll look at reporting the results out of Cascalog to a file.
1. Create a new Leiningen project cascalog-file-output in your projects directory, and change to that directory:
lein new app cascalog-file-output cd cascalog-file-output
2. Ensure that the following is in your projects.clj file:
Read now
Unlock full access