Skip to content

Commit 4042b26

Browse files
authored
Release 0.1.0 (#3)
1 parent 274f8e7 commit 4042b26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM docker.stackable.tech/stackable/hadoop:3.3.6-stackable0.0.0-dev
22

3-
COPY --chown=stackable:stackable ./hdfs-utils-0.1.0-SNAPSHOT.jar /stackable/hadoop/share/hadoop/tools/lib/
3+
COPY --chown=stackable:stackable ./hdfs-utils-*.jar /stackable/hadoop/share/hadoop/tools/lib/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project contains multiple plugins for Apache Hadoop, which are intended to
99
3. Not (yet?) in this repository is a [TopologyProvider](https://github.com/stackabletech/hdfs-topology-provider/).
1010

1111
## Installation
12-
Run `mvn package` and put the resulting `target/hdfs-utils-0.1.0-SNAPSHOT.jar` file on your HDFS classpath.
12+
Run `mvn package` and put the resulting `target/hdfs-utils-*.jar` file on your HDFS classpath.
1313
The easiest way to achieve this is to put it in the directory `/stackable/hadoop/share/hadoop/tools/lib/`.
1414
The Stackable HDFS already takes care of this, you don't need to do anything in this case.
1515

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>tech.stackable</groupId>
66
<artifactId>hdfs-utils</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88

99
<name>Apache Hadoop HDFS utils</name>
1010
<url>https://github.com/stackabletech/hdfs-utils/</url>

0 commit comments

Comments
 (0)