Repository: beam-site Updated Branches: refs/heads/asf-site ad4c5c011 -> 1c164e086
Add Hive (HCatalog) to the list of available I/O transforms Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/993d2c4a Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/993d2c4a Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/993d2c4a Branch: refs/heads/asf-site Commit: 993d2c4ac6fe9c564d9c0e3166298c6f4edce099 Parents: ad4c5c0 Author: Ismaël MejÃa <[email protected]> Authored: Sat Jun 10 02:22:22 2017 +0200 Committer: Ismaël MejÃa <[email protected]> Committed: Sat Jun 10 02:22:22 2017 +0200 ---------------------------------------------------------------------- src/documentation/io/built-in.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/993d2c4a/src/documentation/io/built-in.md ---------------------------------------------------------------------- diff --git a/src/documentation/io/built-in.md b/src/documentation/io/built-in.md index 7eb7c02..637d748 100644 --- a/src/documentation/io/built-in.md +++ b/src/documentation/io/built-in.md @@ -38,6 +38,7 @@ Consult the [Programming Guide I/O section]({{site.baseurl }}/documentation/prog <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/cassandra">Apache Cassandra</a></p> <p><a href="{{site.baseurl}}/documentation/io/built-in/hadoop/">Apache Hadoop InputFormat</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/hbase">Apache HBase</a></p> + <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/hcatalog">Apache Hive (HCatalog)</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/mongodb">MongoDB</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/jdbc">JDBC</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery">Google BigQuery</a></p> @@ -78,10 +79,6 @@ This table contains I/O transforms that are currently planned or in-progress. St <td><a href="https://issues.apache.org/jira/browse/BEAM-607">BEAM-607</a></td> </tr> <tr> - <td>Apache Hive</td><td>Java</td> - <td><a href="https://issues.apache.org/jira/browse/BEAM-1158">BEAM-1158</a></td> - </tr> - <tr> <td>Apache Parquet</td><td>Java</td> <td><a href="https://issues.apache.org/jira/browse/BEAM-214">BEAM-214</a></td> </tr>
