Skip to content

fix compile error #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "hadoop-hdfs-project/commons-pool2"]
path = hadoop-hdfs-project/commons-pool2
url = https://github.com/DSL-UMD/commons-pool2
1 change: 1 addition & 0 deletions hadoop-hdfs-project/commons-pool2
Submodule commons-pool2 added at f5413f
6 changes: 0 additions & 6 deletions hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-nnproxy</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdfs-project/hadoop-hdfs-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.2</version>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions hadoop-hdfs-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<packaging>pom</packaging>

<modules>
<module>commons-pool2</module>
<module>hadoop-hdfs</module>
<module>hadoop-hdfs-client</module>
<module>hadoop-hdfs-db</module>
Expand Down