File tree Expand file tree Collapse file tree 3 files changed +170
-156
lines changed
src/main/java/org/embulk/output Expand file tree Collapse file tree 3 files changed +170
-156
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
1919 provided " org.embulk:embulk-core:0.6.16"
2020 // compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
2121 compile ' org.apache.hadoop:hadoop-client:2.6.0'
22+ compile ' com.google.guava:guava:14.0'
2223 testCompile " junit:junit:4.+"
2324}
2425
@@ -58,7 +59,7 @@ Gem::Specification.new do |spec|
5859 spec. description = % [Dumps records to Hdfs . ]
5960 spec. email = [" civitaspo@gmail.com" ]
6061 spec. licenses = [" MIT" ]
61- # TODO set this : spec. homepage = " https://github.com/civitaspo/embulk-output-hdfs"
62+ spec. homepage = " https://github.com/civitaspo/embulk-output-hdfs"
6263
6364 spec. files = `git ls- files`. split(" \n " ) + Dir [" classpath/*.jar" ]
6465 spec. test_files = spec. files. grep(% r" ^(test|spec)/" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments