Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
None
-
Ubuntu 18.04.2, Docker 18.09
Description
I'm trying to run the project of mongodb-kafka connector from the [mongodb official repository](). I have some troubles in executing the [`./run.sh`](https://github.com/mongodb/mongo-kafka/blob/master/docker/run.sh) that isn't documented properly in the repository.
I have opened the terminal in the following directory:
```
.
├── Dockerfile
├── kafka-mongo.yml
└── run.sh
```
After executing `./run.sh`, I have faced with the following error in case that I have `gradle` installed!
```
Building the MongoDB Kafka Connector
./run.sh: line 14: ./gradlew: No such file or directory
```
Attachments
Issue Links
- duplicates
-
KAFKA-53 run.sh
-
- Closed
-