You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2017/06/08 21:08:09 UTC

[2/2] beam git commit: This closes #3220: Implements HCatalogIO

This closes #3220: Implements HCatalogIO


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/911bfbde
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/911bfbde
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/911bfbde

Branch: refs/heads/master
Commit: 911bfbdef62a7bb750426da9cc59537c4ffd9e1f
Parents: 7c5a70e 349898c
Author: Eugene Kirpichov <ki...@google.com>
Authored: Thu Jun 8 14:07:47 2017 -0700
Committer: Eugene Kirpichov <ki...@google.com>
Committed: Thu Jun 8 14:07:47 2017 -0700

----------------------------------------------------------------------
 sdks/java/io/hcatalog/pom.xml                   | 163 ++++++
 .../apache/beam/sdk/io/hcatalog/HCatalogIO.java | 511 +++++++++++++++++++
 .../beam/sdk/io/hcatalog/package-info.java      |  22 +
 .../io/hcatalog/EmbeddedMetastoreService.java   |  88 ++++
 .../beam/sdk/io/hcatalog/HCatalogIOTest.java    | 271 ++++++++++
 .../sdk/io/hcatalog/HCatalogIOTestUtils.java    | 106 ++++
 .../hcatalog/src/test/resources/hive-site.xml   | 301 +++++++++++
 sdks/java/io/pom.xml                            |   1 +
 8 files changed, 1463 insertions(+)
----------------------------------------------------------------------