Skip to content

Commit ad49abc

Browse files
author
Akash Borkar
committed
Merge remote-tracking branch 'origin/5.0.x' into merge-4.0.x-feature
2 parents be1ae2b + f23bf24 commit ad49abc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+958
-1917
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Documentation for this connector can be found [here](http://docs.confluent.io/cu
77

88
# Development
99

10-
To build a development version you'll need a recent version of Kafka. You can build
11-
kafka-connect-hdfs with Maven using the standard lifecycle phases.
10+
To build a development version you'll need a recent version of Kafka as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch. See the [FAQ](https://github.com/confluentinc/kafka-connect-hdfs/wiki/FAQ) for guidance on this process.
11+
12+
You can build kafka-connect-hdfs with Maven using the standard lifecycle phases.
1213

1314
# FAQ
1415

checkstyle/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<suppress
4141
checks="NPathComplexity"
42-
files="(TopicPartitionWriter).java"
42+
files="(TopicPartitionWriter|WALFile|DataWriter).java"
4343
/>
4444

4545
<suppress

docs/Makefile

Lines changed: 0 additions & 181 deletions
This file was deleted.

docs/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/autoreload.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)