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

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5b02d846 deploy: 6c6db5a3bcba1ca5b1ea227a029940cb80daeabd
5b02d846 is described below

commit 5b02d84678c1e5ed1b30d5c8e0e88723a89b26bd
Author: zabetak <[email protected]>
AuthorDate: Tue Jun 9 07:45:44 2026 +0000

    deploy: 6c6db5a3bcba1ca5b1ea227a029940cb80daeabd
---
 docs/latest/user/configuration-properties/index.html         |  2 +-
 .../user/hive-deprecated-authorization-mode/index.html       |  2 +-
 docs/latest/user/hive-iceberg-integration/index.html         |  4 ++--
 docs/latest/user/hiveserver2-clients/index.html              | 12 ++++++------
 docs/latest/user/multidelimitserde/index.html                |  2 +-
 docs/latest/user/rcfilecat/index.html                        |  2 +-
 .../index.html                                               |  2 +-
 index.json                                                   |  2 +-
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/latest/user/configuration-properties/index.html 
b/docs/latest/user/configuration-properties/index.html
index 791ec2c2..7525742b 100644
--- a/docs/latest/user/configuration-properties/index.html
+++ b/docs/latest/user/configuration-properties/index.html
@@ -3,7 +3,7 @@
 <span class=navbar-toggler-icon></span></button><div class="collapse 
navbar-collapse" id=navbarSupportedContent><ul class="navbar-nav me-auto"><li 
class=nav-item><a class=nav-link 
href=https://hive.apache.org//general/downloads>Releases</a></li><li 
class="nav-item dropdown"><a class="nav-link dropdown-toggle" href=/Document 
id=docsDropdown role=button data-bs-toggle=dropdown 
aria-expanded=false>Documentation</a><ul class=dropdown-menu 
aria-labelledby=docsDropdown><li><a class=dropdown-it [...]
 <button type=submit class=search-button aria-label="Submit search">
 <i class="fas 
fa-search"></i></button></div></form></div></div></div></nav></menu></header><div
 class=content><div class=docs-container><main class="docs-main 
docs-main-full"><article class=docs-content><nav 
class=docs-breadcrumb><ol><li><a href=/><i class="fas fa-home"></i> 
Home</a></li><li><a href=/docs/>Documentation</a></li><li class=active>Apache 
Hive : Configuration Properties</li></ol></nav><header class=docs-header><h1 
class=docs-title>Apache Hive : Configuration Properties</h1>< [...]
-Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i class="fas fa-list"></i> Table of Contents</h4><nav 
id=TableOfContents><ul><li><a 
href=#apache-hive--configuration-properties>Apache Hive : Configuration 
Properties</a><ul><li><a href=#query-and-ddl-execution>Query and DDL 
Execution</a><ul><li></li><li><a href=#datetime>Datetime</a></li><li><a 
href=#serdes-and-io>SerDes and I/O</a></li><li><a href=#file-formats>File 
Formats</a></li><li><a href=#vectorization> [...]
+Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i class="fas fa-list"></i> Table of Contents</h4><nav 
id=TableOfContents><ul><li><a 
href=#apache-hive--configuration-properties>Apache Hive : Configuration 
Properties</a><ul><li><a href=#query-and-ddl-execution>Query and DDL 
Execution</a><ul><li></li><li><a href=#datetime>Datetime</a></li><li><a 
href=#serdes-and-io>SerDes and I/O</a></li><li><a href=#file-formats>File 
Formats</a></li><li><a href=#vectorization> [...]
 </code></pre><ul><li>Default Value: <code>2</code></li><li>Added In: Hive 
1.3.0 and 2.0.0 with <a 
href=https://issues.apache.org/jira/browse/HIVE-12353>HIVE-12353</a></li><li>Deprecated
 name: hive.compactor.history.retention.attempted</li></ul><p>Determines how 
many compaction records in state &lsquo;did not initiate&rsquo; will be 
retained in compaction history for a given table/partition.</p><h5 
id=hivecompactorhistoryreaperinterval>hive.compactor.history.reaper.interval</h5><ul><li>De
 [...]
 </code></pre></li></ul><p>Comma separated list of configuration options which 
should not be read by normal user, such as passwords.</p><h5 
id=hiveconfinternalvariablelist>hive.conf.internal.variable.list</h5><ul><li>Default
 Value: 
<code>hive.added.files.path,hive.added.jars.path,hive.added.archives.path</code></li><li>Added
 In: Hive 1.3.0 with <a 
href=https://issues.apache.org/jira/browse/HIVE-12346>HIVE-12346</a></li></ul><p>Comma
 separated list of configuration options which are intern [...]
 <i class="fas fa-thumbs-up"></i> Yes
diff --git a/docs/latest/user/hive-deprecated-authorization-mode/index.html 
b/docs/latest/user/hive-deprecated-authorization-mode/index.html
index 1f6e0c67..cb8af3e7 100644
--- a/docs/latest/user/hive-deprecated-authorization-mode/index.html
+++ b/docs/latest/user/hive-deprecated-authorization-mode/index.html
@@ -15,7 +15,7 @@ Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i
   &lt;description&gt;the privileges automatically granted to the owner 
whenever a table gets created. 
    An example like &#34;select,drop&#34; will grant select and drop privilege 
to the owner of the table&lt;/description&gt;
 &lt;/property&gt;
-</code></pre><p>Note that, by default, the <a 
href=#hive-security-authorization-createtable-owner-grants>hive.security.authorization.createtable.owner.grants</a>
 are set to null, which would result in the creator of a table having no access 
to the table.</p><h3 id=users-groups-and-roles>Users, Groups, and 
Roles</h3><p>At the core of Hive&rsquo;s authorization system are users, 
groups, and roles. Roles allow administrators to give a name to a set of grants 
which can be easily reused. A ro [...]
+</code></pre><p>Note that, by default, the <a 
href=#hive-security-authorization-createtable-owner-grants>hive.security.authorization.createtable.owner.grants</a>
 are set to null, which would result in the creator of a table having no access 
to the table.</p><h3 id=users-groups-and-roles>Users, Groups, and 
Roles</h3><p>At the core of Hive&rsquo;s authorization system are users, 
groups, and roles. Roles allow administrators to give a name to a set of grants 
which can be easily reused. A ro [...]
 
 DROP ROLE role_name
 </code></pre><h4 id=grantrevoke-roles>Grant/Revoke Roles</h4><pre 
tabindex=0><code>GRANT ROLE role_name [, role_name] ...
diff --git a/docs/latest/user/hive-iceberg-integration/index.html 
b/docs/latest/user/hive-iceberg-integration/index.html
index 2544c5f5..ddbaef4b 100644
--- a/docs/latest/user/hive-iceberg-integration/index.html
+++ b/docs/latest/user/hive-iceberg-integration/index.html
@@ -7,14 +7,14 @@ Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i
 </code></pre><p>The above creates an iceberg table named 
&lsquo;TBL_ICE&rsquo;</p><ul><li>Creating an Iceberg Table using 
CTAS</li></ul><pre tabindex=0><code>CREATE TABLE TABLE_CTAS AS SELECT * FROM 
SRCTABLE STORED BY ICEBERG;
 </code></pre><p>The above creates an iceberg table named 
&lsquo;TABLE_CTAS&rsquo; with schema & records as in &lsquo;SRCTABLE&rsquo; 
</p><ul><li>Creating an Iceberg Table using CTLT</li></ul><pre 
tabindex=0><code>CREATE TABLE_CTLT LIKE SRCTABLE STORED BY ICEBERG;
 </code></pre><p>The above creates an iceberg table named 
&lsquo;TABLE_CTLT&rsquo; with schema same as SRCTABLE</p><p><strong>Format 
Versions:</strong></p><p>The iceberg tables support both v1 & v2 tables, the 
tables by default are created as v1 table unless explicitly specified. To 
create a v2 table (&lsquo;format-version&rsquo;=&lsquo;2&rsquo;)  can be 
specified as table property while creating the table</p><p>Example:</p><pre 
tabindex=0><code>CREATE TABLE V2_TABLE (ID INT) STORED BY IC [...]
-</code></pre><p><strong>File Formats:</strong></p><p>The iceberg table 
currently supports three file formats: PARQUET, ORC & AVRO. The default file 
format is Parquet. The file format can be explicitily provided by using STORED 
AS while creating the table</p><p>Example-1:</p><pre tabindex=0><code>CREATE 
TABLE ORC_TABLE (ID INT) STORED BY ICEBERG STORED AS ORC;
+</code></pre><p><strong>File Formats:</strong></p><p>The iceberg table 
currently supports three file formats: PARQUET, ORC & AVRO. The default file 
format is Parquet. The file format can be explicitily provided by using STORED 
AS &lt;Format> while creating the table</p><p>Example-1:</p><pre 
tabindex=0><code>CREATE TABLE ORC_TABLE (ID INT) STORED BY ICEBERG STORED AS 
ORC;
 </code></pre><p>The above creates a v1 iceberg table named 
&lsquo;ORC_TABLE&rsquo; of ORC file format.</p><p>Example-2:</p><pre 
tabindex=0><code>CREATE TABLE V2_ORC_TABLE (ID INT) STORED BY ICEBERG STORED AS 
ORC TBLPROPERTIES (&#39;format-version&#39;=&#39;2&#39;);
 </code></pre><p>The above creates a v2 iceberg table named 
&lsquo;V2_ORC_TABLE&rsquo; of ORC file format.</p><p>Similarly we can specify 
any of the supported file formats while creating the 
table,</p><p><strong>Delete Modes:</strong></p><p>Hive for delete, update & 
merge queries support both Copy-on-Write and Merge-on-Read, by default the 
tables are created with Merge-on-Read mode. The delete mode can be configured 
using the following TBLPROPERTIES:</p><pre tabindex=0><code>CREATE TABLE  [...]
     &#39;write.delete.mode&#39;=&#39;copy-on-write&#39;,
     &#39;write.update.mode&#39;=&#39;copy-on-write&#39;,
     &#39;write.merge.mode&#39;=&#39;copy-on-write&#39;
 );
-</code></pre><p><strong>Migrating existing tables to Iceberg 
Tables</strong></p><p>Any Hive external table can be converted into an iceberg 
tables, without actually rewriting the data files again. We can use <em>ALTER 
TABLE CONVERT TO ICEBERG [TBLPROPERTIES]</em> to convert any existing external 
table to an iceberg table.</p><pre tabindex=0><code>ALTER TABLE TABLE1 CONVERT 
TO ICEBERG TBLPROPERTIES (&#39;format-version&#39;=&#39;2&#39;);
+</code></pre><p><strong>Migrating existing tables to Iceberg 
Tables</strong></p><p>Any Hive external table can be converted into an iceberg 
tables, without actually rewriting the data files again. We can use <em>ALTER 
TABLE &lt;TABLE NAME> CONVERT TO ICEBERG [TBLPROPERTIES]</em> to convert any 
existing external table to an iceberg table.</p><pre tabindex=0><code>ALTER 
TABLE TABLE1 CONVERT TO ICEBERG TBLPROPERTIES 
(&#39;format-version&#39;=&#39;2&#39;);
 </code></pre><p>The above converts an existing external table 
&lsquo;TABLE1&rsquo; into a v2 Iceberg table, specifying the TBLPROPERTIES & 
format-version is option, if not specified the table will be converted into a 
v1 iceberg table.</p><p><strong>Querying an Iceberg 
Table</strong></p><p>Iceberg tables support all query statements similar to any 
other hive table.</p><p>Example:</p><pre tabindex=0><code>SELECT * FROM TBL_ICE 
WHERE ID &gt; 5;
 </code></pre><p><strong>Writing data into iceberg 
tables</strong></p><p>Iceberg tables supports all data ingestion methods 
supported with hive</p><ul><li>Insert-Into</li></ul><pre 
tabindex=0><code>INSERT INTO TBL_ICE VALUES (1),(2),(3),(4);
 </code></pre><ul><li>Insert-Overwrite</li></ul><pre tabindex=0><code>INSERT 
OVERWRITE TBL_ICE SELECT * FROM TABLE1;
diff --git a/docs/latest/user/hiveserver2-clients/index.html 
b/docs/latest/user/hiveserver2-clients/index.html
index 70fcc5f2..1e864fa8 100644
--- a/docs/latest/user/hiveserver2-clients/index.html
+++ b/docs/latest/user/hiveserver2-clients/index.html
@@ -33,7 +33,7 @@ Hive version 0.11.0-SNAPSHOT by Apache
 Connecting to jdbc:hive2://localhost:10000/default
 </code></pre><p>Beeline with NoSASL connection</p><p>If you&rsquo;d like to 
connect via NOSASL mode, you must specify the authentication mode 
explicitly:</p><pre tabindex=0><code>% bin/beeline  
 beeline&gt; !connect 
jdbc:hive2://&lt;host&gt;:&lt;port&gt;/&lt;db&gt;;auth=noSasl hiveuser pass 
-</code></pre><h3 id=beeline-commands>Beeline 
Commands</h3><table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>!</td><td>List
 of SQLLine commands available at <a 
href=http://sqlline.sourceforge.net/>http://sqlline.sourceforge.net/</a>.Example:
 <code>!quit</code> exits the Beeline 
client.</td></tr><tr><td>!delimiter</td><td>Set the delimiter for queries 
written in Beeline. Multi-character delimiters are allowed, but quotation 
marks, slashes, and &ndash; are no [...]
+</code></pre><h3 id=beeline-commands>Beeline 
Commands</h3><table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td><code>!&lt;SQLLine
 command></code></td><td>List of SQLLine commands available at <a 
href=http://sqlline.sourceforge.net/>http://sqlline.sourceforge.net/</a>.Example:
 <code>!quit</code> exits the Beeline 
client.</td></tr><tr><td><code>!delimiter</code></td><td>Set the delimiter for 
queries written in Beeline. Multi-character delimiters are allowed, bu [...]
 | id  |  value  |     comment     |
 +-----+---------+-----------------+
 | 1   | Value1  | Test comment 1  |
@@ -107,7 +107,7 @@ comment  Test comment 3
 &#39;3&#39;    &#39;Value3&#39;        &#39;Test comment 3&#39;
 </code></pre><h3 id=hiveserver2-logging>HiveServer2 Logging</h3><p>Starting 
with Hive 0.14.0, HiveServer2 operation logs are available for Beeline clients. 
These parameters configure logging:</p><ul><li><a 
href=#hive-server2-logging-operation-enabled>hive.server2.logging.operation.enabled</a></li><li><a
 
href=#hive-server2-logging-operation-log-location>hive.server2.logging.operation.log.location</a></li><li><a
 href=#hive-server2-logging-operation-verbose>hive.server2.logging.operation.ve 
[...]
 </code></pre><p>Running with nohangup (nohup) and ampersand (&) will place the 
process in the background and allow the terminal to disconnect while keeping 
the Beeline process running.  </p><pre tabindex=0><code>nohup beeline 
--silent=true --showHeader=true --outputformat=dsv -f query.hql &lt;/dev/null 
&gt; /tmp/output.log 2&gt; /tmp/error.log &amp;
-</code></pre><h1 id=jdbc>JDBC</h1><p>HiveServer2 has a JDBC driver. It 
supports both embedded and remote access to HiveServer2. Remote HiveServer2 
mode is recommended for production use, as it is more secure and doesn&rsquo;t 
require direct HDFS/metastore access to be granted for users.</p><h2 
id=connection-urls>Connection URLs</h2><h3 id=connection-url-format>Connection 
URL Format</h3><p>The HiveServer2 URL is a string with the following 
syntax:</p><p><code>jdbc:hive2://&lt;host1>:&lt;p [...]
+</code></pre><h1 id=jdbc>JDBC</h1><p>HiveServer2 has a JDBC driver. It 
supports both embedded and remote access to HiveServer2. Remote HiveServer2 
mode is recommended for production use, as it is more secure and doesn&rsquo;t 
require direct HDFS/metastore access to be granted for users.</p><h2 
id=connection-urls>Connection URLs</h2><h3 id=connection-url-format>Connection 
URL Format</h3><p>The HiveServer2 URL is a string with the following 
syntax:</p><p><code>jdbc:hive2://&lt;host1>:&lt;p [...]
 &lt;configuration&gt;
     &lt;property&gt;
         &lt;name&gt;hive.server2.support.dynamic.service.discovery&lt;/name&gt;
@@ -118,7 +118,7 @@ comment  Test comment 3
         &lt;value&gt;127.0.0.1:2181&lt;/value&gt;
     &lt;/property&gt;
 &lt;/configuration&gt;
-</code></pre><p>With further changes in Hive 2.0.0 and 1.3.0 (unreleased, <a 
href=https://issues.apache.org/jira/browse/HIVE-11581>HIVE-11581</a>), none of 
the additional configuration parameters such as authentication mode, transport 
mode, or SSL parameters need to be specified, as they are retrieved from the 
ZooKeeper entries along with the hostname.</p><p>The JDBC connection URL: 
<code>jdbc:hive2://&lt;zookeeper 
quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2</c [...]
+</code></pre><p>With further changes in Hive 2.0.0 and 1.3.0 (unreleased, <a 
href=https://issues.apache.org/jira/browse/HIVE-11581>HIVE-11581</a>), none of 
the additional configuration parameters such as authentication mode, transport 
mode, or SSL parameters need to be specified, as they are retrieved from the 
ZooKeeper entries along with the hostname.</p><p>The JDBC connection URL: 
<code>jdbc:hive2://&lt;zookeeper 
quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2</c [...]
 &lt;?xml-stylesheet type=&#34;text/xsl&#34; 
href=&#34;configuration.xsl&#34;?&gt;
 &lt;configuration&gt;
 &lt;property&gt;
@@ -330,9 +330,9 @@ for i in ${HIVE_HOME}/lib/*.jar ; do
 done
 
 java -cp $CLASSPATH HiveJdbcClient
-</code></pre><h2 id=jdbc-data-types>JDBC Data Types</h2><p>The following table 
lists the data types implemented for HiveServer2 
JDBC.</p><table><thead><tr><th>Hive Type</th><th>Java 
Type</th><th>Specification</th></tr></thead><tbody><tr><td>TINYINT</td><td>byte</td><td>signed
 or unsigned 1-byte 
integer</td></tr><tr><td>SMALLINT</td><td>short</td><td>signed 2-byte 
integer</td></tr><tr><td>INT</td><td>int</td><td>signed 4-byte 
integer</td></tr><tr><td>BIGINT</td><td>long</td><td>signed 8-b [...]
+</code></pre><h2 id=jdbc-data-types>JDBC Data Types</h2><p>The following table 
lists the data types implemented for HiveServer2 
JDBC.</p><table><thead><tr><th>Hive Type</th><th>Java 
Type</th><th>Specification</th></tr></thead><tbody><tr><td>TINYINT</td><td>byte</td><td>signed
 or unsigned 1-byte 
integer</td></tr><tr><td>SMALLINT</td><td>short</td><td>signed 2-byte 
integer</td></tr><tr><td>INT</td><td>int</td><td>signed 4-byte 
integer</td></tr><tr><td>BIGINT</td><td>long</td><td>signed 8-b [...]
 </code></pre><pre 
tabindex=0><code>jdbc:hive://hostname/dbname;sasl.qop=auth-int
-</code></pre><p>For more information, see <a 
href=https://hive.apache.org/docs/latest/admin/setting-up-hiveserver2/>Setting 
Up HiveServer2</a>.</p><h3 
id=multi-user-scenarios-and-programmatic-login-to-kerberos-kdc>Multi-User 
Scenarios and Programmatic Login to Kerberos KDC</h3><p>In the current approach 
of using Kerberos you need to have a valid Kerberos ticket in the ticket cache 
before connecting. This entails a static login (using kinit, key tab or 
ticketcache) and the restriction of  [...]
+</code></pre><p>For more information, see <a 
href=https://hive.apache.org/docs/latest/admin/setting-up-hiveserver2/>Setting 
Up HiveServer2</a>.</p><h3 
id=multi-user-scenarios-and-programmatic-login-to-kerberos-kdc>Multi-User 
Scenarios and Programmatic Login to Kerberos KDC</h3><p>In the current approach 
of using Kerberos you need to have a valid Kerberos ticket in the ticket cache 
before connecting. This entails a static login (using kinit, key tab or 
ticketcache) and the restriction of  [...]
        Connection conn = (Connection) Subject.doAs(signedOnUserSubject, new 
PrivilegedExceptionAction&lt;Object&gt;()
            {
                public Object run()
@@ -361,7 +361,7 @@ java -cp $CLASSPATH HiveJdbcClient
 </code></pre><p>Version information</p><p>Hive JDBC standalone jars are used 
in Hive 0.14.0 onward (<a 
href=https://issues.apache.org/jira/browse/HIVE-538>HIVE-538</a>); for previous 
versions of Hive, use <code>HIVE_HOME/build/dist/lib/*.jar</code> 
instead.</p><p>The hadoop-common jars are for Hadoop 2.0; for previous versions 
of Hadoop, use <code>HADOOP_HOME/hadoop-*-core.jar</code> instead.
 4. Select &lsquo;List Drivers&rsquo;. This will cause SQuirrel to parse your 
jars for JDBC drivers and might take a few seconds. From the &lsquo;Class 
Name&rsquo; input box select the Hive driver for working with 
HiveServer2:</p><pre tabindex=0><code>   org.apache.hive.jdbc.HiveDriver
    
-</code></pre><ol start=5><li>Click &lsquo;OK&rsquo; to complete the driver 
registration.</li><li>Select &lsquo;Aliases -> Add Alias&mldr;&rsquo; to create 
a connection alias to your HiveServer2 instance.<ol><li>Give the connection 
alias a name in the &lsquo;Name&rsquo; input box.</li><li>Select the Hive 
driver from the &lsquo;Driver&rsquo; drop-down.</li><li>Modify the example URL 
as needed to point to your HiveServer2 instance.</li><li>Enter &lsquo;User 
Name&rsquo; and &lsquo;Password&r [...]
+</code></pre><ol start=5><li>Click &lsquo;OK&rsquo; to complete the driver 
registration.</li><li>Select &lsquo;Aliases -> Add Alias&mldr;&rsquo; to create 
a connection alias to your HiveServer2 instance.<ol><li>Give the connection 
alias a name in the &lsquo;Name&rsquo; input box.</li><li>Select the Hive 
driver from the &lsquo;Driver&rsquo; drop-down.</li><li>Modify the example URL 
as needed to point to your HiveServer2 instance.</li><li>Enter &lsquo;User 
Name&rsquo; and &lsquo;Password&r [...]
 <i class="fas fa-thumbs-up"></i> Yes
 </button>
 <button class="btn btn-feedback btn-negative">
diff --git a/docs/latest/user/multidelimitserde/index.html 
b/docs/latest/user/multidelimitserde/index.html
index 024e64b7..d7229319 100644
--- a/docs/latest/user/multidelimitserde/index.html
+++ b/docs/latest/user/multidelimitserde/index.html
@@ -9,7 +9,7 @@ Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i
  hivemap map&lt;string,int&gt;) 
 ROW FORMAT SERDE &#39;org.apache.hadoop.hive.serde2.MultiDelimitSerDe&#39;     
             
 WITH SERDEPROPERTIES 
(&#34;field.delim&#34;=&#34;[,]&#34;,&#34;collection.delim&#34;=&#34;:&#34;,&#34;mapkey.delim&#34;=&#34;@&#34;);
-</code></pre><p>where field.delim is the field delimiter, collection.delim and 
mapkey.delim is the delimiter for collection items and key value pairs, 
respectively. </p><p><a 
href=https://issues.apache.org/jira/browse/HIVE-20619>HIVE-20619</a> moved 
MultiDelimitSerDe to hive.serde2 in release 4.0.0, so user won&rsquo;t have to 
install hive-contrib JAR into the HiveServer2 auxiliary directory.</p><h1 
id=limitations>Limitations</h1><ul><li>Among the delimiters, field.delim is 
mandatory and [...]
+</code></pre><p>where field.delim is the field delimiter, collection.delim and 
mapkey.delim is the delimiter for collection items and key value pairs, 
respectively. </p><p><a 
href=https://issues.apache.org/jira/browse/HIVE-20619>HIVE-20619</a> moved 
MultiDelimitSerDe to hive.serde2 in release 4.0.0, so user won&rsquo;t have to 
install hive-contrib JAR into the HiveServer2 auxiliary directory.</p><h1 
id=limitations>Limitations</h1><ul><li>Among the delimiters, field.delim is 
mandatory and [...]
 <i class="fas fa-thumbs-up"></i> Yes
 </button>
 <button class="btn btn-feedback btn-negative">
diff --git a/docs/latest/user/rcfilecat/index.html 
b/docs/latest/user/rcfilecat/index.html
index 23c3e2eb..ac68e820 100644
--- a/docs/latest/user/rcfilecat/index.html
+++ b/docs/latest/user/rcfilecat/index.html
@@ -10,7 +10,7 @@ Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i
 --verbose                      Prints periodic stats about the data read,
                                how many records, how many bytes, scan rate
 </code></pre><h2 id=metadata>Metadata</h2><p>New in 
0.11.0</p><p>Usage:</p><pre tabindex=0><code>hive --rcfilecat [--column-sizes | 
--column-sizes-pretty] fileName
-</code></pre><p>With the &ndash;column-sizes option set, instead of printing 
the data in the RC file, prints rows with 3 columns.<br><br>The sizes of the 
columns are the aggregated sizes of the column in the entire file taken from 
the RC file headers.</p><p>With the &ndash;column-sizes-pretty option set 
prints the same data as is printed with the &ndash;column-sizes option but with 
a more human friendly format.</p></div><footer class=docs-footer><div 
class=docs-feedback><h4><i class="fas [...]
+</code></pre><p>With the &ndash;column-sizes option set, instead of printing 
the data in the RC file, prints rows with 3 columns.<br>&lt;column number> 
&lt;uncompressed size> &lt;compressed size><br>The sizes of the columns are the 
aggregated sizes of the column in the entire file taken from the RC file 
headers.</p><p>With the &ndash;column-sizes-pretty option set prints the same 
data as is printed with the &ndash;column-sizes option but with a more human 
friendly format.</p></div><foote [...]
 <i class="fas fa-thumbs-up"></i> Yes
 </button>
 <button class="btn btn-feedback btn-negative">
diff --git 
a/docs/latest/user/replacing-the-implementation-of-hive-cli-using-beeline/index.html
 
b/docs/latest/user/replacing-the-implementation-of-hive-cli-using-beeline/index.html
index 618e8e41..4917443e 100644
--- 
a/docs/latest/user/replacing-the-implementation-of-hive-cli-using-beeline/index.html
+++ 
b/docs/latest/user/replacing-the-implementation-of-hive-cli-using-beeline/index.html
@@ -23,7 +23,7 @@ Last updated: December 12, 2024</span></div></header><div 
class=docs-toc><h4><i
 </code></pre><ul><li>Example of dumping data out from a query into a file 
using silent mode</li></ul><pre tabindex=0><code>$HIVE_HOME/bin/hive -S -e 
&#39;select a.foo from pokes a&#39; &gt; a.txt
 </code></pre><ul><li>Example of running a script non-interactively from local 
disk</li></ul><pre tabindex=0><code>$HIVE_HOME/bin/hive -f 
/home/my/hive-script.sql
 </code></pre><ul><li>Example of running a script non-interactively from a 
Hadoop supported filesystem (starting in <a 
href=https://issues.apache.org/jira/browse/HIVE-7136>Hive 
0.14</a>)</li></ul><pre tabindex=0><code>$HIVE_HOME/bin/hive -f 
hdfs://&lt;namenode&gt;:&lt;port&gt;/hive-script.sql
-</code></pre><h3 id=hive-cli-interactive-shell-commands-support>Hive CLI 
Interactive Shell Commands Support</h3><p>When <code>$HIVE_HOME/bin/hive</code> 
is run without either the <code>-e</code> or <code>-f</code> option, it enters 
interactive shell mode.</p><p>Use &ldquo;;&rdquo; (semicolon) to terminate 
commands. Comments in scripts can be specified using the &ldquo;&ndash;&rdquo; 
prefix.</p><table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>quit
 exit</td [...]
+</code></pre><h3 id=hive-cli-interactive-shell-commands-support>Hive CLI 
Interactive Shell Commands Support</h3><p>When <code>$HIVE_HOME/bin/hive</code> 
is run without either the <code>-e</code> or <code>-f</code> option, it enters 
interactive shell mode.</p><p>Use &ldquo;;&rdquo; (semicolon) to terminate 
commands. Comments in scripts can be specified using the &ldquo;&ndash;&rdquo; 
prefix.</p><table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td><code>quit
 ex [...]
 hive&gt; show tables;
 test1
 test2
diff --git a/index.json b/index.json
index e038e5b8..03140576 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"Apache Hive : Iceberg REST Catalog API backed 
by Hive Metastore Introduction Hive Metastore offers Iceberg REST API endpoints 
for clients native to Apache Iceberg. Consequently, Iceberg users can access 
Iceberg tables via either Hive Metastore Thrift API (using HiveCatalog) or 
Iceberg REST Catalog API.\nBasic configurations You must configure the 
following parameters.\nKey Required? Default Value 
metastore.catalog.servlet.port Yes -1 The port number to whi [...]
\ No newline at end of file
+[{"categories":null,"contents":"Apache Hive : Iceberg REST Catalog API backed 
by Hive Metastore Introduction Hive Metastore offers Iceberg REST API endpoints 
for clients native to Apache Iceberg. Consequently, Iceberg users can access 
Iceberg tables via either Hive Metastore Thrift API (using HiveCatalog) or 
Iceberg REST Catalog API.\nBasic configurations You must configure the 
following parameters.\nKey Required? Default Value 
metastore.catalog.servlet.port Yes -1 The port number to whi [...]
\ No newline at end of file

Reply via email to