Skip to content

Commit

Permalink
Remove the hadoop components
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoers committed May 12, 2024
1 parent b2e67f4 commit 3e09848
Show file tree
Hide file tree
Showing 85 changed files with 17 additions and 15,398 deletions.
18 changes: 9 additions & 9 deletions flume-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
<name>Apache Flume Artifacts</name>

<properties>
<flume-hadoop.version>1.11.1-SNAPSHOT</flume-hadoop.version>
<flume-hadoop.version>2.0.0-SNAPSHOT</flume-hadoop.version>
<flume-http.version>1.11.1-SNAPSHOT</flume-http.version>
<flume-irc.version>1.11.1-SNAPSHOT</flume-irc.version>
<flume-jdbc.version>2.0.0-SNAPSHOT</flume-jdbc.version>
Expand Down Expand Up @@ -92,8 +92,8 @@ limitations under the License.
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-hadoop-credential-store-config-filter</artifactId>
<version>${project.version}</version>
<artifactId>flume-hadoop-credential-store-config-filter</artifactId>
<version>${flume-hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
Expand Down Expand Up @@ -172,12 +172,12 @@ limitations under the License.
<version>${morphline.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hdfs-sink</artifactId>
<version>${flume-hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hive-sink</artifactId>
<version>${flume-hadoop.version}</version>
</dependency>
Expand All @@ -192,8 +192,8 @@ limitations under the License.
<version>${flume-irc.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-hbase2-sink</artifactId>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hbase2-sink</artifactId>
<version>${flume-hadoop.version}</version>
</dependency>
<dependency>
Expand All @@ -202,8 +202,8 @@ limitations under the License.
<version>${flume-kafka.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-kudu-sink</artifactId>
<groupId>org.apache.flume</groupId>
<artifactId>flume-kudu-sink</artifactId>
<version>${flume-hadoop.version}</version>
</dependency>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion flume-ng-configfilters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ limitations under the License.

<modules>
<module>flume-ng-environment-variable-config-filter</module>
<module>flume-ng-hadoop-credential-store-config-filter</module>
<module>flume-ng-config-filter-api</module>
<module>flume-ng-external-process-config-filter</module>
</modules>
Expand Down
Loading

1 comment on commit 3e09848

@ppkarwasz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to suggest that: HADOOP is a dependency hell.
Fortunately you thought about that first. Great job! 💯

Please sign in to comment.