Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 24, 2020
1 parent 614e8a6 commit 2747096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-JavaMapReduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In Maven you would simply add this dependency
<dependency>
<groupId>nl.basjes.hadoop</groupId>
<artifactId>splittablegzip</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>

Then in Java you would create an instance of the Job that you are going to run
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Making GZip Splittable for Apache Hadoop
* Copyright (C) 2011-2019 Niels Basjes
*
Expand Down

0 comments on commit 2747096

Please sign in to comment.