Repository: incubator-gobblin Updated Branches: refs/heads/master aea0e4227 -> 169a6a5e7
fix misleading sentence in build docs Closes #2118 from cvaliente/fixBuildDocs Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/169a6a5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/169a6a5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/169a6a5e Branch: refs/heads/master Commit: 169a6a5e7a8e646c2bfa9bf413a689d367ae6615 Parents: aea0e42 Author: Clemens Valiente <[email protected]> Authored: Tue Sep 26 14:44:42 2017 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Tue Sep 26 14:44:42 2017 -0700 ---------------------------------------------------------------------- gobblin-docs/user-guide/Building-Gobblin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/169a6a5e/gobblin-docs/user-guide/Building-Gobblin.md ---------------------------------------------------------------------- diff --git a/gobblin-docs/user-guide/Building-Gobblin.md b/gobblin-docs/user-guide/Building-Gobblin.md index 034e258..1e51cc4 100644 --- a/gobblin-docs/user-guide/Building-Gobblin.md +++ b/gobblin-docs/user-guide/Building-Gobblin.md @@ -45,7 +45,7 @@ Add the option `-PexcludeHadoopDeps` to exclude all Hadoop libraries from `gobbl ### Exclude Hive Dependencies from `gobblin-dist.tar.gz` -Add the option `-PexcludeHiveDeps` to exclude all Hadoop libraries from `gobblin-dist.tar.gz`. +Add the option `-PexcludeHiveDeps` to exclude all Hive libraries from `gobblin-dist.tar.gz`. # Custom Gradle Tasks
