ruby-hdfs-cdh4 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ ENV['CLASSPATH'] = ['/usr/lib/hadoop', '/usr/lib/hadoop/lib', '/usr/lib/hadoop-hdfs'].map do |lib_dir|
2
+ Dir[File.join(lib_dir, '*.jar')]
3
+ end.flatten.uniq.join(':')
4
+
5
+ require 'hdfs'
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-hdfs-cdh4
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Alexander Staubo
9
+ - Steve Salevan
10
+ - Dallas Marlow
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+ date: 2013-05-13 00:00:00.000000000 Z
15
+ dependencies: []
16
+ description: ruby hadoop libhdfs client with support for cdh4
17
+ email:
18
+ - alex@bengler.no
19
+ - steve.salevan@gmail.com
20
+ - dallasmarlow@gmail.com
21
+ executables: []
22
+ extensions:
23
+ - ext/hdfs/extconf.rb
24
+ extra_rdoc_files: []
25
+ files:
26
+ - LICENSE
27
+ - ext/hdfs/extconf.rb
28
+ - ext/hdfs/hdfs.c
29
+ - ext/hdfs/hdfs.h
30
+ - lib/hdfs/classpath.rb
31
+ homepage: http://github.com/dallasmarlow/ruby-hdfs-cdh4
32
+ licenses: []
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: 1.9.2
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 1.8.23
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: ruby hadoop libhdfs client with support for cdh4
55
+ test_files: []