We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a0034 + 80a50fd commit be60f09Copy full SHA for be60f09
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.2.4 (2016-04-27)
2
+==================
3
+- Enhancement: Avoid to create 0 byte files
4
+ - https://github.com/civitaspo/embulk-output-hdfs/pull/14
5
+
6
0.2.3 (2016-04-20)
7
==================
8
- Add: `delete_in_advance` option
build.gradle
@@ -15,7 +15,7 @@ configurations {
15
provided
16
}
17
18
-version = "0.2.3"
+version = "0.2.4"
19
20
sourceCompatibility = 1.7
21
targetCompatibility = 1.7
0 commit comments