Skip to content

Commit a27263a

Browse files
authored
Merge pull request #7 from agentzh2m/feature/install-guide-readme
install guide readme
2 parents 0f65b92 + 73ff19c commit a27263a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,18 @@ for i in "${!KCONNECT_NODES[@]}"; do
5959
}
6060
}'
6161
done
62-
```
62+
```
63+
64+
#### Installation Guide
65+
66+
1. Before building make sure maven and java development kit is install.
67+
2. Firstly build the package using the following command `mvn package`.
68+
3. After building the package a new jar will created in `target/connect-fieldandtime-partitioner-1.1.0-SNAPSHOT.jar` copy the jar file into the s3 plugin directory.
69+
4. Restart the connector if the user use helm redeploy the helm so that it can detect the plugin.
70+
71+
__Tips__
72+
73+
*Where is the plugin?*
74+
75+
If the plugin was installed via confluent-hub the jar file should be copy to `/usr/share/confluent-hub-components/confluentinc-kafka-connect-s3/lib/` however if kafka-connect-s3-sink was installed somewhere else place the jar file in the __same directory as the connector plugin jars__.
76+

0 commit comments

Comments
 (0)