Skip to content

Commit 91a14fc

Browse files
committed
modify package name and move hadoop-compat-bench from hadoop/ to hadoop/hadoop-tools/
1 parent b1a0e3f commit 91a14fc

File tree

60 files changed

+98
-101
lines changed

Some content is hidden

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

60 files changed

+98
-101
lines changed

hadoop-compat-bench/pom.xml renamed to hadoop-tools/hadoop-compat-bench/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
2121
<version>3.5.0-SNAPSHOT</version>
22-
<relativePath>../hadoop-project</relativePath>
22+
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-compat-bench</artifactId>
2525
<version>3.5.0-SNAPSHOT</version>
@@ -79,7 +79,7 @@
7979
<configuration>
8080
<archive>
8181
<manifest>
82-
<mainClass>org.apache.hadoop.compat.HdfsCompatibility</mainClass>
82+
<mainClass>org.apache.hadoop.fs.compat.HdfsCompatibility</mainClass>
8383
</manifest>
8484
</archive>
8585
</configuration>
@@ -91,7 +91,7 @@
9191
<configuration>
9292
<archive>
9393
<manifest>
94-
<mainClass>org.apache.hadoop.compat.hdfs.HdfsCompatMiniCluster</mainClass>
94+
<mainClass>org.apache.hadoop.fs.compat.hdfs.HdfsCompatMiniCluster</mainClass>
9595
</manifest>
9696
</archive>
9797
</configuration>
@@ -115,4 +115,4 @@
115115
</resource>
116116
</resources>
117117
</build>
118-
</project>
118+
</project>

0 commit comments

Comments
 (0)