Skip to content

Commit

Permalink
minor fixes and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomedas committed Apr 7, 2015
1 parent bdef4fc commit 7408207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/hadoop-4mc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.hadoop.fourmc</groupId>
<artifactId>hadoop-4mc</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>4mc</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>

<!-- hadoop -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public static FourMcBlockIndex readIndex(FileSystem fs, Path file) throws IOExce
buf = new byte[readTailSize];
readFully(indexIn, buf, 0, buf.length);
}
indexIn.close();

int startFooterOffset = readTailSize - footerSize;

Expand Down

0 comments on commit 7408207

Please sign in to comment.