Skip to content

Commit

Permalink
Merge pull request #16 from wucheng/master
Browse files Browse the repository at this point in the history
pass inner exception directly
  • Loading branch information
wucheng committed Sep 17, 2021
2 parents 38b659c + 072622f commit cd166e0
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 497 deletions.
Binary file removed jar/chdfs_hadoop_plugin_network-2.4.jar
Binary file not shown.
Binary file added jar/chdfs_hadoop_plugin_network-2.5.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion jar/jar.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5 (chdfs_hadoop_plugin_network-2.4.jar) = 386f43324d2272705e769c32d8755c10
MD5 (chdfs_hadoop_plugin_network-2.5.jar) = 65d3bc5a7510ac18d7c48648cf2a6d5a
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.qcloud</groupId>
<artifactId>chdfs_hadoop_plugin_network</artifactId>
<version>2.4</version>
<version>2.5</version>
<packaging>jar</packaging>

<name>chdfs_hadoop_plugin_network</name>
Expand All @@ -15,10 +15,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<hadoop.version>3.1.2</hadoop.version>
<hadoop.version>2.8.5</hadoop.version>
</properties>


<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
Loading

0 comments on commit cd166e0

Please sign in to comment.