Skip to content

Commit b70fb7c

Browse files
committed
Merge pull request #1 from civitaspo/v0.0.1
V0.0.1
2 parents 02b8019 + 9a6e573 commit b70fb7c

File tree

3 files changed

+170
-156
lines changed

3 files changed

+170
-156
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = ["[email protected]"]
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)/")

embulk-output-hdfs.iml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)