04 2022 档案

摘要:一、Idea配置 阅读全文
posted @ 2022-04-29 18:23 Robots2 阅读(317) 评论(0) 推荐(0)
摘要:一、常用命令 1、查询 连接客户端 hbase shell 查询优哪些表:list 查询表结构:describe 'table' 扫描表前几条数据:scan 't1',{LIMIT=>5} 查询表t1 rowkey001中的f1下的col1的值:get 't1','rowkey001', 'f1:c 阅读全文
posted @ 2022-04-15 16:00 Robots2 阅读(527) 评论(0) 推荐(0)
摘要:一、基础信息 spark版本:spark-3.1.3-bin-hadoop3.2 hadoop版本:hadoop-3.2.1 scala版本:scala-2.11.12 建议3.12版本 下载地址:https://spark.apache.org/downloads.html 二、配置修改 1、复制 阅读全文
posted @ 2022-04-02 18:14 Robots2 阅读(729) 评论(0) 推荐(1)
摘要:一、网上总结的报错 1、coalesce报错 FAILED: SemanticException [Error 10014]: Line 197:4 Wrong arguments ''10'': Unsafe compares BETWEEN different types are disable 阅读全文
posted @ 2022-04-01 20:00 Robots2 阅读(1497) 评论(0) 推荐(0)