Skip to content

perpet/kafkoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafkoop

Setup

Fetch dependencies

bin/bootstrap

Start hadoop container

In a terminal run:

  • bin/start-hadoop

An interactive shell should start connected to the container. Run the following commands:

  • groupadd supergroup
  • adduser hdfs -g supergroup

Start kafka container

In another terminal, start kafka container:

  • bin/start-kafka

Inspecting HDFS

  • cd /usr/local/hadoop

List files:

  • bin/hdfs dfs -ls /

Show contents of file:

  • bin/hdfs dfs -cat /tmp/my-file

Remove file(s):

  • bin/hdfs dfs -rm -r /tmp

Links

About

Hadoop & Kafka hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •