Last active
August 3, 2018 18:02
-
-
Save jwkidd3/9bf9d316279d5cc090c87ad230d7aa99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo yum install git | |
| wget http://ftp.wayne.edu/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz | |
| tar xvf apache-maven-3.5.4-bin.tar.gz | |
| mv apache-maven-3.5.4 maven | |
| sudo mv maven/ /usr/local/ | |
| export PATH=$PATH:/usr/local/maven/bin | |
| git clone https://github.com/jwkidd3/kafka | |
| cd kafka/kafka_macys | |
| mvn package | |
| mvn exec:java -Dexec.mainClass="com.kiddcorp.kafka.macys.HelloConsumer" | |
| mvn exec:java -Dexec.mainClass="com.kiddcorp.kafka.macys.HelloProducer" | |
| mvn exec:java -Dexec.mainClass="com.kiddcorp.kafka.macys.ConsumerRunner" | |
| sudo yum install qt3-sqlite.i686 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment