Skip to content

Commit

Permalink
Upgrade hadoop version from 2.7.3 to 3.2.3 (#303)
Browse files Browse the repository at this point in the history
* upgrade hadoop version from 2.7.3 to 3.2.3

* declaring serialVersionUID 

declaring serialVersionUID as a fix to findbug issue
  • Loading branch information
silpidhua authored Jun 2, 2022
1 parent 6f29f55 commit bb6047b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<slf4j.version>1.7.32</slf4j.version>
<java.version>1.8</java.version>
<joss.version>0.10.3</joss.version>
<hadoop.version>2.7.3</hadoop.version>
<hadoop.version>3.2.3</hadoop.version>
<junit.version>4.13.1</junit.version>
<jackson.version>1.9.13</jackson.version>
<httpcomponents.httpcore.version>4.4.11</httpcomponents.httpcore.version>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/ibm/stocator/fs/cos/COSFileStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.hadoop.fs.Path;

public class COSFileStatus extends FileStatus {
private static final long serialVersionUID = 4L;
private boolean isEmptyDirectory;

/**
Expand Down

0 comments on commit bb6047b

Please sign in to comment.