This is an automated email from the ASF dual-hosted git repository.
lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new f82cb13 [GOBBLIN-1264] Add gobblin-orc as publishing module
f82cb13 is described below
commit f82cb13204d48392d56a1291f1b06335271a1e7a
Author: Lei Sun <[email protected]>
AuthorDate: Tue Sep 15 15:42:13 2020 -0700
[GOBBLIN-1264] Add gobblin-orc as publishing module
Dear Gobblin maintainers,
Please accept this PR. I understand that it will
not be reviewed until I have checked off all the
steps below!
### JIRA
https://issues.apache.org/jira/browse/GOBBLIN-1264
### Description
- [ ] Here are some details about my PR, including
screenshots (if applicable):
Publishing gobblin-orc which contains orc-writer
class as a separate module-jar.
### Tests
- [ ] My PR adds the following unit tests __OR__
does not need testing for this extremely good
reason:
### Commits
- [ ] My commits all reference JIRA issues in
their subject lines, and I have squashed multiple
commits if they address the same issue. In
addition, my commits follow the guidelines from
"[How to write a good git commit
message](http://chris.beams.io/posts/git-
commit/)":
1. Subject is separated from body by a blank line
2. Subject is limited to 50 characters
3. Subject does not end with a period
4. Subject uses the imperative mood ("add", not
"adding")
5. Body wraps at 72 characters
6. Body explains "what" and "why", not "how"
Closes #3105 from autumnust/orcCodeModule
---
gobblin-all/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/gobblin-all/build.gradle b/gobblin-all/build.gradle
index c7e25f0..62cdc71 100644
--- a/gobblin-all/build.gradle
+++ b/gobblin-all/build.gradle
@@ -68,6 +68,7 @@ dependencies {
compile project(':gobblin-modules:gobblin-metrics-hadoop')
compile project(':gobblin-modules:gobblin-metrics-influxdb')
compile project(':gobblin-metrics-libs')
+ compile project(':gobblin-modules:gobblin-orc')
compile project(':gobblin-modules:gobblin-orc-dep')
compile project(':gobblin-modules:gobblin-parquet-apache')
compile project(':gobblin-modules:gobblin-parquet-common')