Einar Th. Einarsson
Hardik B. Soni
About the Author
Gumundur Jn Halldrsson is a Software Engineer who enjoys the challenges of complex problems and pays close attention to detail. He is an annual speaker at the Icelandic Computer Society (SKY, http://www.utmessan.is/).
Gumundur is a Software Engineer with extensive experience and management skills, and works for Five Degrees (www.fivedegrees.nl), a banking software company. The company develops and sells high-quality banking software. As a Senior Software Engineer, he is responsible for the development of a backend banking system produced by the company. Gumundur has a B.Sc. in Computer Sciences from the Reykjavik University.
Gumundur has a long period of work experience as a Software Engineer since 1996. He has worked for a large bank in Iceland, an insurance company, and a large gaming company where he was in the core EVE Online team.
Gumundur is passionate about whatever he does. He loves to play online chess and Sudoku. And when he has time, he likes to read science fiction and history books.
He maintains a Facebook page to network with his friends and readers, and blogs about the wonders of programming and cloud computing at http://www.gudmundurjon.net/.
I would like to thank my two girls, Kolbrn and Brynds, for their patience while I was writing this book, and researching in the area of cluster computing.
About the Reviewers
Einar Th. Einarsson has been hacking computers since childhood, and has worked both as a Programmer and a System Administrator for more than 15 years in diverse fields such as online gaming, anti-malware, biotech, and telecommunications, at companies such as CCP Games, FRISK Software, and deCODE Genetics. He is currently the CTO of a startup company focused on providing tools for the online poker world.
Andrea Mostosi is a passionate Software Developer. In 2003, while he was at high school, he started with a single-node LAMP stack and grew up by adding more languages, components, and nodes. He graduated in Milan and worked on several web-related projects. He is currently working with data, trying to discover information hidden behind huge datasets.
I would like to thank my girlfriend Khadija, who lovingly supports me in everything I do, and the people I collaborated with, for fun or for work, for everything they taught me. I would also like to thank Packt Publishing and its staff for this opportunity to contribute to this production.
Plmi Skowronski holds a bachelor's and a master's degree in Computer Science from Reykjavk University, with a focus on machine-learning and heuristic searches.
Most recently, he has been working in the financial sector developing distributed enterprise solutions with Five Degrees as a Senior Developer, and is currently working on smart analysis of financial transactions with Meniga as a Software Specialist.
I would like to thank the author Mr. Halldrsson, a friend and colleague, for the many laughs and stimulating conversations we had during the writing of this book. May there be many more in the near future.
www.PacktPub.com
Support files, eBooks, discount offers and more
You might want to visit www.PacktPub.com for support files and downloads related to your book.
Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.
At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.
http://PacktLib.PacktPub.com
Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.
Why Subscribe?
- Fully searchable across every book published by Packt
- Copy and paste, print and bookmark content
- On demand and accessible via web browser
Free Access for Packt account holders
If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.
Preface
Apache Accumulo is a sorted, distributed Key-Value store. Since Accumulo depends on other systems, setting it up for the first time is slightly difficult, hence the aim of Apache Accumulo for Developers is to make this process easy for you by following a step-by-step approach. Monitoring, performance tuning, and optimizing an Accumulo cluster is difficult unless you have the right tools. This book shall take a deep dive into these tools and also address the security issues that come along with the Accumulo cluster.
What this book covers
, Building an Accumulo Cluster from Scratch , explores how to set up a single-node, pseudo-distributed mode and then expand it to a multi-node.
, Monitoring and Managing Accumulo , focuses on four major things to keep the cluster in a healthy state and to keep in check all the problems that occur while dealing with a cluster.
, Integrating Accumulo into Various Cloud Platforms