Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
provided "org.embulk:embulk-core:0.6.16"
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
compile 'org.apache.hadoop:hadoop-client:2.6.0'
compile 'com.google.guava:guava:14.0'
testCompile "junit:junit:4.+"
}

Expand Down Expand Up @@ -58,7 +59,7 @@ Gem::Specification.new do |spec|
spec.description = %[Dumps records to Hdfs.]
spec.email = ["civitaspo@gmail.com"]
spec.licenses = ["MIT"]
# TODO set this: spec.homepage = "https://github.com/civitaspo/embulk-output-hdfs"
spec.homepage = "https://github.com/civitaspo/embulk-output-hdfs"

spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
spec.test_files = spec.files.grep(%r"^(test|spec)/")
Expand Down
120 changes: 0 additions & 120 deletions embulk-output-hdfs.iml

This file was deleted.

Loading