LanguageManual 转至元数据结尾
- 由 Confluence Administrator创建, 最终由 Ian Cook修改于 十月 05, 2018
【hive-LanguageManual】This is the Hive Language Manual.For other Hive documentation, see the Hive wiki's Home page.
- Commands and CLIs
- Commands
- Hive CLI (old)
- Beeline CLI (new)
- Variable Substitution
- HCatalog CLI
- File Formats
- Avro Files
- ORC Files
- Parquet
- Compressed Data Storage
- LZO Compression
- Data Types
- Data Definition Statements
- DDL Statements
- Bucketed Tables
- Statistics (Analyze and Describe)
- Indexes
- Archiving
- DDL Statements
- Data Manipulation Statements
- DML: Load, Insert, Update, Delete
- Import/Export
- Data Retrieval: Queries
- Select
- Group By
- Sort/Distribute/Cluster/Order By
- Transform and Map-Reduce Scripts
- Operators and User-Defined Functions (UDFs)
- XPath-specific Functions
- Joins
- Join Optimization
- Union
- Lateral View
- Sub Queries
- Sampling
- Virtual Columns
- Windowing and Analytics Functions
- Enhanced Aggregation, Cube, Grouping and Rollup
- Procedural Language:Hive HPL/SQL
- Explain Execution Plan
- Select
- Locks
- Authorization
- Storage Based Authorization
- SQL Standard Based Authorization
- Hive deprecated authorization mode / Legacy Mode
- Configuration Properties
推荐阅读
- 大数据|大数据开发技术hive篇
- Hive中order by,sort by,distribute by,cluster by的区别
- Hive 函数使用(一)(datediff,row_number,partition)
- SCD|一种基于SparkSQL的Hive数据仓库拉链表缓慢变化维(SCD2+SCD1)的示例实现
- Hive ORC和Parquet
- HiveQL执行过程
- 关于Hive数据查询的18种方
- 大数据Hive系列之Hive API
- hive|使用Hive-JDBC遇到的一些问题解决