logstash-output-hdfs 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/logstash/outputs/hdfs.rb +1 -1
- data/logstash-output-hdfs.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c676c39b353ea36dd173f134b65b8379095f7e4c
|
|
4
|
+
data.tar.gz: 15c26974343519e601b87f791ad6061c335d76eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4147a848a64b752348471134af99160794094672c6eff393db1b3e7465897a0e11d36083bf241421dea61980c88a3d6956167f1869f6c0f09d14bb1f0613480f
|
|
7
|
+
data.tar.gz: 7ea004a9db7ea89051d2164a10240dedd6f60970086d98a7f4bde0cc4e46aef8daa49d8180033e65e55a1618b511b36f12360910978001a90b63aaf0de7860b5
|
|
@@ -169,7 +169,7 @@ class LogStash::Outputs::HDFS < LogStash::Outputs::Base
|
|
|
169
169
|
|
|
170
170
|
# on further retries we backoff and spin on isFileClosed in hopes of catching an early break
|
|
171
171
|
61.times do
|
|
172
|
-
return if
|
|
172
|
+
return if is_file_closed_available and @hdfs.isFileClosed(path)
|
|
173
173
|
sleep 1
|
|
174
174
|
end
|
|
175
175
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-output-hdfs'
|
|
4
|
-
s.version = '0.2.
|
|
4
|
+
s.version = '0.2.1'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "$summary"
|
|
7
7
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-output-hdfs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Avishai Ish-Shalom
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|