当前位置: 首页 > news >正文

厦门数字引擎 怎么打不开网站wordpress附件图标

厦门数字引擎 怎么打不开网站,wordpress附件图标,物流网站给做软件下载,广州网页设计培训视频之前实习写的笔记#xff0c;上传留个备份。 1. 使用docker-compose快速搭建Hive集群 使用docker快速配置Hive环境 拉取镜像 2. Hive数据类型 隐式转换#xff1a;窄的可以向宽的转换显式转换#xff1a;cast 3. Hive读写文件 SerDe:序列化#xff08;对象转为字节码…之前实习写的笔记上传留个备份。 1. 使用docker-compose快速搭建Hive集群 使用docker快速配置Hive环境 拉取镜像 2. Hive数据类型 隐式转换窄的可以向宽的转换显式转换cast 3. Hive读写文件 SerDe:序列化对象转为字节码、反序列化 3.1 hive读写文件流程 反序列化将文件映射为表 调用inputFormat转为key,value类型然后进行反序列化。 3.2 SerDe语法 row format 指定序列化方式和分割符 Delimited:默认序列化方式Json:改变序列化方式 hive 默认分割符\001 4. 存储路径 默认存储/usr/hive/warehouse指定存储路径location hdfs_path 5. 练习 创建表并加载数据。 use ods; create external table hero_info_1(id bigint comment ID,name string comment 英雄名称,hp_max bigint comment 最大生命 ) comment 王者荣耀信息 row format delimited fields terminated by \t;将文件上传到相应路径只要指定好分割符就可以。 hadoop fs -put test1.txt /usr/hive/warehouse/test.db/hero_info_1map类型 create table hero_info_2(id int comment ID,name string comment 英雄名字,win_rate int comment 胜率,skin mapstring, int comment 皮肤价格 -- 注意map分割类型 ) comment 英雄皮肤表 row format delimited fields terminated by , -- 指定字段分割符 collection items terminated by - -- 指定集合元素之间分割符 map keys terminated by :; -- 指定map元素kv之间的分割符hadoop fs -put test2.txt /usr/hive/warehouse/test.db/hero_info_26. 指定路径使用 create table t_hero_info_3(id int comment ID,name string comment 英雄名字,win_rate int comment 胜率,skin mapstring, int comment 皮肤价格 -- 注意map分割类型 ) comment 英雄皮肤表 location /tmp; ​ select * from t_hero_info_3; 7. 内部表和外部表 外部表删除不会删除hdfs文件 一般都用外部表 drop table t_hero_info_3; -- 文件也被删除9. 分区表 上传多个文件 发现sql执行很慢因为where需要进行全表扫描所以效率慢 但是我们是根据射手类型来进行分类的因此可以只扫描这一个分区的数据 分区字段不能是表中已经存在的字段 create external table t_hero_info_1(id int comment ID,name string comment 名字 ) comment 英雄信息 partitioned by (role string) row format delimited fields terminated by \t;静态分区 load data local inpath /root/a.txt into table t_hero_info_1 partition(rolesheshou); ​ ​ -- 分区扫描 role是分区字段不用全表扫描 select count(*) from t_hero_info_1 where role sheshou and hp_max 6000; ​10. 多重分区表 一般为双重分区表 create external table t_hero_info_1(id int comment ID,name string comment 名字 ) comment 英雄信息 partitioned by (province string, city string); -- 分区字段存在顺序 ​ -- 分区1 load data local inpath /root/a.txt into table t_hero_info_1 partition(provincebeijing,citychaoyang); -- 分区2 load data local inpath /root/b.txt into table t_hero_info_1 partition(provincebeijing,cityhaidian); -- 多重分区 load data local inpath /root/b.txt into table t_hero_info_1 partition(provinceshanghai,citypudong);11. 动态分区 根据字段值来进行动态分区使用insertselect步骤创建完分区表后存在一个分区字段role这时我们使用insertselect方法将原先表的数据插入到分区表中。 -- 原始数据表 t_all_hero -- 分区表 t_all_hero_part ​ -- role这里是分区字段role_main是我们给指定的分区类型 insert into table t_all_hero_part partition(role) select tmp.*, tmp.role_main from t_all_hero tmp;在企业中一般根据日期来进行分区表。注意分区的字段不能是已有的字段即字段名字不能重复分区的字段是个虚拟的字段并不存在于底层当中 12. 分桶表 来进行优化查询 分桶是将一个文件分为若干个文件 规则 将文件中数据哈希从而分到不同桶中。 一般是根据主键来进行分桶 创建一个普通的表然后上传数据通过insetselect来加载分桶 -- 创建分桶表 create table test.t_state_info() clustered by(state) into 5 buckets; -- state一定是表中已有的字段 ​ -- 插入数据 insert into t_state_info_bucket select * from t_state_info;好处 可以基于分桶字段来查找不需要进行全表过滤 join时减少笛卡尔积数量 窗口函数 over后返回的表行数不变 解析json get_json_object:一次只能解析一个字段
http://www.zqtcl.cn/news/845888/

相关文章:

  • 哪个网站有介绍拿到家做的手工活建设银行网站怎么修改手机号码吗
  • 网站地图怎么用淘宝客推广网站建设
  • 外贸零售网站建设购物网站支付功能怎么做
  • 淘宝客如何做自己的网站西宁工程建设招聘信息网站
  • 天津都有哪些制作网站郑州官网首页
  • 个人网站开发模式海南省建设公司官网
  • edu网站开发做爰视频在线观看免费网站
  • 安防公司网站模板网站建设模板下载
  • 贵阳网站建设方案维护一 建设茶叶网站前的市场分析
  • 山东东营建设网官方网站百度电脑版
  • 做网站前途如何海尔网站建设推广
  • 投资公司网站建设万网域名安装wordpress
  • 高端网站建设企业官网建设wordpress相似推荐
  • php网站开发师招聘wordpress怎么换头像
  • 门禁考勤网站建设广西建设
  • 互助盘网站怎么做的织梦免费企业网站
  • 做羊毛毡的网站电子商务网站建设品牌
  • 用vue做商城网站常用的js教做发型的网站
  • 江西省寻乌县建设局网站广州网站建设一般多少钱
  • 做网站公司郑州郑州的网站建设公司哪家好网站开发word
  • 网页转向功能网站wordpress搭建小说站
  • 北京华夏建设有限公司网站wordpress建站安全吗
  • 怎样做电子商务网站直接通过ip访问网站
  • 白沟17网站一起做网店有啥方法下载wordpress主题
  • 找人做网站毕业设计用于做网站头的图片
  • 黄埔做网站江西省建设工程造价管理局网站
  • 适合网站开发的框架网盘视频直接做网站
  • wordpress菜谱网站网站服务公司
  • 跳转网站代码互联网平台构建怎么写
  • 服务器网站建设维护uemo网站源码