Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
52fc0585
Commit
52fc0585
authored
Jun 25, 2015
by
Ioannis Tsafaras
Browse files
LAM-25 Changed kafka install dir
parent
05434c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kafka_producer_scripts/rand_kafka_producer.sh
View file @
52fc0585
#!/bin/bash
while
[
-f
"/root/runrand"
]
;
do
python /root/data-generator.py | /usr/l
ib
/kafka
_2.10-0.8.2.1
/bin/kafka-console-producer.sh
--broker-list
192.168.0.3:9092
--topic
input
python /root/data-generator.py | /usr/l
ocal
/kafka/bin/kafka-console-producer.sh
--broker-list
192.168.0.3:9092
--topic
input
sleep
1
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment