Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: hive

Hive field Chinese Note garbled solution

Chinese garbled characters in Hive fields. For example, when show create table xxx is executed, garbled characters are found in table-level comments and field-level comments (both????), which are g

October 12, 2021By Simo Hadoop Chinese, Field, garbled, hive, Notes, solutionLeave a Comment

Multi-INSERT Writing in Hive

Multiple inserts:

with tmp_a as (
select name from tmp_test3
)
from tmp_a
insert overwrite table tmp_test1
select name where name = ‘test123’
insert overwrite table tmp_test2
select na

October 12, 2021By Simo Hadoop hive, INSERT, Medium, multiple, writeLeave a Comment

Hive data type

Basic type < p align="center">Type name

Size

Minimum value

Maximum value

Example

TINYINT

1byte

-128

127

100Y

SMALLINT

2byte

October 12, 2021By Simo Hadoop data, hive, typeLeave a Comment

Hive Digital Client Interface Tool

1. Hive’s official website introduces three graphical interface tools that can connect to HiveServer2 through JDBC in Windows, including: SQuirrel SQL Client, Oracle SQL Developer and DbVisualizer.

October 12, 2021By Simo Hadoop client, hive, Interface, Number, tool, warehouseLeave a Comment

HIVE common statement

1Hive Introduction Hive to me is a data warehouse based on HDFS, which provides a type of SQL language (it is basically the same as the SQL standard but has some special differences) , Allows engi

October 12, 2021By Simo Hadoop common, hive, statementLeave a Comment

Hadoop – Hive query stays 99%

I use left join to insert records in Hive. When I set limit 1 query, but for all record queries, it stays at 99% to reduce jobs.

Insert overwrite table tablename select a.id, b.name from a le

October 12, 2021By Simo Hadoop 99%, Hadoop, hive, inquiry, stayLeave a Comment

Hive Compression Type Test

Background:

1) 4 different types of tables have been created

2) Clean up the data in the hxh2, hxh3, and hxh4 tables, and keep the data in hxh1. The data size of the hxh1 table is: 74.1

October 12, 2021By Simo Hadoop compression, hive, test, typeLeave a Comment

Hadoop Hive-2.3.5 installation

hadoop hive-2.3.5 installation:

Unzip the file: [[email protected] opt]# tar -zxvf apache-hive-2.3.5-bin.tar.gz -C /opt

Establish a soft connection: [[email protected] opt]# ln -s apach

October 12, 2021By Simo Hadoop 2.3.5, Hadoop, hive, installationLeave a Comment

Hive Advanced Query 1

hadoop hive advanced query select basics 1.0 general query

1)select * from table_name< /p> 2)select * from table_name where name=’….’ limit 1;

1.1cte and nested query

1)with t a

October 12, 2021By Simo Hadoop advanced, hive, inquiryLeave a Comment

Hive – Hadoop merged file

I have run a map job with only 674 mappers, and hive has generated 674 .gz files, and I want to merge these files into 30-35 files. Pass Do not get the merged output, try the hive megre mapfilse at

October 12, 2021By Simo Hadoop file, Hadoop, hive, mergerLeave a Comment

Posts navigation

Page 1 Page 2 Page 3
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress