Skip to content

Commit 0aadc30

Browse files
committed
remove profiles no longer needed
1 parent 2620a5a commit 0aadc30

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This project contains multiple plugins for Apache Hadoop, which are intended to
1010

1111
## Installation
1212

13-
Currently you can compile hdfs-utils against Hadoop 3.3.4, 3.3.6, 3.4.0, 3.4.1 or 3.4.2. You need to specify the version by activating either the `hadoop-3.3.4`, `hadoop-3.3.6`, `hadoop-3.4.0`, `hadoop-3.4.1` or the `hadoop-3.4.2` profile below.
13+
Currently you can compile hdfs-utils against Hadoop 3.3.6, 3.4.1 or 3.4.2. You need to specify the version by activating either the `hadoop-3.3.6`, `hadoop-3.4.1` or the `hadoop-3.4.2` profile below.
1414

15-
Run `mvn clean package -P hadoop-3.4.0` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath.
15+
Run e.g. `mvn clean package -P hadoop-3.4.2` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath.
1616
The easiest way to achieve this is to put it in the directory `/stackable/hadoop/share/hadoop/tools/lib/`.
1717
The Stackable HDFS already takes care of this, you don't need to do anything in this case.
1818

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -293,30 +293,6 @@
293293
<jackson.version>2.12.7.1</jackson.version>
294294
</properties>
295295
</profile>
296-
<profile>
297-
<id>hadoop-3.3.4</id>
298-
<properties>
299-
<hadoop.version>3.3.4</hadoop.version>
300-
<!-- Taken from https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common/3.3.4 -->
301-
<slf4j.version>1.7.36</slf4j.version>
302-
<jackson.version>2.12.7.1</jackson.version>
303-
</properties>
304-
</profile>
305-
<profile>
306-
<id>hadoop-3.4.0</id>
307-
<!--
308-
Users need to explicitly set the version of Hadoop they want to build against
309-
<activation>
310-
<activeByDefault>true</activeByDefault>
311-
</activation>
312-
-->
313-
<properties>
314-
<hadoop.version>3.4.0</hadoop.version>
315-
<!-- Taken from https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common/3.4.0 -->
316-
<slf4j.version>1.7.36</slf4j.version>
317-
<jackson.version>2.12.7.1</jackson.version>
318-
</properties>
319-
</profile>
320296
<profile>
321297
<id>hadoop-3.4.1</id>
322298
<!--

0 commit comments

Comments
 (0)