Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.28 KB

01-installing-kafka.md

File metadata and controls

49 lines (25 loc) · 1.28 KB

<< back to main index

Lab 1 : Install Kafka

Overview

Install and run Kafka

Depends On

None

Run time

20 mins

Options for Installing Kafka

Option 1: Native install

This guide walks you through installing Kafka natively on your machine. It assumes you have a 'unix like' system (Linux / Mac / Windows with Linux subsystem).

Option 2: Docker

Another option is to run our docker image. This image has all the software (Kafka, Spark ..etc) pre-installed and configured.

This assumes that you can run Docker containers on your machine and you have some basic knowledge of Docker.

Lot of people prefer this, as it has pretty much every thing you need to run the labs with no effort installing and configuring components.

Follow the docker training image documentation for details and instructions.

STEP 0: To Instructor

Walk through this project on screen first.

Step 1 : Login to your Kafka node

You can use Jupyter UI. Instructor will provide the details.

Step 2 : Install Kafka

Follow 01.1-kafka-install.md

Step 3 : Setup UI Clients

Follow 01.2-setup-ui-clients.md