Skip to content

Commit 04e3d7a

Browse files
authored
Merge pull request apache#661 from InterestingLab/garyelephant.bugfix.hive_output
added Hive in BaseOutput META-INF service file
2 parents 51d3e86 + 91b3f50 commit 04e3d7a

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "Waterdrop"
2-
version := "1.5.3"
2+
version := "1.5.4"
33
organization := "io.github.interestinglab.waterdrop"
44

55
scalaVersion := "2.11.8"

doctor/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "Waterdrop-doctor"
2-
version := "1.5.3"
2+
version := "1.5.4"
33
organization := "io.github.interestinglab.waterdrop"
44

55
scalaVersion := "2.11.8"

waterdrop-apis/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "Waterdrop-apis"
2-
version := "1.5.3"
2+
version := "1.5.4"
33
organization := "io.github.interestinglab.waterdrop"
44

55
scalaVersion := "2.11.8"

waterdrop-config/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "Waterdrop-config"
2-
version := "1.5.3"
2+
version := "1.5.4"
33
organization := "io.github.interestinglab.waterdrop"
44

55
scalaVersion := "2.11.8"

waterdrop-core/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "Waterdrop-core"
2-
version := "1.5.3"
2+
version := "1.5.4"
33
organization := "io.github.interestinglab.waterdrop"
44

55
scalaVersion := "2.11.8"

waterdrop-core/src/main/resources/META-INF/services/io.github.interestinglab.waterdrop.apis.BaseOutput

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ io.github.interestinglab.waterdrop.output.batch.Stdout
1010
io.github.interestinglab.waterdrop.output.batch.Tidb
1111
io.github.interestinglab.waterdrop.output.batch.MongoDB
1212
io.github.interestinglab.waterdrop.output.batch.Kudu
13-
io.github.interestinglab.waterdrop.output.batch.Alluxio
13+
io.github.interestinglab.waterdrop.output.batch.Alluxio
14+
io.github.interestinglab.waterdrop.output.batch.Hive

0 commit comments

Comments
 (0)