You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/05 18:04:15 UTC

[iceberg] branch master updated: Docs: Fix typo in docs (#5202)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new e3e8a1522 Docs: Fix typo in docs (#5202)
e3e8a1522 is described below

commit e3e8a15226a16dca18e40b3252ae25e940751cb1
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Tue Jul 5 14:04:11 2022 -0400

    Docs: Fix typo in docs (#5202)
---
 docs/hive.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docs/hive.md b/docs/hive.md
index 718797310..9d6d16c29 100644
--- a/docs/hive.md
+++ b/docs/hive.md
@@ -67,19 +67,8 @@ Hive 4.0.0-alpha-1 comes with the Iceberg 0.13.1 included. No additional downloa
 
 ### Hive 2.3.x, Hive 3.1.x
 
-You need to do the following steps:
-* Loading runtime jar
-* Enabling support
-Collaborator
-@samredai samredai 26 days ago
-This could just be one line right?
-
 In order to use Hive 2.3.x or Hive 3.1.x, you must load the Iceberg-Hive runtime jar and enable Iceberg support, either globally or for an individual table using a table property.
 
-and then jump into the sections below that provide more details.
-
-@samredai	Reply...
-
 #### Loading runtime jar
 
 To enable Iceberg support in Hive, the `HiveIcebergStorageHandler` and supporting classes need to be made available on