redhat-gpe / rhte2018_operational_intelligence

1 stars 2 forks source link

Mod 3 Lab: Basic KafkaProducer Program to Parse the Uber.csv file #28

Closed Pkrish15 closed 5 years ago

Pkrish15 commented 5 years ago

Create a basic KafkaProducer program to parse the uber.csv file.

Pkrish15 commented 5 years ago

Created KafkaProducer Program (MsgProducer.java) to test in the Local Env. It publishes the messages successfully. To be incorporated in Zeppelin Notebook

Pkrish15 commented 5 years ago

Modified the code changes and works in the zeppelin notebook as expected.