Registry / database / hive-storage-api

hive-storage-api

JSON →
library4.2.0javamavenunverified

Provides storage API interfaces for Apache Hive, supporting various file formats.

<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-storage-api</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · HIVE-STORAGE-API
H
hive-storage-api
databasejavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OrcSerde
org.apache.hadoop.hive.ql.io.orc.OrcSerde

Initializes an ORC SerDe for reading/writing ORC files.

import org.apache.hadoop.hive.ql.io.orc.OrcSerde; import org.apache.hadoop.hive.serde2.SerDeException; public class Example { public static void main(String[] args) throws SerDeException { OrcSerde serde = new OrcSerde(); System.out.println("ORC SerDe initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
hive-storage-api — mvn dependency:get hive-storage-api · libregistry