04 2021 档案
摘要:https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html
阅读全文
摘要:https://books.underscore.io/essential-slick/essential-slick-3.pdf 没事可随便翻阅翻阅。
阅读全文
摘要:来源:https://scala-slick.org/doc/3.2.3/sql-to-slick.html This section shows an overview over the most important types of SQL queries and a corresponding
阅读全文
摘要:来源:slick官方文档 https://scala-slick.org/doc/3.2.3/ This chapter describes how to write type-safe queries for selecting, inserting, updating and deleting
阅读全文
摘要:(来源:https://baike.baidu.com/item/VLOOKUP%E5%87%BD%E6%95%B0/6859981#3) 该函数的语法规则如下: VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) 参数 简单说明
阅读全文
摘要:hive> set a = "2021-04-23 00:00:00"; hive> select case when ${hiveconf:a} is not null then ${hiveconf:a} end; 2021-04-23 关于${hiveconf:变量名}这个语法,可以参考htt
阅读全文
摘要:来源:https://docs.scala-lang.org/style/index.html Indentation Line Wrapping Methods with Numerous Arguments Naming Conventions Classes/Traits Objects Pa
阅读全文
摘要:在hive命令中执行一条计算数据条数的sql,错误信息如下: 查看报错信息,可以注意到没有任务进度信息,因此做如下推测: 任务根本就没有提交到YARN,既然没有提交到YARN,那么问题就很有可能是出现在配置上,而且是yarn的MR相关配置。 为此,修改以下yarn配置(仅供参考): mapreduc
阅读全文
摘要:git命令总是记不住,每次查git命令都要到网上搜索一番,着实费劲,找了一个链接方便以后查阅。 https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%85%B3%E4%BA%8E%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%
阅读全文