Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Fast Data Processing Systems with SMACK Stack

You're reading from  Fast Data Processing Systems with SMACK Stack

Product type Book
Published in Dec 2016
Publisher Packt
ISBN-13 9781786467201
Pages 376 pages
Edition 1st Edition
Languages
Author (1):
Raúl Estrada Raúl Estrada
Profile icon Raúl Estrada

Table of Contents (15) Chapters

Fast Data Processing Systems with SMACK Stack
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
An Introduction to SMACK The Model - Scala and Akka The Engine - Apache Spark The Storage - Apache Cassandra The Broker - Apache Kafka The Manager - Apache Mesos Study Case 1 - Spark and Cassandra Study Case 2 - Connectors Study Case 3 - Mesos and Docker

Installation


Go to the Apache Kafka home page: kafka.apache.org/downloads as in Figure 5-2, Apache Kafka download page.

Figure 5-2. Apache Kafka download page

The Apache Kafka current version available is 0.10.0.0 as a stable release. A major limitation with Kafka since 0.8.x is that it is not backward-compatible. So, we cannot replace this version for one prior to 0.8. Once you've downloaded the latest available release, let's proceed with the installation.

Installing Java

We need Java 1.7 or later. Download and install the latest JDK from Oracle's website: http://www.oracle.com/technetwork/java/javase/downloads/index.html .

To install in Linux (as an example):

  1. Change the file mode:
    [master@localhost opt]# chmod +x jdk-8u91-linux-x64.rpm 
    
  2. Go to the directory in which you want to perform the installation:
    [master@localhost opt]# cd <directory path name>
    
  3. Run the rpm installer with the command:
    [master@localhost java]# rpm -ivh jdk-8u91-linux-x64.rpm 
    
  4. Finally, add the environment variable...
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}