Skip to content

Commit 78b8d29

Browse files
committed
update mvn deploy
1 parent 801f6ec commit 78b8d29

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ $ bin/pulsar-admin sinks delete --name aws-s3-test
2525
```
2626

2727
## Build
28+
The command to build a nar file.
2829
```
2930
$ cd s3
3031
$ mvn clean install
31-
```
32+
```

s3/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,8 @@
200200
<repository>
201201
<id>github</id>
202202
<name>GitHub Apache Maven Packages</name>
203-
<url>https://maven.pkg.github.com/kafkaesque-io/pulsar-client-plugin</url>
203+
<url>https://maven.pkg.github.com/kafkaesque-io/pulsar-object-storage-io</url>
204204
</repository>
205-
<!-- repository>
206-
<id>gitlab-maven</id>
207-
<url>https://gitlab.com/api/v4/projects/16426331/packages/maven</url>
208-
</repository>
209-
<snapshotRepository>
210-
<id>gitlab-maven</id>
211-
<url>https://gitlab.com/api/v4/projects/16426331/packages/maven</url>
212-
</snapshotRepository -->
213205
</distributionManagement>
214206
</project>
215207
<!-- repositories>

s3/src/main/java/com/kesque/pulsar/sink/s3/storage/S3ParquetOutputStream.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public S3ParquetOutputStream(String key, AWSS3Config conf, AmazonS3 s3) {
1616

1717
@Override
1818
public void close() throws IOException {
19-
System.out.println("S3ParquetOutStream close()");
2019
if (commit) {
2120
super.commit();
2221
commit = false;

0 commit comments

Comments
 (0)