Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Mesos

You're reading from   Mastering Mesos The ultimate guide to managing, building, and deploying large-scale clusters with Apache Mesos

Arrow left icon
Product type Paperback
Published in May 2016
Publisher Packt
ISBN-13 9781785886249
Length 352 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Dubhashi Dubhashi
Author Profile Icon Dubhashi
Dubhashi
 Das Das
Author Profile Icon Das
Das
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Mastering Mesos
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
1. Introducing Mesos FREE CHAPTER 2. Mesos Internals 3. Getting Started with Mesos 4. Service Scheduling and Management Frameworks 5. Mesos Cluster Deployment 6. Mesos Frameworks 7. Mesos Containerizers 8. Mesos Big Data Frameworks 9. Mesos Big Data Frameworks 2 Index

Debugging and troubleshooting


In this section, we will look at how to troubleshoot and debug the common issues faced during setup.

Handling missing library dependencies

Sometimes, when you try to build Mesos on a brand new Linux VM, it may throw up errors in the configure step. An example is a missing libz-dev package:

configure: error: cannot find libz
-------------------------------------------------------------------
libz is required for Mesos to build.
-------------------------------------------------------------------

Whenever you find an error such as the preceding one or something similar to a missing package, the next thing that you need to do is to install these missing packages and execute the configure command again.

Here, to resolve the missing libz library, you will have to type in the following on the Ubuntu machine:

$ sudo apt-get install libz-dev

For CentOS flavors, the command will be as follows:

$ yum install zlib-devel

Issues with directory permissions

If Mesos is trying to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images