Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro authored May 12, 2024
1 parent 63e4972 commit 929c69f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions KAFKA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@

### Install JAVA
```
yum install java -y
yum install wget unzip java -y
java -version
```
### Download KAFKA

```
cd /tmp
wget https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz
wget https://downloads.apache.org/kafka/3.6.2/kafka_2.12-3.6.2.tgz
```

Extract the Kafka archive file

```
tar -xzvf kafka_2.13-3.6.1.tgz
tar -xzvf kafka_2.12-3.6.2.tgz
```


Extract the Kafka archive file

```
mv kafka_2.13-3.6.1.tgz /etc/kafka
mv kafka_2.12-3.6.2.tgz /etc/kafka
```

Expand All @@ -51,15 +51,15 @@ On each server KFK1, KFK2 , KFK3 download Kafka and Zokeeper to the tmp director

```
cd /tmp
wget https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz
wget https://downloads.apache.org/kafka/3.6.2/kafka_2.12-3.6.2.tgz
```

On each server extract the Kafka archive file

```
tar -xzvf kafka_2.13-3.6.1.tgz
tar -xzvf kafka_2.12-3.6.2.tgz
```

Expand All @@ -68,7 +68,7 @@ tar -xzvf kafka_2.13-3.6.1.tgz


```
mv kafka_2.13-3.6.1.tgz /etc/kafka
mv kafka_2.12-3.6.2.tgz /etc/kafka
mkdir -p /var/lib/zookeeper/
```
Expand Down

0 comments on commit 929c69f

Please sign in to comment.